> For the complete documentation index, see [llms.txt](https://docs.knowbase.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.knowbase.ai/getting-started/uploading-your-first-file.md).

# Uploading Your First File

## How to upload

1. Click the **New File** tab in the top navigation
2. Drag and drop a file onto the upload area, or click to browse your files
3. Wait for processing — the file status will change from "Processing" to "Ready"

## Supported file types

| Category  | Formats                                    |
| --------- | ------------------------------------------ |
| Documents | PDF, DOCX, DOC, TXT, MD, PPTX, PPT         |
| Audio     | MP3, WAV, M4A, AAC, OGG, FLAC              |
| Video     | MP4, MOV, WEBM, AVI, MKV                   |
| Web       | YouTube links, website URLs                |
| Images    | PNG, JPG (within PDFs with Vision enabled) |

{% hint style="info" %}
**Tip:** You can upload up to 50 files at once by selecting multiple files or dragging a batch.
{% endhint %}

## What happens after upload

Knowbase automatically:

* Extracts text from documents and presentations
* Transcribes audio and video files
* Downloads and processes YouTube transcripts
* Creates searchable embeddings so you can chat with the content

## Next step

Your file is ready — let's [ask it a question](/getting-started/your-first-chat.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.knowbase.ai/getting-started/uploading-your-first-file.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
