diff --git a/.gitignore b/.gitignore
index 6d37eac67d63ea4d0dc01f4384ebda67e38f4e79..136a66127a4e9d049184b878f41f39601077ba31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,5 +35,7 @@ assets/img/jumbotrons/tablet/
 
 # Places for artifacts to be downloaded automatically from respective repositories
 workshop-materials/*/
+consulting-materials/*/
 doc/
-assets/videos/video_full.mp4
\ No newline at end of file
+assets/videos/video_full.mp4
+
diff --git a/consulting-materials/handbook/.gitkeep b/consulting-materials/handbook/.gitkeep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/fetch_external_content.sh b/fetch_external_content.sh
index 51a7b925edf384bfec88b6ff452309425e08218d..f1e278fca2ebe53b743a62eac92e5d22a5f8b6dd 100755
--- a/fetch_external_content.sh
+++ b/fetch_external_content.sh
@@ -36,3 +36,9 @@ wget https://gitlab.hzdr.de/hifis/overall/communication/hifis-teaser-video/-/job
 
 # 4. Get Administrative and Technical Documentation
 # tbd
+
+# 5. Get content for consulting/handbook.
+include_mkdocs \
+  "https://gitlab.hzdr.de/hifis/software/consulting/hifis-consulting-handbook/-/jobs/artifacts/master/download?job=pages" \
+  "consulting-materials/handbook/"
+
diff --git a/services/software/consulting.html b/services/software/consulting.html
index 29e5d32f44cf4f40263993ee9b96fb07ed100c3a..ee713215ca970a3ab56d176154e40a85a0b0fe3e 100644
--- a/services/software/consulting.html
+++ b/services/software/consulting.html
@@ -109,6 +109,15 @@ excerpt: >-
 
 <div class="image-attrib">Images by Katerina Limpitsouni via <a href="https://undraw.co/">undraw.co</a></div>
 
+<h1> Handbook </h1>
+
+<p>
+    For a more in-depth look at the consulting process, please have a look at our 
+    <a href={{ "consulting-materials/handbook/" | relative_url }}"><b>HIFIS Consulting Handbook</b></a>.
+    It provides information on the process and the corresponding services we use for successfull consultation.
+</p>
+
+
 <h1>Getting Started</h1>
 
 <p>
@@ -121,4 +130,4 @@ excerpt: >-
 
 <p>
     If anything goes wrong during the process, feel free to <a href="mailto:{{site.contact_mail}}">email us</a> directly.
-</p>
\ No newline at end of file
+</p>