diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index eeedf801740..ca493f68a3f 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -539,7 +539,15 @@ Finds contacts by name, tag or asset.
Format: `find QUERY`
#### Example
-`find John` searches all contact names, tags and assets for the query `John`.
+
+Find contacts whose name, tags, or assets contain `jo`:
+`find jo`
+
+
+ +
+ +3 matches were found, each with `jo` found in a different field and at different positions. * The query is case-insensitive. * Spaces in both query and fields will be ignored. diff --git a/docs/images/example-find.png b/docs/images/example-find.png new file mode 100644 index 00000000000..70e244e910e Binary files /dev/null and b/docs/images/example-find.png differ diff --git a/docs/images/images_source.pptx b/docs/images/images_source.pptx index 2058dd9123b..b8ebf2d8949 100644 Binary files a/docs/images/images_source.pptx and b/docs/images/images_source.pptx differ