# Knowledge Base

<figure><img src="https://lh7-rt.googleusercontent.com/slidesz/AGV_vUfabizGcxjZEU2BhC32kpYkh8TJ8xWNg5A3hXgYAeJQmbiwL7M2cucGyghai08OUdrKk0EuzRZ6izWgs_n7bjDxowjB8ghgjupg4gSsMS-TDiv_kHBBYWQSnUqNrMuX6OomoMcCGYaQ3SKBG-o9gO-okBqsmc1H=s2048?key=0Vuv-rJx-rGDStWDzAwBDw" alt=""><figcaption><p>Knowledge Management page</p></figcaption></figure>

Knowledge Base consists of 4 types:

* **Documents and Files (Legacy)**&#x20;
* **CSV File:** Specifically supports only cleaned .CSV files to enhance answer generation accuracy.
* **Documents and Files:** Allows users to upload general .html, .pdf. .docx files without pre-chunking.
* **External Knowledge Base:** Enables connection to an external knowledge base.


---

# 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.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/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.
