# Curate your Knowledge Base Documents

### Open gooey.ai agent UI:

{% embed url="<https://gooey.ai/copilot/>" %}

### Create your Knowledge Base Documents&#x20;

You can create your knowledge base documents from text, video, or audio.

### Collect all your relevant documents and videos&#x20;

You can add documents in the following formats:&#x20;

* Word Docs, PDFs (up to 200 pages)&#x20;
* PPTs or Google Slides
* Google documents or sheets as shareable links&#x20;
* Youtube/tutorial video transcripts as PDF or Google documents (you can use our [Synthetic Data Extract Workflow](https://gooey.ai/doc-extract) for this). Learn more here: [How to prepare your synthetic data](/ai-agent/copilot/prepare-synthetic-data.md)

### Upload the documents

Upload the documents to the agent workflow in the "Documents" section. You can choose to upload them as files, or you can create shared Google Drive links.&#x20;

<figure><img src="/files/yLXVchERUyb57xb0X7dR" alt=""><figcaption><p>You can upload files individually via your desktop, Google Drive, web links</p></figcaption></figure>

<figure><img src="/files/Baz9U2tIJeTRMqJQDj8L" alt=""><figcaption><p>You can upload all the files links in Bulk</p></figcaption></figure>

{% hint style="info" %}
PRO TIP: If you use Google Docs or Sheets, whenever you update your organization data or knowledge base, the bot will auto-update that information.&#x20;
{% endhint %}

###


---

# 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.gooey.ai/ai-agent/copilot/curate-your-knowledge-base-documents.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.
