diff --git a/website/docs/user_guide.md b/website/docs/user_guide.md
index 7d73613ad2..48a3645d8e 100644
--- a/website/docs/user_guide.md
+++ b/website/docs/user_guide.md
@@ -567,3 +567,24 @@ needs extra work on the part of the plugin developer to make them useful in the
GUI, some plugins require hand editing of configuration files).
+
+## Using the bookmark widget
+
+JBrowse Web and JBrowse Desktop by default come with a "bookmark widget"
+
+
+
+The bookmark stores a list of single regions (chromosome, start, and end
+coordinate), and clicking on the regions in the bookmark widget will launch a
+linear genome view at that region.
+
+You can also import a list of regions from a BED file
+
+
+
+Note also that you can add "notes" for your list of regions, allowing a simple
+way to "annotate" your datasets
+
+
+
+Finally, you can export your list of regions to a BED file or TSV
diff --git a/website/static/img/bookmark_widget.png b/website/static/img/bookmark_widget.png
new file mode 100644
index 0000000000..ad04e1dd21
Binary files /dev/null and b/website/static/img/bookmark_widget.png differ
diff --git a/website/static/img/bookmark_widget_edit_label.png b/website/static/img/bookmark_widget_edit_label.png
new file mode 100644
index 0000000000..d7fd9135ef
Binary files /dev/null and b/website/static/img/bookmark_widget_edit_label.png differ
diff --git a/website/static/img/bookmark_widget_import.png b/website/static/img/bookmark_widget_import.png
new file mode 100644
index 0000000000..92c78fcd2d
Binary files /dev/null and b/website/static/img/bookmark_widget_import.png differ