diff --git a/local/config/vufind/config.ini b/local/config/vufind/config.ini
index 8bdc524bd0d45cfaa8fb8ae6c6568ada377b2f39..bc6a15d0d1f21da594a96245be312e49e64d8ae0 100644
--- a/local/config/vufind/config.ini
+++ b/local/config/vufind/config.ini
@@ -9,7 +9,8 @@
 ; up during ILS maintenance.
 available       = true
 ; Change to true to see messages about the behavior of the system as part of the
-; output -- only for use when troubleshooting problems:
+; output -- only for use when troubleshooting problems. See also the access.DebugMode
+; setting in permissions.ini to turn on debug using a GET parameter in the request.
 debug           = false
 ; This setting should be set to false after auto-configuration is complete
 autoConfigure = true
diff --git a/local/config/vufind/searches.ini b/local/config/vufind/searches.ini
index aa1ef4b06c6603ee5dbc0677c1d33e3e18dd882e..c5ad90e5d42c61a04532e77221bbc85599bf62c6 100644
--- a/local/config/vufind/searches.ini
+++ b/local/config/vufind/searches.ini
@@ -358,6 +358,10 @@ CallNumber = callnumber-sort
 ;
 ; AlphaBrowseLink:index
 ;       Use the query to generate a link to the specified alphabrowse index
+; Libraryh3lp:[type]:[id]:[skin]
+;       Display a chat box for the Libraryh3lp service. [type] indicats the type
+;       of chat being used (either "queue" or "user"). [id] is the name of the
+;       queue or user. [skin] is optional and specifies a skin number to use.
 ; SwitchQuery:[backend]:[opt-out checks to skip]:[opt-in checks to add]
 ;       This module analyzes the user's query and offers suggestions for ways to
 ;       improve it. [backend] is the name of the search backend currently in use,