> For the complete documentation index, see [llms.txt](https://guide.tiledesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.tiledesk.com/ai-chatbots-and-automation/knowledge-base.md).

# Knowledge Base

[Knowledge Base overview](/ai-chatbots-and-automation/knowledge-base/knowledge-base-overview.md)

[Knowledge Base Administration](/ai-chatbots-and-automation/knowledge-base/knowledge-base-administration.md)

[Hybrid search](/ai-chatbots-and-automation/knowledge-base/hybrid-search.md)

[How does the Knowledge Base work](/ai-chatbots-and-automation/knowledge-base/how-does-the-knowledge-base-work.md)

[Best Practices for Utilizing Tiledesk Knowledge Base Effectively](/ai-chatbots-and-automation/knowledge-base/best-practices-for-utilizing-tiledesk-knowledge-base-effectively.md)

[Indexing URLs in Tiledesk’s Knowledge Base with Advanced Options](/ai-chatbots-and-automation/knowledge-base/indexing-urls-in-tiledesks-knowledge-base-with-advanced-options.md)

[Advanced Knowledge Base: AI Settings](/ai-chatbots-and-automation/knowledge-base/advanced-knowledge-base-ai-settings.md)

[How to add Multiple Knowledge Bases & link AI Agents](/ai-chatbots-and-automation/knowledge-base/how-to-add-multiple-knowledge-bases-and-link-ai-agents.md)

[Using Buttons in an AI Workflow to Trigger the Knowledge Base](/ai-chatbots-and-automation/knowledge-base/using-buttons-in-an-ai-workflow-to-trigger-the-knowledge-base.md)

[Self-Learning AI Agent](/ai-chatbots-and-automation/knowledge-base/self-learning-ai-agent.md)

[Unanswered Questions in the Knowledge Base](/ai-chatbots-and-automation/knowledge-base/unanswered-questions-in-the-knowledge-base.md)

[Copilot for Human Support Teams](/ai-chatbots-and-automation/knowledge-base/copilot-for-human-support-teams.md)

[Using Tags in Knowledge Base](/ai-chatbots-and-automation/knowledge-base/using-tags-in-knowledge-base.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://guide.tiledesk.com/ai-chatbots-and-automation/knowledge-base.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.
