# 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: 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.knowbase.ai/getting-started/uploading-your-first-file.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.
