Index: trunk/autoquest-plugin-html/src/main/resources/manuals/parseDirHTML
===================================================================
--- trunk/autoquest-plugin-html/src/main/resources/manuals/parseDirHTML	(revision 1843)
+++ trunk/autoquest-plugin-html/src/main/resources/manuals/parseDirHTML	(revision 1894)
@@ -34,4 +34,12 @@
 div(htmlId\=date-chooser)/div[0]=date-chooser_day
 
+It is also possible to set a new path for a document and to clear queries belonging to the paths of the documents. Examples for this are:
+
+document(path\=/pathToPage/)=CLEAR_QUERY
+document(path\=/pathToOtherPath)=new/path
+document(path\=/pathTo/Page/withQuery/=CLEAR_QUERY,new/path   (clears the query and changes the path at once
+
+For path specifications, also wild cards are allowed. To denote the end of a path, the $ sign can be used.
+
 
 $USAGE$
