# Knowledge Base

The documentation for Epsilla's knowledge base covers different types, advanced settings, and data storage inspection options. It explains how to set up various knowledge bases, like local files or website data sources, to serve different needs. Advanced settings allow customization of loading, parsing, and embedding. Additionally, users can inspect and manage data storage, ensuring transparency and control.

On the navigation bar, click on the **Knowledge Bases** tab.

<figure><img src="/files/YfTERmOjCsLkC4JcFZQb" alt="" width="253"><figcaption></figcaption></figure>

This will lead you to the page where you can create and manage all your knowledge bases.

<figure><img src="/files/ae2wnfkHhBGiyzWYrJRK" alt=""><figcaption></figcaption></figure>


---

# 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://epsilla-inc.gitbook.io/epsilladb/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.
