# Overview

Connectors let you search your external tools — Google Drive, Notion, Dropbox, and custom websites — directly from the Knowbase chat. No need to import everything manually.

* [Google Drive](/connectors/google-drive.md)
* [Notion](/connectors/notion.md)
* [Dropbox](/connectors/dropbox.md)
* [Web Search](/connectors/web-search.md)

## How connectors work

When you enable a connector in chat, Knowbase searches that service alongside your uploaded files. Results from connectors are extracted on the fly and included in the AI's answer with source citations.

## Setting up connectors

All connectors are managed in **Account > Connectors**.

{% hint style="info" %}
**Plan requirement:** Connectors are available on Starter (1 connector), Pro (unlimited), and Team (unlimited) plans.
{% 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.knowbase.ai/connectors/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.
