# Creating a Knowledge Base: The First Step to Empowering Your Assistant 🧠✨

**How to CREATE a&#x20;**<mark style="color:red;">**Knowledge Base**</mark>**?**

**Step 1:** Log in to your VoiceGenie dashboard and navigate to the **Knowledge Base** section.\
\&#xNAN;*(Pro tip: Look for the brainy 🧠 icon!)*

**Step 2:** Click on **"Create Knowledge Base"**.\
A pop-up will appear where you can configure your Knowledge Base details.

**Step 3:** Fill in the following information:

* **Name:** Give your Knowledge Base a clear, identifiable name (e.g., *Support FAQs* or *Product Catalog*).
* **Description (Optional):** Add a short summary or context about the Knowledge Base.

**Step 4:** Click **"Save"** — and that’s it! 🎉\
You’ve successfully created your Knowledge Base, ready to be enriched with resources and insights.

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

<https://app.voicegenie.ai/>


---

# 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/creating-a-knowledge-base-the-first-step-to-empowering-your-assistant.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.
