diff --git a/templates/default/documentation.html.ep b/templates/default/documentation.html.ep
index 8740561..98594ba 100644
--- a/templates/default/documentation.html.ep
+++ b/templates/default/documentation.html.ep
@@ -279,6 +279,46 @@ cp /opt/vroom/conf/settings.ini.dist /opt/vroom/conf/settings.ini
+
+ video
+
+
+ This section is for video quality settings. the available settings are
+
+ - frame_rate: Number of frames per seconds for webcam streams. A bigger number will provide a better quality stream
+ but will also require more bandwidth and CPU on each peer. The default is 15 fps
+
+
+
+
+ email
+
+
+ This section is for emails sent by VROOM (invitations, notifications, feedback form etc...). The available settings are
+
+ - from: The address used in the From field of emails sent by VROOM.
+ - contact: The email address which will get feedback form submissions.
+ - sendmail: The path to the sendmail compatible binary to use (default is /usr/bin/sendmail and will probably won'd need to be changed)
+
+
+
+
+ interface
+
+
+ This section controls the web interface. The available settings are
+
+ - powered_by: will be displayed in the footer. You can put HTML code here.
+ - template: The name of the template to use. Must be a directory under template. The default,
+ and only tempalte provided is called default. But you can copy it and customize it to your taste
+ - chrome_extension_id: This is the ID of the Chrome extension proposed to clients when trying to share screen for the first time
+ (obviously, only for Chrome users). The reason this is configurable is because the extension requires the allowed websites to be listed.
+ Two extensions are provided, the default (ecicdpoejfllflombfanbhfpgcimjddn) will work everywhere but allow to capture screen on any website,
+ which can be a security risk. The other extension (lfkdfilifapafomlhaaihfdglamkmdme) only works on https://vroom.im.
+ You can create your own extension which will only work for your site, and submit it to Google Chrome Store if you want.
+ - demo: If enabled, a few more pages and elements will be displayed, like the documentation you're reading right now.
+
+