# Knowledge Base

**Suvvy's Knowledge Base** is a feature that allows Suvvy to answer questions using your information.

It's a bot's filing system that it can refer to when it needs to find the answer to a particular question. The combination of instructions and the knowledge base can yield the desired work result of Suvvy. It's important to remember that [instructions](/en/main-settings/prompts.md) always have higher priority than the knowledge base, which serves as more of an auxiliary tool.

The knowledge base is divided into 3 blocks:

{% content-ref url="/pages/zkRdVbw9lvboBh1OUjHM" %}
[Direct questions](/en/knowledge-base/baza-znanii/pryamye-voprosy.md)
{% endcontent-ref %}

{% content-ref url="/pages/RBfor8G1GW1M9kbdUtae" %}
[Large files](/en/knowledge-base/baza-znanii/bolshie-faily.md)
{% endcontent-ref %}

{% content-ref url="/pages/B0wMBpE5UIFLy5RAub7z" %}
[Tables (CSV-XLS / Google)](/en/working-with-tables/tablicy-csv-xls-google.md)
{% endcontent-ref %}

For specific tasks, the first, second, third method of storing the knowledge base is used, or all together simultaneously.


---

# 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.suvvy.ai/en/knowledge-base/baza-znanii.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.
