> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/help-center/podigee-hosting/which-file-formats-and-sizes-can-i-upload.md).

# Which file formats and sizes can I upload?

The audio and video file formats and the maximum file size that Podigee accepts for an episode upload.

Upload the audio or video file of an episode on the **Media Files** tab, from your computer or with **Upload from Dropbox**. The maximum file size is 20 GB.

{% tabs %}
{% tab title="Classic view" %}

| Item                  | Value                                                                                      |
| --------------------- | ------------------------------------------------------------------------------------------ |
| Audio file extensions | mp3, mpeg, m4a, x-m4a, m4v, mov, mp4, wav, x-wav, flac, aiff, x-aiff, aac, alac, caf, opus |
| Video file extensions | mp4, m4v, m4p, mov, qt, mkv, mk3d, avi, ogv, ogg, ogm, webm                                |
| Maximum file size     | 20 GB per file                                                                             |

Podigee always handles a file with the extension ogg as a video file. A file with another extension shows "File type is not supported."

![Media Files tab of an episode in the classic view with the Choose a file and Dropbox Upload buttons and the note Maximum file size 20 GB](https://3783285060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD93i0iLsYAqHLne1NyxS%2Fuploads%2Fgit-blob-c8b8e2807832393e677adeca5ec2bad52e994c01%2Fdoc-help-020-classic-upload-area.png?alt=media)

The upload area of the Media Files tab names the maximum file size of 20 GB.

For the details, see the Documentation page "Upload audio or video".
{% endtab %}

{% tab title="Podigee workspace" %}

1. Select **Episodes**, then **New episode**. The drop zone reads **Drop your video or audio file here** and **MP4, MOV, MP3, WAV, M4A, FLAC - up to 20 GB**.
2. Drop the file on the drop zone or select **Choose a file**.

![New episode page in the Podigee workspace with the drop zone and the line MP4, MOV, MP3, WAV, M4A, FLAC up to 20 GB](https://3783285060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD93i0iLsYAqHLne1NyxS%2Fuploads%2Fgit-blob-35753d63cf7eaf7b6aa6778e7fd0ae0c7be0faaa%2Fdoc-help-020-drop-zone.png?alt=media)

The drop zone lists the accepted formats and the maximum file size.

What is different:

* There is no **Upload from Dropbox**.
* A rejected file shows **Upload failed. Choose the file again.**
  {% endtab %}
  {% endtabs %}


---

# 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.podigee.com/help-center/podigee-hosting/which-file-formats-and-sizes-can-i-upload.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.
