diff --git a/docs/overrides/main.html b/docs/overrides/main.html
new file mode 100644
index 0000000..5f0da9d
--- /dev/null
+++ b/docs/overrides/main.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+
+{% block content %}
+{% if page.nb_url %}
+
+ {% include ".icons/material/download.svg" %}
+
+{% endif %}
+
+{{ super() }}
+{% include "iframechatbot.html" %}
+
+{% endblock content %}