> 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/knowledge-base/uploading-files.md).

# Uploading Files

## Upload methods

### Drag and drop

Go to the **New File** tab and drag files directly onto the drop zone. You can drop up to 50 files at once.

### YouTube links

Paste a YouTube URL into the upload area. Knowbase downloads the transcript and makes it searchable.

### From connectors

If you've connected Google Drive, Notion, or Dropbox, you can import files directly from those services. See [Connectors](/connectors/connectors.md).

## Supported formats

| Category  | Formats                            | Max size |
| --------- | ---------------------------------- | -------- |
| Documents | PDF, DOCX, DOC, TXT, MD, PPTX, PPT | 3 GB     |
| Audio     | MP3, WAV, M4A, AAC, OGG, FLAC      | 3 GB     |
| Video     | MP4, MOV, WEBM, AVI, MKV           | 3 GB     |
| Web       | YouTube links                      | —        |

## Processing pipeline

After upload, each file goes through several stages:

1. **Uploaded** — file received
2. **Processing** — text extraction, transcription, or OCR in progress
3. **Ready** — file is searchable and available for chat

{% hint style="warning" %}
**Processing time** depends on the file type. Documents take seconds; long videos may take several minutes for transcription.
{% endhint %}

## Storage limits

Storage depends on your plan:

| Plan    | Storage |
| ------- | ------- |
| Free    | 50 MB   |
| Starter | 2 GB    |
| Pro     | 25 GB   |
| Team    | 100 GB  |

Check your usage in **Account > Plans & Billing**.


---

# 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/knowledge-base/uploading-files.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.
