diff --git a/README.md b/README.md
index 1608c452e0dc9563b79e20b1e7949d7656d32ce0..a3fdd047cf9fc8a838951b53c0f5a4dae36047cd 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # ROS Noetic Standard Container with Preinstalled Learn Environment Plugin
 
-> **⚠️ WARNING:** This is the README for setting up the container with all functionalities. For the Learn Environment Plugin itself, refer to [GETTING_STARTED.md](./catkin_ws/src/learn_environment/tasks/GETTING_STARTED.md) or for contributing to it the [CONTRIBUTE.md](./catkin_ws/src/learn_environment/developer_docs/CONTRIBUTE.md) files.
+> **⚠️ WARNING:** This README is for setting up the container with all functionalities. For the Learn Environment Plugin, follow the instructions in this README first. Then, refer to [GETTING_STARTED.md](./catkin_ws/src/learn_environment/tasks/GETTING_STARTED.md) for installation details or [CONTRIBUTE.md](./catkin_ws/src/learn_environment/developer_docs/CONTRIBUTE.md) for contribution guidelines.
 
 
 This repository provides a Visual Studio Code development container with ROS Noetic installed to control a Franka Panda Robot in both simulation and real environments. It also has the Learn Environment plugin for RViz preinstalled so you can start learning how to work with the robot immediatly.
@@ -160,6 +160,8 @@ Access the desktop environment of the container in your browser at [http://local
 
 How to get started with the plugin is described [here](./catkin_ws/src/learn_environment/tasks/GETTING_STARTED.md)
 
+![Gazebo RVIZ Sim](/screenshots/plugin.png)
+
 ### Control the Real Panda
 
 Activate the Panda FCI in the DESK environment with "Activate FCI". The robot LEDs should turn blue.
@@ -238,6 +240,8 @@ deploy:
         - capabilities: ["gpu"]
 ```
 
+Just uncomment these lines in `docker-compose.yml`.
+
 ### No Realtime Kernel
 
 The Franka Panda requires a realtime kernel. If you don't have one, install it following [this explanation](https://frankaemika.github.io/docs/installation_linux.html#setting-up-the-real-time-kernel). Reboot and choose the realtime kernel in the advanced settings.
diff --git a/catkin_ws/src/learn_environment/developer_docs/images/plugin.png b/catkin_ws/src/learn_environment/developer_docs/images/plugin.png
new file mode 100644
index 0000000000000000000000000000000000000000..9f9a6c70af685ad2bcc3f12bbac6ddfb1dbea97b
Binary files /dev/null and b/catkin_ws/src/learn_environment/developer_docs/images/plugin.png differ
diff --git a/catkin_ws/src/learn_environment/tasks/GETTING_STARTED.md b/catkin_ws/src/learn_environment/tasks/GETTING_STARTED.md
index 94658ad902ae10636fa3b86af6fb041c63fd2fd2..88aa1655aea0fb1584da1e016cf3ce9053d1aed6 100644
--- a/catkin_ws/src/learn_environment/tasks/GETTING_STARTED.md
+++ b/catkin_ws/src/learn_environment/tasks/GETTING_STARTED.md
@@ -1,5 +1,7 @@
 # Welcome to the Tutorial
 
+<img src="./../developer_docs/images/plugin.png" alt="plugin" width="600"/>
+
 To get started, follow these steps:
 
 1. **Open a Terminal in VS Code**
diff --git a/screenshots/plugin.png b/screenshots/plugin.png
new file mode 100644
index 0000000000000000000000000000000000000000..9f9a6c70af685ad2bcc3f12bbac6ddfb1dbea97b
Binary files /dev/null and b/screenshots/plugin.png differ