# Manage Connectors

A connector is a way for you to grant ChatBees read-only access to your external data. You can configure ChatBees to import (or periodically import) from these data sources into any collection to train your AI. You only need to configure connectors **once per account**, all collections share the same connectors.

ChatBees natively supports a variety of popular data sources. You can navigate to [Data Connectors](https://app.chatbees.ai/connectors) page to configure these connections.

<figure><img src="/files/OCQbWpQUX0g2o143Xby0" alt=""><figcaption></figcaption></figure>

## Connect to Notion

Click **`Connect`** button to configure Notion connector. You will be redirected to Notion authorization page where you can selectively grant ChatBees read-only access to specific workspaces or pages.&#x20;

<figure><img src="/files/GEiFux7HjTY4olytecXk" alt=""><figcaption></figcaption></figure>

## Connect to Google Drive

Click **`Connect`** button to begin the authorization process. You will be redirected to Google authorization page

<figure><img src="/files/J5Waw4XSXVSSofv9IjKN" alt=""><figcaption></figcaption></figure>

Next, click on the account you wish to connect to, and confirm that ChatBees will access your data.

<figure><img src="/files/Wz4e0cZXC9RfH40a0APY" alt=""><figcaption></figcaption></figure>

Once configured, you can import from any folder or all folder in your Google Drive. See [Manage Data Sources ](/chatbees/web-app-references/manage-collections/data-sources.md#import-from-google-drive)on how this can be done.

## Connect to Confluence

Click **`Connect`** button to begin the authorization process. You will be redirected to Confluence authorization page

ChatBees requests read-only access (view and search) to your Confluence data

<figure><img src="/files/jZDUiWH3W855q8Xamd8S" alt=""><figcaption></figcaption></figure>


---

# 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.chatbees.ai/chatbees/web-app-references/manage-connectors.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.
