diff --git a/docs/user_guide/source/gui.rst b/docs/user_guide/source/gui.rst
index a79057ee14d4e0bc8037b3fe8d57e5821a6504b1..41b894d1615dbe2d9322586f3434f7d40eb9948b 100644
--- a/docs/user_guide/source/gui.rst
+++ b/docs/user_guide/source/gui.rst
@@ -14,10 +14,14 @@ Click on the agkyra application icon or execute `agkyra` from the command
 line. After launch, an agkyra icon will appear on the system tray of your
 desktop.
 
+.. image:: images/tray_icon.png
+
 If it is a vanilla installation or some essential settings are missing, a
 `Settings` pop up window will appear. Provide the `URL`, `token`, `container`
 and `directory` information and press ``Save``.
 
+.. image:: images/settings_empty.png
+
 Otherwise, if the settings have been provided in a previous session and are
 sane and functional, agkyra will start running (syncing by default).
 
@@ -27,6 +31,8 @@ Menu
 Click on the tray icon to open the agkyra menu. Usually a right click is
 required, but in some systems you have to left-click instead.
 
+.. image:: images/syncing.png
+
 The first line of the menu will provide information on the status of the
 application, i.e. if it is ``initializing``, ``syncing``, ``pausing``,
 ``paused`` or ``stopped`` due to an error.
diff --git a/docs/user_guide/source/images/settings_empty.png b/docs/user_guide/source/images/settings_empty.png
new file mode 100644
index 0000000000000000000000000000000000000000..71f8c5186588c0f5bbc6861434348f513df24bbc
Binary files /dev/null and b/docs/user_guide/source/images/settings_empty.png differ
diff --git a/docs/user_guide/source/images/syncing.png b/docs/user_guide/source/images/syncing.png
new file mode 100644
index 0000000000000000000000000000000000000000..6de48830426a63c3992e110f4bfc9dcb210fc80f
Binary files /dev/null and b/docs/user_guide/source/images/syncing.png differ
diff --git a/docs/user_guide/source/images/tray_icon.png b/docs/user_guide/source/images/tray_icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..68f6286738c38a0c2e365a726974f6882f875cb5
Binary files /dev/null and b/docs/user_guide/source/images/tray_icon.png differ