diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e29c57786847977096669b45a7c9d2cd65214592..c1c6015b2b2c8ab80d386771bc5fe10fbc3c00d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ pages:
     - apt-get install -y python3-dev python3-pip graphviz graphviz-dev
     - pip install pdoc
     - pip install ".[rl]"
-    - pdoc --output-dir public cooperative_cuisine !cooperative_cuisine.reinforcement_learning --logo https://gitlab.ub.uni-bielefeld.de/uploads/-/system/project/avatar/6780/Cooking-Vector-Illustration-Icon-Graphics-4267218-1-580x435.jpg --docformat google --favicon overcooked-simulator/cooperative_cuisine/pygame_2d_vis/images/favicon.ico footer-text "Developed@[SCS](https://scs.techfak.uni-bielefeld.de/)"
+    - pdoc --output-dir public cooperative_cuisine !cooperative_cuisine.reinforcement_learning --logo https://gitlab.ub.uni-bielefeld.de/uploads/-/system/project/avatar/6780/Cooking-Vector-Illustration-Icon-Graphics-4267218-1-580x435.jpg --docformat google --favicon overcooked-simulator/cooperative_cuisine/pygame_2d_vis/images/favicon.ico --footer-text "Developed@[SCS](https://scs.techfak.uni-bielefeld.de/)"
   artifacts:
     paths:
       - public
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6ffb898fb03929a03a59819b36fbfc162719772..54668c955b4d9c4e2017e04821df1e177e400b66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,7 @@ study server, 2D visualization, etc.
   visualization, study
 - Game server that handles active environments
 - Study environment with study server and study config. Does the match making
+- For study participants: simple control tutorial, recipe guides, end screen.
 - Controller support
 
 ### Security
diff --git a/README.md b/README.md
index 4573a8452a3005f43388f9e8f1441c754496c7e0..ce6b0966e29b243df4b6e08c86616f5dd1d80706 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,11 @@
 
 # Cooperative Cuisine Environment
 
-[Documentation](https://scs.pages.ub.uni-bielefeld.de/cocosy/overcooked-simulator)
-
 The overcooked-like cooperative cuisine environment for real-time human cooperative interactions and artificial agents.
+
+For an extensive introduction, have a look at
+the [Documentation](https://scs.pages.ub.uni-bielefeld.de/cocosy/overcooked-simulator).
+
 <div align="center">
 <img src="cooperative_cuisine/pygame_2d_vis/images/cooperative_cuisine.png"  width="800">
 </div>