# Knowledge Bases

Knowledge Bases in Dynamiq

The Knowledge Bases tab in Dynamiq is a dedicated space for creating and managing workflows specifically designed for content indexing and storage in knowledge bases. This feature streamlines the process of organizing and accessing information, making it an essential tool for building efficient RAG applications.

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

### **Key Features of the Knowledge Bases Tab**

#### **Specialized Workflows**

The tab provides templates for creating indexing workflows, allowing you to efficiently manage and store content in your knowledge bases.

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

#### **Workflow Management**

Easily view and manage existing workflows. Each entry displays the workflow name, creator, and last edited date for quick reference.

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

#### **Workflow Details**

Click on any workflow to review its details, including the ingestion endpoint, runtime version, and deployment information.

#### **File Management**

Upload and manage files directly within the workflow. This feature allows you to review and organize input files, ensuring that all necessary data is available for indexing.

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

#### **Ingestion Workflow**

The tab provides options for making requests to ingest files through the indexing workflow, facilitating seamless integration of new content.

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

By utilizing the Knowledge Bases tab, you can efficiently create and manage workflows tailored for content indexing, enhancing the organization and accessibility of your knowledge bases.


---

# 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.getdynamiq.ai/knowledge-bases.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.
