> For the complete documentation index, see [llms.txt](https://docs.release.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.release.com/integrations/integrations-overview.md).

# Integrations overview

Integrate Release with popular SaaS platforms

You can integrate Release with many popular SaaS products.

Release currently supports integration with:

* [Amazon Web Services](/integrations/integrations-overview/aws-integration.md)
* [Google Cloud Platform](/integrations/integrations-overview/gcp-integration.md)
* [Microsoft Azure](/integrations/integrations-overview/azure-integration.md)
* [Datadog Agent](/integrations/integrations-overview/datadog-agent.md)
* [Docker Hub](/integrations/integrations-overview/docker-hub-integration.md)
* [Doppler Secrets Manager](/integrations/integrations-overview/doppler-secrets-manager.md)
* [AWS Secrets Management](/integrations/integrations-overview/aws-secrets-management.md)
* [JFrog Artifactory](/integrations/integrations-overview/artifactory-integration.md)
* [LaunchDarkly](/integrations/integrations-overview/launchdarkly-integration.md)
* [Private registries](/integrations/integrations-overview/private-registry.md)
* [Slack](/integrations/integrations-overview/slack-integration.md)
* [PlanetScale](/integrations/integrations-overview/planetscale-integration.md)
* [Neon](/integrations/integrations-overview/neon-integration.md)

## View integrations

Navigate to **Configuration** and click on the **Integrations** button to view all available and installed integrations.

![](https://585411240-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M1neGLLQ0sDXeK6ooSo%2Fuploads%2Fgit-blob-c5c158708b7d794092e44af3a2fb4e09381c6b7b%2Favailable-integrations.png?alt=media)

## View Cloud Provider integrations

Navigate to **Configuration** and click on the **Integrations** button to view all connected cloud integrations. Click **Create Cloud Integration** to create a new cloud integration.

![](https://585411240-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M1neGLLQ0sDXeK6ooSo%2Fuploads%2Fgit-blob-dab9bbdb62e74c30c58c5fab61531b2fcdea8d15%2Favailable-cloud-integrations.png?alt=media)

## View External Registry integrations

Navigate to **Configuration** and click on the **External Registries** button to view all connected external registry integrations. Click **Connect an External Registry** to create a new external registry integration.

![](https://585411240-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M1neGLLQ0sDXeK6ooSo%2Fuploads%2Fgit-blob-6fb6a81b1f616e8ef6600177312cf3f7d85ecd46%2Fconnect-external-registries.png?alt=media)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.release.com/integrations/integrations-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
