diff --git a/.gitignore b/.gitignore
index 6d37eac67d63ea4d0dc01f4384ebda67e38f4e79..36cba39a203b5a717227c1cdfa16160ae84ebd96 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-handbook/
 doc/
-assets/videos/video_full.mp4
\ No newline at end of file
+assets/videos/video_full.mp4
+
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 509c8e7028e0456d5477ee1fb18c188a2934ffd0..1bbc3580e3db40ae14a354c9dd23ef92ae8db926 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -39,6 +39,8 @@ header:
         external: True
       - title: "Learning Materials"
         url: "services/overall/learning-materials"
+      - title: "Consulting Handbook"
+        url: "consulting-handbook/"
       - title: "FAQ"
         url: "faq"
       - title: "Tutorial: Using AAI to login to services"
diff --git a/consulting-handbook/.gitkeep b/consulting-handbook/.gitkeep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/fetch_external_content.sh b/fetch_external_content.sh
index 03e06866615ba48030bc1c9ce733fb9d294f67b8..4bbe6d40b6f0487f25a16d97fe0d899b771d294b 100755
--- a/fetch_external_content.sh
+++ b/fetch_external_content.sh
@@ -40,3 +40,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/consulting-handbook/-/jobs/artifacts/main/download?job=pages" \
+  "consulting-handbook/"
+
diff --git a/services/software/consulting.html b/services/software/consulting.html
index 29e5d32f44cf4f40263993ee9b96fb07ed100c3a..9fb8d5a6b37ebcfa8d0bef20a27209f4098df496 100644
--- a/services/software/consulting.html
+++ b/services/software/consulting.html
@@ -109,7 +109,24 @@ excerpt: >-
 
 <div class="image-attrib">Images by Katerina Limpitsouni via <a href="https://undraw.co/">undraw.co</a></div>
 
-<h1>Getting Started</h1>
+<h2> Handbook </h2>
+
+<p>
+    For a more in-depth look at the consulting process, please have a look at our 
+    <a href={{ "consulting-handbook/" | relative_url }}>HIFIS Consulting Handbook</a>.
+    It provides information on the process and the corresponding services we use for a successful consultation.
+</p>
+
+<h2> Helpful Resources </h2>
+
+<p>
+    The awesome-rse list is a curated awesome list of resources for Research Software Engineering (RSE). The list contains
+    various tools and process recommendations that maybe made to the client.
+    <br><br>
+    <a href="https://github.com/hifis-net/awesome-rse">https://github.com/hifis-net/awesome-rse</a>.
+</p>
+
+<h2>Getting Started</h2>
 
 <p>
     You can request a new consultation by using the link below.
@@ -121,4 +138,5 @@ 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>
+