# Link Your Cloud Provider

Gallery supports first-class integrations with multiple cloud providers, specifically AWS, GCP, and Heroku. The mechanics and reasoning behind the implementation of each of these integrations is covered in more detailed in the relevant sections of the documentation, but the basics of linking each of them are similar. Find the integrations tab, and click "Connect' on the relevant provider.

![The integrations tab](/files/-MjDLJVyqQ9HdpGVmhC7)

Depending on the provider, you will either have to enter an API key/API secret (Heroku and AWS), or use OAuth to authenticate with the provider (GCP). For more information on best practices, and the permissions Gallery will use with each provider, see the relevant section of the documentation for a more detailed discussion.


---

# 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/getting-started/link-your-cloud-provider.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.
