# Manage Environments

The number of environments available on your project is dependent on which plan you are on:

<table><thead><tr><th width="117">Plan</th><th width="116" data-type="number">Environments</th><th width="167" data-type="checkbox">Flexible Environments</th><th>Environment Combinations Examples</th></tr></thead><tbody><tr><td>Starter</td><td>2</td><td>false</td><td><em>QA + Production</em></td></tr><tr><td>Standard</td><td>3</td><td>true</td><td><em>Flexible + QA + Production</em><br><em>Development + QA + Production</em></td></tr><tr><td>Professional</td><td>4</td><td>true</td><td><em>Flexible + Development + QA + Production</em></td></tr></tbody></table>

[Learn more about Umbraco Cloud Pricing](https://umbraco.com/cloud-pricing/).

## 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

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](/umbraco-cloud/begin-your-cloud-journey/project-features/environments.md) article.

The following sections provide guidance on managing your Cloud environments.

### Adding an Environment

Follow the steps outlined below to add a new environment to your Cloud project.

1. Click **Configure environments**.

![Adding an environment](/files/dTJPFXu927UegHyrLv8j)

2. Click **Create environment**.

![Create environment](/files/f6sSPq7nHIqDa5BFjEFW)

3. Choose an **Environment name**.
4. Click **Confirm**.

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.

### Removing an Environment

To remove an environment:

1. Navigate to the environment you want to delete.
2. Click on the three dots.
3. Click **Delete**.

![Deleting an environment](/files/Up1xyp17z9WcjYvkAndg)

It may take a few minutes for Cloud to set up the changes after adding or removing an environment.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/manage-environments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
