# GETTING STARTED

- [Introducing Turn it Off](https://docs.turnitoff.ai/getting-started/introducing-turn-it-off.md): A quick introduction to the platform, its purpose and core unique features.
- [Create your account](https://docs.turnitoff.ai/getting-started/newaccount.md)
- [Connect a cloud provider](https://docs.turnitoff.ai/getting-started/providers.md)
- [Add an application ](https://docs.turnitoff.ai/getting-started/add-an-application.md)
- [Add an environment](https://docs.turnitoff.ai/getting-started/add-an-environment.md)
- [Adding the standby page](https://docs.turnitoff.ai/getting-started/adding-the-standby-page.md): Otherwise known as the "Turn it On" page, here is an overview of what the Standby page is, what it is used for and how it is configured.
- [Make Turn it Off active](https://docs.turnitoff.ai/getting-started/make-turn-it-off-active.md)
- [Support](https://docs.turnitoff.ai/getting-started/support.md)


---

# 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.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.
