diff --git a/docs/doxygen-user/android_analyzer.dox b/docs/doxygen-user/android_analyzer.dox
index 0943bd05c9..93e88ff049 100755
--- a/docs/doxygen-user/android_analyzer.dox
+++ b/docs/doxygen-user/android_analyzer.dox
@@ -18,7 +18,7 @@ The module should be able to extract the following:
NOTE: These database formats vary by version of OS and different vendors can place the databases in different places. Autopsy may not support all versions and vendors.
-NOTE: This module is not exhaustive with its support for Android. It was created as a starting point for others to contribute plug-ins for 3rd party apps. See the Developer docs for information on writing modules.
+NOTE: This module is not exhaustive with its support for Android. It was created as a starting point for others to contribute plug-ins for 3rd party apps. See the Developer docs for information on writing modules.
Configuration
diff --git a/docs/doxygen-user/images/ingest_progress_snapshot.PNG b/docs/doxygen-user/images/ingest_progress_snapshot.PNG
new file mode 100755
index 0000000000..305de61b0a
Binary files /dev/null and b/docs/doxygen-user/images/ingest_progress_snapshot.PNG differ
diff --git a/docs/doxygen-user/images/open_log_folder.PNG b/docs/doxygen-user/images/open_log_folder.PNG
new file mode 100755
index 0000000000..d280d9d0fa
Binary files /dev/null and b/docs/doxygen-user/images/open_log_folder.PNG differ
diff --git a/docs/doxygen-user/images/open_output_folder.PNG b/docs/doxygen-user/images/open_output_folder.PNG
new file mode 100755
index 0000000000..d520d885b2
Binary files /dev/null and b/docs/doxygen-user/images/open_output_folder.PNG differ
diff --git a/docs/doxygen-user/ingest.dox b/docs/doxygen-user/ingest.dox
index cbb0763215..b2c9d02bf0 100644
--- a/docs/doxygen-user/ingest.dox
+++ b/docs/doxygen-user/ingest.dox
@@ -52,4 +52,9 @@ Ingest modules run in the background. An ingest module can provide you results
All of the official Autopsy modules send results to the blackboard, but if you install third-party apps, then they may choose any approach -- including a pop-up window each time they find something.
+\section ingest_monitoring Viewing Ongoing Ingest Activity
+While Ingest is running, one can use the "Ingest Progress Snapshot" tool to see what activity is going on at the moment. Click on "Help", "Get Ingest Progress Snapshot" to view the dialog shown in the screenshot below.
+\image html ingest_progress_snapshot.PNG
+To refresh the view, use the "Refresh" button.
+
*/
diff --git a/docs/doxygen-user/installSolr.dox b/docs/doxygen-user/installSolr.dox
index 3bd2f6ab96..b609e92cec 100755
--- a/docs/doxygen-user/installSolr.dox
+++ b/docs/doxygen-user/installSolr.dox
@@ -75,8 +75,8 @@ The log file should end up looking like this (modified lines are highlighted in
\image html log4j.PNG
-5. From an Autopsy installation, copy the folder "C:\Program Files\Autopsy-4.0\autopsy\solr\solr\configsets" to "C:\Bitnami\solr-4.10.3-0\apache-solr\solr".
-6. From an Autopsy installation, copy the folder "C:\Program Files\Autopsy-4.0\autopsy\solr\solr\lib" to "C:\Bitnami\solr-4.10.3-0\apache-solr\solr".
+5. From an Autopsy installation, copy the folder "C:\Program Files\Autopsy-4.1\autopsy\solr\solr\configsets" to "C:\Bitnami\solr-4.10.3-0\apache-solr\solr".
+6. From an Autopsy installation, copy the folder "C:\Program Files\Autopsy-4.1\autopsy\solr\solr\lib" to "C:\Bitnami\solr-4.10.3-0\apache-solr\solr".
7. Start a Windows command prompt as administrator by pressing _Start_, typing _command_, right clicking on _Command Prompt_, and clicking on _Run as administrator_. Then run the following command to install the _solrJetty_ service:
cmd /c C:\\Bitnami\\solr-4.10.3-0\\apache-solr\\scripts\\serviceinstall.bat INSTALL
diff --git a/docs/doxygen-user/logs_and_output_page.dox b/docs/doxygen-user/logs_and_output_page.dox
new file mode 100755
index 0000000000..9c2a716433
--- /dev/null
+++ b/docs/doxygen-user/logs_and_output_page.dox
@@ -0,0 +1,13 @@
+/*! \page logs_and_output_page Logs, Output, and Progress
+There are several shortcuts for getting to the output folder, log folder, and progress shapshot shown below.
+
+To open the Case output folder, use "Tools", "Open Output Folder" as shown below:
+\image html open_output_folder.PNG
+
+To open the Case log folder, use "Help", "Open Log Folder" as shown below:
+\image html open_log_folder.PNG
+
+While Ingest is running, one can use the "Ingest Progress Snapshot" tool to see what activity is going on at the moment. Click on "Help", "Get Ingest Progress Snapshot" to view the dialog shown in the screenshot below.
+\image html ingest_progress_snapshot.PNG
+To refresh the view, use the "Refresh" button.
+*/
diff --git a/docs/doxygen-user/main.dox b/docs/doxygen-user/main.dox
index 067b672d64..e457dd86a0 100644
--- a/docs/doxygen-user/main.dox
+++ b/docs/doxygen-user/main.dox
@@ -41,6 +41,7 @@ The following topics are available here:
- \subpage file_search_page
- \subpage timeline_page
- \subpage stix_page
+ - \subpage logs_and_output_page
- Reporting
- \subpage tagging_page
- \subpage reporting_page