# Introduction to Gallery

Gallery is a platform to allow teams to create review environments that replicate their production setup, all on the cloud you already use. We handle the tedious and potentially costly parts of the environment replication workflows so you don't have to. Then, we wrap the basic functionality of creating, deleting, and integrating with dynamically generated environments so you don't have to.

### Getting Started

1. [Link your cloud provider](https://docs.usegallery.com/getting-started/link-your-cloud-provider)
2. [Create a Template](https://docs.usegallery.com/getting-started/create-a-template)
3. [Build an Environment](https://docs.usegallery.com/getting-started/build-an-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.usegallery.com/master.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.
