# Environments

Sleuth's environment support lets you model your change sources, such as code deployments, feature flags, and impact, across the multiple deployment environments you maintain. Environments are defined at the project level and all code deployments and feature flags within a project share Environments.

![A project can contain multiple environments](/files/-MDgvHZiuP8w3iPQYVfO)

Once setup, Sleuth provides you with a clear view of how your deploys move through your different environments. Sleuth highlights and allows you to drill into the drift that forms between your Environments.

Sleuth is flexible and allows you to map your Environments to your code in the way that you already work. Whether you deploy one branch to multiple environments or you maintain a code branch per environment Sleuth works for you.


---

# 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://help.sleuth.io/sleuth-dora/modeling-your-deployments/environment-support.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.
