# Knowledge Base

Knowledge base is a place where you can store additional information about your businesses that might not be explicitly included in prompts. For instance, if you have a restaurant, you can upload your menu as a PDF to the knowledge base. This allows your assistant to automatically reference the menu data when users ask questions about it. This ensures the assistant can provide accurate and detailed responses based on the information in your uploaded resources.

1. Navigate to "Knowledge Base" tab
2. Click on "Select and Upload PDF File" button
3. Choose the PDF file, it will upload the file
4. You can download, get its URL and also can delete it

<div><figure><img src="/files/f237aT6ajJR5gNH8E7Ir" alt=""><figcaption></figcaption></figure> <figure><img src="/files/yfE0ydH1TILqv7PVp5FO" alt=""><figcaption></figcaption></figure></div>


---

# 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://voho.gitbook.io/voho/build/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.
