diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html
index 69861af39d..34159bac3f 100644
--- a/docs/source/_templates/layout.html
+++ b/docs/source/_templates/layout.html
@@ -1,6 +1,15 @@
+
+
+
{% extends "!layout.html" %}
{% block sidebartitle %}
{{ super() }}
API reference
+
+Discourse Forums
+
+Slack
+
{% endblock %}
diff --git a/docs/source/_templates/layout_for_doc_website.html b/docs/source/_templates/layout_for_doc_website.html
index 2b76203b8d..ce9f3c9a3a 100644
--- a/docs/source/_templates/layout_for_doc_website.html
+++ b/docs/source/_templates/layout_for_doc_website.html
@@ -5,6 +5,11 @@
{{ super() }}
API reference
+
+Discourse Forums
+
+Slack
+
{% endblock %}
{% block footer %}
diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst
index d4cd8cb4de..3fcceb4ae0 100644
--- a/docs/source/getting-set-up.rst
+++ b/docs/source/getting-set-up.rst
@@ -75,6 +75,5 @@ You can catch up with the latest code by selecting "VCS -> Update Project" in th
Troubleshooting
---------------
-See :doc:`getting-set-up-fault-finding`.
-
+See :doc:`getting-set-up-fault-finding`, or get in touch with us either on the `forums `_ or via `slack `_.