diff --git a/src/doc/conf.py b/src/doc/conf.py
index d3a5cab3bb44fa12514ae9e54ed5fe431d32a554..debaa44c3cc7b5eeb93a9aac42418b2d30da04fd 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -22,7 +22,7 @@
 import sphinx_rtd_theme
 
 project = 'linkahead-webui'
-copyright = '2022, IndiScale GmbH'
+copyright = '2022 - 2024, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
diff --git a/src/doc/index.rst b/src/doc/index.rst
index 5ed1f417a7456157fa8a0c6905fbd1d7be5d513d..f5b5d9c5828c8ff7e3d5d26b37dbe6653fc00541 100644
--- a/src/doc/index.rst
+++ b/src/doc/index.rst
@@ -1,6 +1,6 @@
 
 Welcome to the documentation of LinkAhead's web UI!
-================================================
+===================================================
 
 .. toctree::
    :maxdepth: 2
@@ -12,6 +12,8 @@ Welcome to the documentation of LinkAhead's web UI!
    administration/index.rst
    Extending the UI <extension>
    API <api/index>
+   Related Projects <related_projects/index>
+   Back to overview <https://docs.indiscale.com/>
 
 .. note::
 
diff --git a/src/doc/related_projects/index.rst b/src/doc/related_projects/index.rst
new file mode 100644
index 0000000000000000000000000000000000000000..769c81262d124588abdf3c2c1a4ff019ed048d4d
--- /dev/null
+++ b/src/doc/related_projects/index.rst
@@ -0,0 +1,25 @@
+Related Projects
+++++++++++++++++
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+   :hidden:
+
+.. container:: projects
+
+   For in-depth documentation for users, administrators  and developers, you may want to visit the subproject-specific documentation pages for:
+
+   :`Server <caosdb-server>`_: The Java part of the LinkAhead server.
+
+   :`MySQL backend <caosdb-mysqlbackend>`_: The MySQl/MariaDB components of the LinkAhead server.
+
+   :`PyLinkAhead <caosdb-pylib>`_: The LinkAhead Python library.
+
+   :`Advanced user tools <caosdb-advanced-user-tools>`_: The advanced Python tools for LinkAhead.
+
+   :`LinkAhead Crawler <https://docs.indiscale.com//caosdb-crawler/>`_: The crawler is the main tool for automatic data integration in LinkAhead.
+
+   :`LinkAhead <https://docs.indiscale.com/caosdb-deploy>`_: Your all inclusive LinkAhead software package.
+
+   :`Back to Overview <https://docs.indiscale.com/>`_: LinkAhead Documentation.
\ No newline at end of file