# Managing resources

You will be aware by now that Turn it Off manages individual cloud resources from within a logical structure, the structure is as follows:

* Your Application (e.g. your website, your finance system, your CRM system etc.), then
* their Environments (e.g. non-production testing, non-production staging etc.), then
* then optional resource groupings (you define these if you want to sequence resource groups on stop/start in a particular order)
* the Resources (e.g. virtual machines, database services etc.) in each of those environments.

When you setup an environment you tell the system where your resources reside, this is in either an [AWS accoun](/integrations/cloud-providers/amazon-web-services-aws.md)t or [Azure subscription](/integrations/cloud-providers/microsoft-azure.md). You can use resources from multiple accounts/subscriptions to create one environment.

Once that environment is live you can add new providers to select resources from OR select new resources from the pre-selected environments by hitting the resources tab from the environment overview page.

From here you will be able to select manage/unmanage to define those resources you want managed from within the particular 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.turnitoff.ai/simple-management/managing-resources.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.
