> For the complete documentation index, see [llms.txt](https://docs.eesel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eesel.ai/integrations/knowledge.md).

# Knowledge

Connect your website, Confluence, Google Drive, Notion or uploaded files so your agent answers from them in your helpdesk, in Slack and on your site, with the source linked.

Your AI teammate answers from the sources you connect here, wherever it works. It reads the pages, files and documents you pick, and every answer links back to the source it came from. The same teammate uses them in your helpdesk, in Slack and in the chat bubble.

Nothing here starts your agent. These sources are knowledge only: no triggers and no actions. Notion and Slite are the exceptions, each with Write actions that ask you first until you change that.

| Source                                                            | What your teammate does there                                                                                                                  |
| ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| [**Website**](/integrations/knowledge/website.md)                 | Reads the pages of the website you point it at, and links the page each answer came from.                                                      |
| [**Google Drive**](/integrations/knowledge/google-drive.md)       | Reads the Drive files and folders you pick, and links the file it used.                                                                        |
| [**Notion**](/integrations/knowledge/notion.md)                   | Answers from the pages you share with it, and cites the page it used. It reads the full text, the properties and any nested pages.             |
| [**Confluence**](/integrations/knowledge/confluence.md)           | Reads the spaces and pages you pick, and links back to the page each answer came from.                                                         |
| [**Uploading Files**](/integrations/knowledge/uploading-files.md) | Answers from documents you upload, or knowledge you write in eesel. It can create and update those files itself.                               |
| [**Slite**](/integrations/knowledge/slite.md)                     | Reads your Slite wiki, or only the documents you list, and links the document each answer came from. Not self-serve yet, ask us to turn it on. |

Not seeing your app? The [integrations overview](/integrations/overview.md) has the full list, and how to ask for one.


---

# 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://docs.eesel.ai/integrations/knowledge.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.
