diff --git a/action/Query.action b/action/Query.action
index 1907a25115e252733b6af7dd5b1ec6bdc2e2fb10..e2efb85752e0f8466b1f0d19dc8afa6b001f5f6a 100644
--- a/action/Query.action
+++ b/action/Query.action
@@ -7,6 +7,7 @@ string type
 # This could for example be a natural language statement if a specific, non-object centric event is happening in the scene
 string description
 
+# A description of the object(s) you are looking for
 ObjectDesignator obj
 ---
 #result
@@ -14,6 +15,7 @@ ObjectDesignator obj
 # a generic string description what has been detected in the scene
 string description
 
+# A description of the object(s) we've found
 ObjectDesignator[] res
 ---
 #feedback