# AI Provider Support

## What is an AI Provider?

An AI Provider offers cloud-based software solutions that leverage artificial intelligence to deliver various services and applications to users.

These services are commonly accessed via web browsers, but are sometimes embedded into desktop applications too.

## Supported AI Providers

| AI Provider             | Visibility           | Data Leak Detection and Protection |
| ----------------------- | -------------------- | ---------------------------------- |
| ChatGPT (Web)           | :white\_check\_mark: | :white\_check\_mark:               |
| ChatGPT (Desktop)       | :white\_check\_mark: | :white\_check\_mark:               |
| Azure OpenAI            | :white\_check\_mark: | :soon:                             |
| GitHub CoPilot (VSCode) | :white\_check\_mark: | :white\_check\_mark:               |
| GitHub CoPilot (Web)    | :white\_check\_mark: | :soon:                             |
| Anthropic Claude (Web)  | :white\_check\_mark: | :white\_check\_mark:               |
| Perplexity (Web)        | :white\_check\_mark: | :soon:                             |
| Google Gemini (Web)     | :white\_check\_mark: | :soon:                             |
| Notion AI               | :white\_check\_mark: | :soon:                             |
| Amazon Bedrock          | :white\_check\_mark: | :soon:                             |

{% hint style="info" %}
Don't see the AI provider you are using? Get in touch with us via <help@subrosa.ai> and we would be happy to see what we can do to support your use-case
{% endhint %}


---

# 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.subrosa.ai/ai-provider/ai-provider-support.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.
