diff --git a/docs/doxygen-user/data_sources.dox b/docs/doxygen-user/data_sources.dox
index f8aefc63c8..7035158e42 100644
--- a/docs/doxygen-user/data_sources.dox
+++ b/docs/doxygen-user/data_sources.dox
@@ -25,6 +25,18 @@ The data source must remain accessible for the duration of the analysis because
Regardless of the type of data source, there are some common steps in the process:
+
+- You will choose the host for the data source you are going to add.
+
+\image html data_source_host_select.png
+
+There are three options:
+
+- Generate new host based on data source name - this will typically create a host with a name similar to your data source with the ID used in the database appended for uniqueness.
+
- Specify new host name - this allows you to enter a host name.
+
- Use existing host - this allows you to choose a host name already in use in the current case.
+
+
- You will select the type of data source.
\image html select-data-source-type.PNG
diff --git a/docs/doxygen-user/images/data_source_host_select.png b/docs/doxygen-user/images/data_source_host_select.png
new file mode 100644
index 0000000000..f9275d9387
Binary files /dev/null and b/docs/doxygen-user/images/data_source_host_select.png differ