diff --git a/docs/doxygen-user/auto_ingest.dox b/docs/doxygen-user/auto_ingest.dox
index 3957e7c922..f1191bebc2 100644
--- a/docs/doxygen-user/auto_ingest.dox
+++ b/docs/doxygen-user/auto_ingest.dox
@@ -4,6 +4,8 @@
Auto ingest allows one or many computers to process \ref ds_page "data sources" automatically with minimal support from a user. The resulting \ref multiuser_page "multi-user cases" can be opened and reviewed by analysts, using any of the normal functions in Autopsy.
+The \ref experimental_page must be enabled to run use automated ingest.
+
There are three types of computers in an Automated Processing Deployment:
- Automated Ingest Node:
diff --git a/docs/doxygen-user/object_detection.dox b/docs/doxygen-user/object_detection.dox
index 2685b69c41..3ed98fa820 100644
--- a/docs/doxygen-user/object_detection.dox
+++ b/docs/doxygen-user/object_detection.dox
@@ -4,6 +4,8 @@
The Object Detection module uses OpenCV to try to detect objects in images.
+The \ref experimental_page must be enabled to run this module.
+
\section object_setup Setup
To start, you will need some classifiers, which are xml files. Autopsy can not create classifiers - do a web search for "train OpenCV classifiers" to find information on how to make classifiers, or visit the OpenCV page.
diff --git a/docs/doxygen-user/volatility_dsp.dox b/docs/doxygen-user/volatility_dsp.dox
index be99b7d527..51b137e5fe 100644
--- a/docs/doxygen-user/volatility_dsp.dox
+++ b/docs/doxygen-user/volatility_dsp.dox
@@ -4,6 +4,8 @@
The Volatility data source processor runs Volatility on a memory image and saves the individual Volatility module results. If the disk image associated with the memory image is also available, it will create Interesting Item artifacts linking the Volatility results to files in the disk image.
+The \ref experimental_page must be enabled to run this module.
+
\section Usage
If you have a disk image associated with your memory image, ingest the disk image into the case first. Then go to "Add Data Source" and select "Memory Image File".