# Environments

Environments are used to set up deployment workflows, roll out features, or keep test data isolated from production.

{% hint style="info" %}
A **production** environment is automatically created along with your project.
{% endhint %}

Create and manage existing environments using the [*/environments* endpoints](https://apidocs.umbracocompose.com/#tag/environments) in the Management API.

Resources of the following types can be created in an environment:

* Collection
* IngestFunction
* TypeSchema
* Webhook
* PersistedDocument

See how different resources relate to each other here:

![Project resources in relation to each other](/files/VcqYU1AkBrzvj5EcqaBP)

{% hint style="info" %}
Across a single environment, resources of the same type need to be created with unique aliases.
{% endhint %}


---

# 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-compose/content-orchestration/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.
