diff --git a/psGrammar/tasks/carrymyluggage/commands.jsgf b/psGrammar/tasks/carrymyluggage/commands.jsgf
index 8fb7b2235fbb67801288f36c22311a7a95cb1a40..d2a2dc2e490e73df6b06a22399b9092179cae56a 100644
--- a/psGrammar/tasks/carrymyluggage/commands.jsgf
+++ b/psGrammar/tasks/carrymyluggage/commands.jsgf
@@ -5,7 +5,7 @@ public <statement> = <command>;
 
 <robot> = (tobi | robot | tiago);
 
-<command> = [<robot>] ( <followMe> | <arrived> | <goBack> ) [<robot>];
+<command> = [<robot>] ( <followMe> | <arrived> | <goBack> | <pickUp> ) [<robot>];
 
 <goBack> = ( [thanks you can] go back [now] );
 
@@ -14,3 +14,5 @@ public <statement> = <command>;
 <arrived> = ((stop [(here | following me)]) | (wait here) | (we arrived [ at the <place>]) );
 
 <place> = ( car );
+
+<pickUp> = ( [can you] pick up the bag);