# Add an environment

Remember, in the Turn it Off platform, we organise things around;

1. Your Application (eg your website, your finance system, your CRM system etc), then
2. **their Environments (eg non-production testing, non-production staging etc), then**
3. the Resources (eg virtual machines, database services etc) in each of those environments.

Once you've [connected your relevant cloud provider](/getting-started/providers.md) account and [defined your first Application](/getting-started/add-an-application.md), you can start adding related Environments and the related Resources from each of those Environments that you wish to control using Turn it Off.

The following demo walks you through our easy-to-use Wizard to begin adding Environment(s) to that Application, and start adding Resources from each of those Environments to manage using Turn it Off.

{% embed url="<https://youtu.be/_f_X46yHOTQ>" %}


---

# 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.turnitoff.ai/getting-started/add-an-environment.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.
