diff --git a/umbraco-cloud/getting-started/environments.md b/umbraco-cloud/getting-started/environments.md
index 4eb5be6d37d..36451d718fe 100644
--- a/umbraco-cloud/getting-started/environments.md
+++ b/umbraco-cloud/getting-started/environments.md
@@ -12,7 +12,7 @@ You can have multiple environments in your Umbraco Cloud project, with two types
The image below shows a Cloud setup including two mainline environments and one flexible environment connected to the left-most mainline environment.
-
+
## Mainline Environments
diff --git a/umbraco-cloud/set-up/images/create-environment.png b/umbraco-cloud/set-up/images/create-environment.png
new file mode 100644
index 00000000000..c4369d7449a
Binary files /dev/null and b/umbraco-cloud/set-up/images/create-environment.png differ
diff --git a/umbraco-cloud/set-up/images/delete-environment.png b/umbraco-cloud/set-up/images/delete-environment.png
new file mode 100644
index 00000000000..f450818b40e
Binary files /dev/null and b/umbraco-cloud/set-up/images/delete-environment.png differ
diff --git a/umbraco-cloud/set-up/images/environments-overview-new.png b/umbraco-cloud/set-up/images/environments-overview-new.png
new file mode 100644
index 00000000000..ffcdea80292
Binary files /dev/null and b/umbraco-cloud/set-up/images/environments-overview-new.png differ
diff --git a/umbraco-cloud/set-up/manage-environments.md b/umbraco-cloud/set-up/manage-environments.md
index d892f4a9bd8..125857a7c54 100644
--- a/umbraco-cloud/set-up/manage-environments.md
+++ b/umbraco-cloud/set-up/manage-environments.md
@@ -1,35 +1,54 @@
# Manage Environments
-When working with an Umbraco Cloud project, you can add or remove extra environments depending on the plan you are in:
+The number of environments available on your project is dependent on which plan you are on:
-* For the Starter plan, you can add a Development environment for an additional price per month.
-* For the Standard plan, you get the Development environment for free and can add a Staging environment for an additional price per month.
-* For the Professional plan, you get the Development and Staging environment for free. Additionally, you can add and remove environments whenever you like without any additional cost.
+
Plan
Environments
Flexible Environments
Environment Combinations Examples
Starter
2
false
QA + Production
Standard
3
true
Flexible + QA + Production Development + QA + Production
Professional
4
true
Flexible + Development + QA + Production
-[Learn more about the additional prices on Umbraco Cloud](https://umbraco.com/cloud-pricing/).
+[Learn more about Umbraco Cloud Pricing](https://umbraco.com/cloud-pricing/).
-{% embed url="https://www.youtube.com/watch?v=avzRNFR-FSY" %}
-Adding an additional environment to a Cloud project
-{% endembed %}
+## Configuring Environments
+
+Clicking Configure environments from the project overview gives you access to environment management options. From here, you can:
+
+- Rename an existing environment.
+- Create a new environment.
+- Delete an environment you no longer need.
+
+These options help keep your deployment pipeline organized and aligned with your team's workflow.
## Adding or Removing Environments
-**Important:** _Before_ adding an environment, you should consider if you have any changes locally that are not on Live yet. If you do, you should make sure to push it as adding another environment will also push it into the deployment chain.
+Most Umbraco Cloud plans give you the flexibility to work with multiple environments. You can decide how many to add and how to organize them as flexible or mainline environments. For more information on environment types, see the [Environments](../getting-started/environments.md) article.
+
+The following sections provide guidance on managing your Cloud environments.
+
+### Adding an Environment
+
+Before adding an environment, ensure there are no local changes that haven’t been pushed to Live. Adding an environment will push all changes in the current deployment chain.
+
+To add an environment:
+
+1. Click **Configure environments**.
+
+
+
+2. Click **Create environment**.
-**Important:** _After_ adding a Development environment, you need to do a fresh clone of the site. The local version you have will be set up to push directly to Live, a fresh clone will push to Development.
+
-You can add environments from your project overview here:
+3. Choose an **Environment name**.
+4. Click **Confirm**.
-
Adding environments
+After adding a new left-most mainline environment or a flexible environment, you need to clone this environment instead. The current local clone will be set up to push to Live, while the fresh clone will push to the new environment.
-To remove an environment, go to the environment you want to delete click on the three dots, and click delete:
+### Removing an Environment
-
+To remove an environment:
-{% hint style="info" %}
-There is a specific order that the environments are being added. You will need to have a Development environment before you can have a Staging environment.
-{% endhint %}
+1. Navigate to the environment you want to delete.
+2. Click on the three dots.
+3. Click **Delete**.
-Suppose you have both a Development and a Staging environment and need to remove the Development environment. In that case, you will first need to remove the Staging environment before you can remove the Development environment.
+
-Once you have added or removed an environment, it will take a couple of minutes for Cloud to set it all up, and then you will be ready to use it.
+It may take a few minutes for Cloud to set up the changes after adding or removing an environment.