diff --git a/README.md b/README.md
index 1bb6d37d..db243df2 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,12 @@ This application provides features for common conferencing use cases, such as:
+-
+
+ Configurable features: adapt the app to your specific use cases and roles.
+ Configuration is handled through a config.json file that can be moved to the frontend/public folder; there's an example in the base directory, config.example.json. Changes to the config file will be reflected immediately in most cases, but some rooms will need to be re-joined to take effect (For example: "setting the default layout" or "audio on join").
+
+
-
Composed archiving capabilities to record your meetings.
diff --git a/docs/assets/configFile.png b/docs/assets/configFile.png
new file mode 100644
index 00000000..bb3fcd12
Binary files /dev/null and b/docs/assets/configFile.png differ