diff --git a/config/vufind/KohaILSDI.ini b/config/vufind/KohaILSDI.ini
index 44f0f8f6eca594d499c7d01376fa990689b6296e..73de366a71b017bc638ffc189e3b1fe9713ff611 100755
--- a/config/vufind/KohaILSDI.ini
+++ b/config/vufind/KohaILSDI.ini
@@ -1,3 +1,11 @@
+; KohaILSDI Driver Config
+
+; This driver differs that it uses the ISL-DI API instead of direct database calls
+; It does however, fallback to direct database calls to enhance functionaility
+; that is not available in in the ILS-DI API.
+
+; You must enable ILS-DI in the Web services preferences in Koha
+
 [Catalog]
 ; database host, port, user, password, database
 host        = localhost
@@ -6,7 +14,7 @@ username    = mysqlusername
 password    = mysqlpassword
 database    = koha
 
-; url to ilsdi api
+; Url to the ILS-DI API
 url         	= http://library.myuniversity.edu/cgi-bin/koha/ilsdi.pl
 
 debug       	= false