diff --git a/CHANGELOG.md b/CHANGELOG.md
index 370c4b16..cf30b555 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
# Changelog
-## v...
+## v1.0.7
* New tutorial to setup [Prosody on the Peertube server](documentation/tutorials/prosody.md)
+* Add link to documentation in the settings page.
## v1.0.6
diff --git a/main.js b/main.js
index b4ab3177..be6fea39 100644
--- a/main.js
+++ b/main.js
@@ -68,7 +68,11 @@ async function register ({
default: false, // TODO: set to true when peertube has fixed https://github.com/Chocobozzz/PeerTube/issues/3838
private: false,
descriptionHTML: 'If checked, use a builtin ConverseJS iframe.
' +
- 'You still have to configure an external XMPP service. Please see the documentation.'
+ 'You still have to configure an external XMPP service. Please see the ' +
+ 'documentation.
' +
+ 'If you have no running webchat service, you can follow this ' +
+ // eslint-disable-next-line max-len
+ 'tutorial.'
})
registerSetting({
name: 'chat-server',