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

# AI Knowledge Base

Your AI bot will provide answers based only on the knowledge you provide.&#x20;

The more detailed and relevant the content you add to the AI's knowledge base, the better the answers it can generate.

You can add your entire website, individual web pages, help docs, documents, and plain text.

{% content-ref url="/pages/p94ZlXBOmGbWAiKlSoTT" %}
[Add your website content](/home/using-superseek/ai-knowledge-base/add-your-website-content.md)
{% endcontent-ref %}

{% content-ref url="/pages/2maUZdYth2NSQ8xZREt0" %}
[Add your help content](/home/using-superseek/ai-knowledge-base/add-your-help-content.md)
{% endcontent-ref %}

{% content-ref url="/pages/5e4SXMhj9omth8PDCqvV" %}
[Add your documents](/home/using-superseek/ai-knowledge-base/add-your-documents.md)
{% endcontent-ref %}

{% content-ref url="/pages/H822adLsJRPiYCNXOFpr" %}
[Add custom content](/home/using-superseek/ai-knowledge-base/add-custom-content.md)
{% endcontent-ref %}

{% content-ref url="/pages/oH1NI3TDx8MCZt3rEtPc" %}
[Add answer correction](/home/using-superseek/ai-knowledge-base/add-answer-correction.md)
{% endcontent-ref %}

{% content-ref url="/pages/eIoHagbxJ5eSL3iq0j3l" %}
[Delete content](/home/using-superseek/ai-knowledge-base/delete-content.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.superseek.ai/home/using-superseek/ai-knowledge-base.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.
