Index: /FCKeditor.Java/trunk/src/site/apt/userpathbuilder.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/userpathbuilder.apt	(revision 2836)
+++ /FCKeditor.Java/trunk/src/site/apt/userpathbuilder.apt	(revision 2837)
@@ -67,3 +67,9 @@
 * Configuration
 
-  lala
+  There is one common way to easily configure a predefined or custom implementation.
+  Create/edit the <<<fckeditor.properties>>> and set <<<connector.userFilesPath>>>
+  and <<<connector.userFilesAbsolutePath>>> according to the semantics of the
+  chosen implementation (see {{{properties.html}Configuration}} for details).
+  If you decide to create your own implementation, you are free to use our properties
+  but if you do so, access them by calling <<<PropertiesLoader#getUserFilesPath>>>
+  and <<<PropertiesLoader#getUserFilesAbsolutePath>>>.
