diff --git a/README.md b/README.md
index b9bea15..ad19912 100644
--- a/README.md
+++ b/README.md
@@ -74,59 +74,9 @@ For using the *ur_rtde_driver* with a real robot you need to install the
**Note**: For installing this URCap a minimal PolyScope version of 3.7 or 5.1 (in case of eSeries) is
necessary.
-To install it you first have to copy it to the robot's **programs** folder which can be done either
-via scp or using a USB stick. The installation process is similar for CB3 and eSeries robots and
-will be shown side-to-side in this guide.
-
-
- |
- |
-
-
-On the welcome screen select *Setup Robot* and then *URCaps* to enter the URCaps installation screen
-(For eSeries click on the hamburger menu in the top-right corner to get to the setup menu). There,
-click the little plus sign at the bottom to open the file selector. There you should see all urcap
-files stored inside the robot's programs folder or a plugged USB drive. Select and open the
-**externalcontrol-1.0.urcap** file and click *open*. Your URCaps view should now show the
-**External Control** in the list of active URCaps and a notification to restart the robot. Do that
-now.
-
-
- |
- |
-
-
-After the reboot you should find the **External Control** URCaps inside the *Installation* section.
-For this select *Program Robot* on the welcome screen, select the *Installation* tab and select
-**External control** from the list.
-
-
- |
- |
-
-
-Here you'll have to setup the IP address of the external PC which will be running the ROS driver.
-Note that the robot and the external PC have to be in the same network, ideally in a direct
-connection with each other to minimize network disturbances. The custom port should be left
-untouched for now.
-
-To use the new URCaps, create a new program and insert the **External Control** program node into
-the program tree:
-
-
- |
- |
-
-
-If you click on the *command* tab again, you'll see the settings entered inside the *Installation*.
-Check that they are correct, then save the program.
-
-
- |
- |
-
+For installing the necessary URCap and creating a program, please see the individual tutorials on
+how to [setup a CB3 robot](ur_rtde_driver/doc/install_urcap_cb3.md) or how to [setup an e-Series
+robot](ur_rtde_driver/doc/install_urcap_e_series.md)
### Prepare the ROS PC
For using the driver make sure it is installed (either by the debian package or built from source
diff --git a/ur_rtde_driver/doc/install_urcap_cb3.md b/ur_rtde_driver/doc/install_urcap_cb3.md
new file mode 100644
index 0000000..8d5d1d2
--- /dev/null
+++ b/ur_rtde_driver/doc/install_urcap_cb3.md
@@ -0,0 +1,44 @@
+# Installing a URCap on a CB3 robot
+
+For using the *ur_rtde_driver* with a real robot you need to install the
+**externalcontrol-1.0.urcap** which can be found inside the **resources** folder of this driver.
+
+**Note**: For installing this URCap a minimal PolyScope version of 3.7 is necessary.
+
+To install it you first have to copy it to the robot's **programs** folder which can be done either
+via scp or using a USB stick.
+
+On the welcome screen select *Setup Robot* and then *URCaps* to enter the URCaps installation
+screen.
+
+ 
+
+There, click the little plus sign at the bottom to open the file selector. There you should see
+all urcap files stored inside the robot's programs folder or a plugged USB drive. Select and open
+the **externalcontrol-1.0.urcap** file and click *open*. Your URCaps view should now show the
+**External Control** in the list of active URCaps and a notification to restart the robot. Do that
+now.
+
+ 
+
+After the reboot you should find the **External Control** URCaps inside the *Installation* section.
+For this select *Program Robot* on the welcome screen, select the *Installation* tab and select
+**External Control** from the list.
+
+ 
+
+Here you'll have to setup the IP address of the external PC which will be running the ROS driver.
+Note that the robot and the external PC have to be in the same network, ideally in a direct
+connection with each other to minimize network disturbances. The custom port should be left
+untouched for now.
+
+ 
+
+To use the new URCaps, create a new program and insert the **External Control** program node into
+the program tree
+
+ 
+
+If you click on the *command* tab again, you'll see the settings entered inside the *Installation*.
+Check that they are correct, then save the program. Your robot is now ready to be used together with
+this driver.
diff --git a/ur_rtde_driver/doc/install_urcap_e_series.md b/ur_rtde_driver/doc/install_urcap_e_series.md
new file mode 100644
index 0000000..c745319
--- /dev/null
+++ b/ur_rtde_driver/doc/install_urcap_e_series.md
@@ -0,0 +1,43 @@
+# Installing a URCap on a s-Series robot
+
+For using the *ur_rtde_driver* with a real robot you need to install the
+**externalcontrol-1.0.urcap** which can be found inside the **resources** folder of this driver.
+
+**Note**: For installing this URCap a minimal PolyScope version of 5.1 is necessary.
+
+To install it you first have to copy it to the robot's **programs** folder which can be done either
+via scp or using a USB stick.
+
+On the welcome screen click on the hamburger menu in the top-right corner and select *Settings* to enter the robot's setup. There select *System* and then *URCaps* to enter the URCaps installation screen.
+
+ 
+
+There, click the little plus sign at the bottom to open the file selector. There you should see
+all urcap files stored inside the robot's programs folder or a plugged USB drive. Select and open
+the **externalcontrol-1.0.urcap** file and click *open*. Your URCaps view should now show the
+**External Control** in the list of active URCaps and a notification to restart the robot. Do that
+now.
+
+ 
+
+After the reboot you should find the **External Control** URCaps inside the *Installation* section.
+For this select *Program Robot* on the welcome screen, select the *Installation* tab and select
+**External Control** from the list.
+
+ 
+
+Here you'll have to setup the IP address of the external PC which will be running the ROS driver.
+Note that the robot and the external PC have to be in the same network, ideally in a direct
+connection with each other to minimize network disturbances. The custom port should be left
+untouched for now.
+
+ 
+
+To use the new URCaps, create a new program and insert the **External Control** program node into
+the program tree
+
+ 
+
+If you click on the *command* tab again, you'll see the settings entered inside the *Installation*.
+Check that they are correct, then save the program. Your robot is now ready to be used together with
+this driver.