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

# Sources overview

## Sources overview

A source is content that Replai can search and cite.

You connect a source once at the workspace level.

Then you attach that source to any assistant.

### Which sources does Replai support today?

Replai supports these sources today:

* **GitBook**
* **Website crawler**
* **Q\&A snippets**

{% hint style="info" %}
Sources are many-to-many.

One source can feed multiple assistants.

One assistant can use multiple sources.
{% endhint %}

### How do shared sources work?

A source belongs to the workspace.

Assistants do not own their own copy.

This makes it easy to reuse the same docs, site content, or snippet library across several assistants.

### Which source should you use?

| Source              | Best for                      | Notes                                                               |
| ------------------- | ----------------------------- | ------------------------------------------------------------------- |
| **GitBook**         | Product docs and help centers | One connector can span multiple spaces in one GitBook organization. |
| **Website crawler** | Public sites and policy pages | Starts with a sitemap when possible.                                |
| **Q\&A snippets**   | Short hand-written answers    | Only published snippets are indexed.                                |

### What is not available yet?

Notion, Confluence, Zendesk, and Intercom are roadmap items.

They are not selectable today.

{% hint style="warning" %}
Do not plan a launch around roadmap connectors.

Use GitBook, Website crawler, or Q\&A snippets today.
{% endhint %}

### Related links

* [GitBook connector](/replai-docs/connectors-sources/gitbook-connector.md)
* [Website crawler](/replai-docs/connectors-sources/website-crawler.md)
* [Q\&A snippets](/replai-docs/connectors-sources/q-and-a-snippets.md)
* [Sync & scheduling](/replai-docs/connectors-sources/sync-and-scheduling.md)


---

# 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://replai-1.gitbook.io/replai-docs/connectors-sources/sources-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.
