# Knowledge Base

**What is a&#x20;**<mark style="color:orange;">**Knowledge Base**</mark>**?**

Your **Knowledge Base** is where the real magic happens! ✨\
It serves as the foundation your assistant relies on to deliver accurate, intelligent, and context-aware responses. By adding **links** and **PDFs**, you equip your assistant with the knowledge it needs to respond confidently and efficiently to customer queries — just like a pro!

#### How to Access the Knowledge Base

**Step 1:** Log in to your VoiceGenie dashboard.\
**Step 2:** Navigate to the **Knowledge Bases** section.&#x20;

Once inside, you’re all set to start enriching your assistant’s brainpower by adding relevant resources and materials..

<figure><img src="/files/vgQ8yUilevPrHCRipweI" 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://voicegenie.gitbook.io/voicegenie-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.
