diff --git a/docs/experiment-analysis/creating-experiments.md b/docs/experiment-analysis/creating-experiments.md
index 310f54a2..37c4dd84 100644
--- a/docs/experiment-analysis/creating-experiments.md
+++ b/docs/experiment-analysis/creating-experiments.md
@@ -6,7 +6,7 @@ sidebar_position: 1
Experiments are a set of metrics that correspond to users being shown different feature sets that you would like to track over time.
-### 1. Navigate to **Experiments** in the left-hand menu and click **+Experiment**
+### 1. Navigate to **Analysis** in the left-hand menu, click **+Create**, and select **Experiment Analysis**
![Create experiment](/img/building-experiments/create-experiment.png)
diff --git a/docs/experiment-analysis/experiment-metrics.md b/docs/experiment-analysis/experiment-metrics.md
deleted file mode 100644
index 530da0a2..00000000
--- a/docs/experiment-analysis/experiment-metrics.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# Experiment metrics
-
-## Adding metrics to experiments
-
-1. Navigate to **Experiments** and click the **Overview** tab
-
-You should have already [configured your feature flag](/experiment-analysis/creating-experiments) above, if you haven't, go do that first.
-
-Under **Decision metrics**, you will see that [guardmail metrics](/data-management/metrics/guardrails) have already been included automatically.
-
-4. Click **+Add metric** button
-
-![Configure experiment](/img/building-experiments/add-metric.png)
-
-On the left hand of the modal, you will see a list of metrics that have been created that are attached to this set of experiment subjects.
-
-You can select one of them to add to the experiment
-
-5. Click **Save**
-
-## Removing metrics from experiments
-
-![Removing metrics from experiments](/img/building-experiments/remove-metric-from-experiment.gif)
-
-1. Navigate to **Experiments** > **Overview**
-
-2. Find the decision metric you would like to remove
-
-3. Click on the three dots next to it
-
-4. Select **Remove from experiment** from the dropdown menu
diff --git a/docs/experiment-analysis/experiment-status.md b/docs/experiment-analysis/experiment-status.md
index a4571fcc..f55143c7 100644
--- a/docs/experiment-analysis/experiment-status.md
+++ b/docs/experiment-analysis/experiment-status.md
@@ -1,6 +1,6 @@
# Experiment status
-You can navigate to the **Experiments** page by clicking on the **Experiments** icon from the left tab. Each experiment has an associated status which indicates the current state of the experiment. An experiment can have one of 4 different statuses:
+You can navigate to the **Analysis** page by clicking on the icon from the left-hand manu. Each experiment has an associated status which indicates the current state of the experiment. An experiment can have one of 4 different statuses:
1. Draft - The initial state after the experiment is created
2. Running - The active state where the experiment is assigning subjects and/or updating the metric event data
diff --git a/docs/experiment-analysis/explores.md b/docs/experiment-analysis/explores.md
index d71a2b8b..8e1c4b2b 100644
--- a/docs/experiment-analysis/explores.md
+++ b/docs/experiment-analysis/explores.md
@@ -2,7 +2,7 @@
## Creating Explore Charts
-You can dive deeper into the results of your experiments by creating graphs with the result data. To do this, first navigate to the **Experiments** page using the tab on the left panel and click on the experiment you are interested in. Then, click on the **Explore** tab. You can create a new chart by clicking on the **Create Explore** button.
+You can dive deeper into the results of your experiments by creating graphs with the result data. To do this, first navigate to the **Analysis** page using the tab on the left panel and click on the experiment you are interested in. Then, click on the **Explore** tab. You can create a new chart by clicking on the **Create Explore** button.
![Create Explore](/img/measuring-experiments/create-explore-button.png)
diff --git a/docs/experiment-analysis/holdouts.md b/docs/experiment-analysis/holdouts.md
index d9ba4fc9..354b99ef 100644
--- a/docs/experiment-analysis/holdouts.md
+++ b/docs/experiment-analysis/holdouts.md
@@ -109,7 +109,7 @@ With this setup, Holdouts will be logged with Experiments in AssignmentSQL that
### Configuring a Holdouts Analysis
-Create a new Holdout experiment over your desired date range by clicking on the "+Experiment" button on the Experiments tab.
+Create a new Holdout experiment over your desired date range by clicking on the "+Create" button on the Analysis tab.
Configure the analysis with the variation names in your holdout, such as `status_quo` and `winning_variants`. This allows the Eppo generated SQL to correctly query the data in your warehouse.
diff --git a/docs/experiment-analysis/index.md b/docs/experiment-analysis/index.md
index 8d0ef0bc..41bfa4f6 100644
--- a/docs/experiment-analysis/index.md
+++ b/docs/experiment-analysis/index.md
@@ -13,7 +13,7 @@ slice and dice those results by looking at different segments and metric cuts.
## Viewing multiple experiments
-When you click on the **Experiments** tab, you will see the **experiment list
+When you click on the **Experiments** tab of the **Analysis** section, you will see the **experiment list
view**, which shows all of your experiments. You can filter this list by
experiment name, status, entity, or owner, or just show experiments you have
**starred**.
@@ -29,10 +29,7 @@ experiment name, status, entity, or owner, or just show experiments you have
Clicking on the name of an experiment will take you to the
**experiment detail view**, which shows the effects of each treatment variation,
compared to control. Within each variation, for each metric that
-[you have added to the experiment](/experiment-analysis/experiment-metrics),
-we display the (per subject) **average value for the control variation**, as well as
-the estimate of the relative lift (that is, the percentage change
-from the control value) caused by that treatment variation.
+you have added to the experiment, we display the (per subject) **average value for the control variation**, as well as the estimate of the relative lift (that is, the percentage change from the control value) caused by that treatment variation.