# Integrating Providers

Providers are the external systems and cloud services that DuploCloud AI Suite connects to in order to manage infrastructure, monitor performance, respond to incidents, and interact with your source code. Integrating a provider gives AI agents the context and access they need to perform work on your behalf. This section contains step-by-step instructions for setting up each supported provider.

## Supported Providers

| Category                | Provider                                                                                                                                                |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Cloud Accounts**      | [Amazon Web Services (AWS)](https://docs.duplocloud.com/docs/getting-started/integrating-providers/amazon-web-services-aws)                             |
| **Cloud Accounts**      | [Microsoft Azure](https://docs.duplocloud.com/docs/getting-started/integrating-providers/microsoft-azure)                                               |
| **Cloud Accounts**      | [Google Cloud Platform (GCP)](https://docs.duplocloud.com/docs/getting-started/integrating-providers/google-cloud-platform-gcp)                         |
| **Kubernetes**          | [Amazon Elastic Kubernetes Service (EKS)](https://docs.duplocloud.com/docs/getting-started/integrating-providers/amazon-elastic-kubernetes-service-eks) |
| **Kubernetes**          | [Azure Kubernetes Service (AKS)](https://docs.duplocloud.com/docs/getting-started/integrating-providers/azure-kubernetes-service-aks)                   |
| **Kubernetes**          | [Google Kubernetes Engine (GKE)](https://docs.duplocloud.com/docs/getting-started/integrating-providers/google-kubernetes-engine-gke)                   |
| **Observability**       | [Datadog](https://docs.duplocloud.com/docs/getting-started/integrating-providers/datadog)                                                               |
| **Observability**       | [NewRelic](https://docs.duplocloud.com/docs/getting-started/integrating-providers/newrelic)                                                             |
| **Observability**       | [Sentry](https://docs.duplocloud.com/docs/getting-started/integrating-providers/sentry)                                                                 |
| **Incident Management** | [PagerDuty](https://docs.duplocloud.com/docs/getting-started/integrating-providers/pagerduty)                                                           |
| **Source Control**      | [GitHub](https://docs.duplocloud.com/docs/getting-started/integrating-providers/github)                                                                 |
| **Source Control**      | [GitLab](https://docs.duplocloud.com/docs/getting-started/integrating-providers/gitlab)                                                                 |
| **Source Control**      | [BitBucket](https://docs.duplocloud.com/docs/getting-started/integrating-providers/bitbucket)                                                           |
| **Others**              | [Notion](https://docs.duplocloud.com/docs/getting-started/integrating-providers/notion)                                                                 |
| **Others**              | [Jira](https://docs.duplocloud.com/docs/getting-started/integrating-providers/jira)                                                                     |
| **Others**              | [Heroku](/docs/getting-started/integrating-providers/heroku.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.duplocloud.com/docs/getting-started/integrating-providers.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.
