diff --git a/docs/images/search_unhide.png b/docs/images/search_unhide.png
index 8613cb2e4a7bc4fa332b280cf1f9bfb93320569b..5fde3ea0b8543fb9521e790862728bf5302a9373 100644
Binary files a/docs/images/search_unhide.png and b/docs/images/search_unhide.png differ
diff --git a/docs/images/search_unhide2.png b/docs/images/search_unhide2.png
deleted file mode 100644
index c6217e124b8bdda1ef2989f51a78c1d909931e4b..0000000000000000000000000000000000000000
Binary files a/docs/images/search_unhide2.png and /dev/null differ
diff --git a/docs/images/search_unhide_filters.png b/docs/images/search_unhide_filters.png
new file mode 100644
index 0000000000000000000000000000000000000000..ac9565fc501b38d4bcd75f42271519db3199463b
Binary files /dev/null and b/docs/images/search_unhide_filters.png differ
diff --git a/docs/images/search_unhide_results.png b/docs/images/search_unhide_results.png
new file mode 100644
index 0000000000000000000000000000000000000000..da1f7c8e0a657abdaeb1833dc6bf907379616217
Binary files /dev/null and b/docs/images/search_unhide_results.png differ
diff --git a/docs/interfaces/web.md b/docs/interfaces/web.md
index a26133ab9475da4d8c8a619c012bbe2f5c7f708f..0de269d78e93afe5ba0dc4320b3ac96591de34a5 100644
--- a/docs/interfaces/web.md
+++ b/docs/interfaces/web.md
@@ -1,13 +1,19 @@
 # Web front end
 
-Indexed data in UnHIDE is also exposed in a human friendly way through a reacted based web front end:
+Data indexed in unHIDE is also exposed via a user-friendly web-based application powered by React, at:
 https://search.unhide.helmholtz-metadaten.de/
 
-This front end allows for federated text search through metadata from all data providers.
+This web application allows for federated text search through metadata from all data providers.
 Basic refinement of searches through suggested filters and data categories is possible.
 
-For example a user could search for 'Molecular dynamics' finding related Datasets and other resources.
+For example, a user could search for 'Molecular dynamics' to find related Datasets and other resources.
 
 ![unhide_search](../images/search_unhide.png)
 
-![unhide_search_res](../images/search_unhide2.png)
\ No newline at end of file
+![unhide_search_results](../images/search_unhide_results.png)
+
+The results of any search can be narrowed further with the dynamic filters made available to the user alongside the results of any search. As the dynamic filters are based on the results of the search, their availability is entirely dependent on the results of the search. 
+
+Continuing with the example above, you will see the Documents found while searching for 'Molecular dynamics' have been filtered further to get to the required results.
+
+![unhide_search_filters](../images/search_unhide_filters.png)
\ No newline at end of file