# What kind of content can be uploaded?

You can upload both text documents as well as images and videos. In most cases you can also use the content inside the document, such as the audio from a video, to extract the content into [knowledge cards](/content/knowledge-cards.md).

### What are the max file sizes?

5 MB for images, 100 MB for videos, 10 MB for audios, 20 MB for documents

### Accepted file types

* Text&#x20;
  * Word
  * PDF
  * ePub
  * TXT
* Media
  * Audio in MP3 format
  * Video in MP4 format
  * YouTube
  * Vimeo
  * Soundcloud
  * Images (jpg, jpeg, gif, webm, gif, png)


---

# 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://help.twise.ai/content/what-kind-of-content-can-be-uploaded.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.
