> For the complete documentation index, see [llms.txt](https://docs.devin.fm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devin.fm/features/deployments/default-environments.md).

# Default Environments

Devin supports deploying to multiple environments to ensure robust testing and stability before changes reach production. The default environments include:

* **Development (development server)**: Where new features and changes are initially made. This environment is used for development and initial in-house testing.
* **Staging**: Acts as a pre-production environment where all elements of the application are tested to mimic production operations without affecting the live environment.
* **Production**: The live environment where your application runs and is accessible by end-users.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devin.fm/features/deployments/default-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.
