diff --git a/content/cloud/advanced-features/images/img_vis.png b/content/cloud/advanced-features/images/img_vis.png
new file mode 100644
index 0000000000000000000000000000000000000000..88727b895c201581e66d2e8d3e384f774848c064
Binary files /dev/null and b/content/cloud/advanced-features/images/img_vis.png differ
diff --git a/content/cloud/advanced-features/index.md b/content/cloud/advanced-features/index.md
index 3a0c158ec4fa38ecadad2ea214d62e27b7e8b870..8ff51b99aa022e2df52076ddadfdee811c63cc5c 100644
--- a/content/cloud/advanced-features/index.md
+++ b/content/cloud/advanced-features/index.md
@@ -56,6 +56,13 @@ For a more detailed explanation about CLI work with images, please refer to [htt
 ## Image visibility
 In OpenStack there are 4 possible visibilities of a particular image:  **public, private, shared, community**.
 
+You can view these images via **CLI** or in **dashboard**.
+
+In **dashboard** visit section *Images* and then you can search via listed image and/or set searching criteria in search bar. There is a parameter *Visibility* where you can specify visibility of image you are searching for. These visibility parameters are explained below.
+
+![](images/img_vis.png)
+
+
 ### 1. Public images
 
   **Public image** is an image visible and readable to everyone. Only OpenStack admins can modify them.
@@ -92,7 +99,6 @@ Note that references to existing community images should use `<image-id>` instea
 See [image visibility design upstream document](https://wiki.openstack.org/wiki/Glance-v2-community-image-visibility-design) for more details.
 
 
-
 ## Image sharing between projects
 
 There are two ways sharing an OpenStack Glance image among projects, using `shared` or `community` image visibility.