diff --git a/ps-grammar/restaurant/commands.jsgf b/ps-grammar/restaurant/commands.jsgf
index a6fb53eb41f2eb62fdf709b7161fcd9462069a58..2d15a31dcfeb4a3780f00db930a81865a6fbbb92 100644
--- a/ps-grammar/restaurant/commands.jsgf
+++ b/ps-grammar/restaurant/commands.jsgf
@@ -1,6 +1,7 @@
 #JSGF V1.0;
 grammar restaurant_save_command;
 
-public <restaurant> = [tobi] [please] (<followMe> | <stop>);
+public <restaurant> = [tobi] [please] (<followMe> | <stop> | <save>);
+<save> = save [([the | a]) location];
 <followMe> = (follow me) | (come [(with me) | here]) | (keep up);
 <stop> = stop [this];