diff --git a/docs.it4i/cs/guides/horizon.md b/docs.it4i/cs/guides/horizon.md
index 47776183196143fdd11631ce64d01f995567e6c5..b1905e46529395088745e406eb5fd848de21a555 100644
--- a/docs.it4i/cs/guides/horizon.md
+++ b/docs.it4i/cs/guides/horizon.md
@@ -13,11 +13,66 @@ including features such as session management, user authentication, and virtual
     Access to VMware Horizon requires IT4I VPN.
 
 1. Contact [IT4I support][a] with a request for an access and VM allocation.
-1. [Download][b] and install the VMware Horizon Client for Windows.
+1. [Download][1] and install the VMware Horizon Client for Windows.
 1. Add a new server `https://vdi-cs01.msad.it4i.cz/` in the Horizon client.
 1. Connect to the server using your IT4I username and password.
    Username is in the `domain\username` format and the domain is `msad.it4i.cz`.
    For example: `msad.it4i.cz\user123`
 
+## Example
+
+Below is an example of how to mount a remote folder and check the conection on Windows OS:
+
+### Prerequsities
+
+3D applications
+
+* [Blender][3]
+
+SSHFS for remote access
+
+* [sshfs-win][4]
+* [winfsp][5]
+* [shfs-win-manager][6]
+* ssh keys for access to clusters
+
+1. Start the VPN and connect to the server via VMware Horizon Client.
+
+  ![](../../img/vmware.png)
+
+1. Mount a remote folder.
+
+    1. Run sshfs-win-manager.
+
+    ![](../../img/sshfs.png)
+
+    1. Add a new connection.
+
+    ![](../../img/sshfs1.png)
+
+    1. Click on **Connect**.
+
+    ![](../../img/sshfs2.png)
+
+1. Check that the folder is mounted.
+
+  ![](../../img/mount.png)
+
+1. Check the GPU resources.
+
+  ![](../../img/gpu/png)
+
+### Blender
+
+Now if you run, for example, Blender, you can check the available GPU resources in Blender Preferences.
+
+  ![](../../img/blender.png)
+
 [a]: mailto:support@it4i.cz
-[b]: https://vdi-cs01.msad.it4i.cz/
+
+[1]: https://vdi-cs01.msad.it4i.cz/
+[2]: https://www.paraview.org/download/
+[3]: https://www.blender.org/download/
+[4]: https://github.com/winfsp/sshfs-win/releases
+[5]: https://github.com/winfsp/winfsp/releases/
+[6]: https://github.com/evsar3/sshfs-win-manager/releases
\ No newline at end of file
diff --git a/docs.it4i/img/blender.png b/docs.it4i/img/blender.png
new file mode 100644
index 0000000000000000000000000000000000000000..c416320498368439a15586ea924d83b37e9d7dd3
Binary files /dev/null and b/docs.it4i/img/blender.png differ
diff --git a/docs.it4i/img/blender1.png b/docs.it4i/img/blender1.png
new file mode 100644
index 0000000000000000000000000000000000000000..9ed310cf31c91dc5852f0252484f99de13edc7cd
Binary files /dev/null and b/docs.it4i/img/blender1.png differ
diff --git a/docs.it4i/img/blender2.png b/docs.it4i/img/blender2.png
new file mode 100644
index 0000000000000000000000000000000000000000..ebbd2c7e70813a9544b9ba51f8e240011429224c
Binary files /dev/null and b/docs.it4i/img/blender2.png differ
diff --git a/docs.it4i/img/gpu.png b/docs.it4i/img/gpu.png
new file mode 100644
index 0000000000000000000000000000000000000000..993f002810060bda11b5f81219d3b6c9a030ae1b
Binary files /dev/null and b/docs.it4i/img/gpu.png differ
diff --git a/docs.it4i/img/mount.png b/docs.it4i/img/mount.png
new file mode 100644
index 0000000000000000000000000000000000000000..adf2ba62d7e81350a8e5b5b8927a5b0ab50499a0
Binary files /dev/null and b/docs.it4i/img/mount.png differ
diff --git a/docs.it4i/img/paraview.png b/docs.it4i/img/paraview.png
new file mode 100644
index 0000000000000000000000000000000000000000..21b738ac9aad725cc9f1e052ecd2ff9bc208f3c6
Binary files /dev/null and b/docs.it4i/img/paraview.png differ
diff --git a/docs.it4i/img/paraview1.png b/docs.it4i/img/paraview1.png
new file mode 100644
index 0000000000000000000000000000000000000000..8e5a4704131aae4dc8cb7ec240dc30fcbda337f9
Binary files /dev/null and b/docs.it4i/img/paraview1.png differ
diff --git a/docs.it4i/img/paraview2.png b/docs.it4i/img/paraview2.png
new file mode 100644
index 0000000000000000000000000000000000000000..46de3db2886e0ed6e115aecd24f6ee61550aa891
Binary files /dev/null and b/docs.it4i/img/paraview2.png differ
diff --git a/docs.it4i/img/sshfs.png b/docs.it4i/img/sshfs.png
new file mode 100644
index 0000000000000000000000000000000000000000..689ea0a6838c56e39a8098cfb0bd7b25c7daa495
Binary files /dev/null and b/docs.it4i/img/sshfs.png differ
diff --git a/docs.it4i/img/sshfs1.png b/docs.it4i/img/sshfs1.png
new file mode 100644
index 0000000000000000000000000000000000000000..b582d53506aa30f021ee4f7092c2d549db150d4a
Binary files /dev/null and b/docs.it4i/img/sshfs1.png differ
diff --git a/docs.it4i/img/sshfs2.png b/docs.it4i/img/sshfs2.png
new file mode 100644
index 0000000000000000000000000000000000000000..8b1a43a5f7e2f3848fb7a54d7877d3332eedece7
Binary files /dev/null and b/docs.it4i/img/sshfs2.png differ
diff --git a/docs.it4i/img/vmware.png b/docs.it4i/img/vmware.png
new file mode 100644
index 0000000000000000000000000000000000000000..91a42a278140116832b7872d42f6cc763981d745
Binary files /dev/null and b/docs.it4i/img/vmware.png differ