# URL file limitations

{% hint style="warning" %}
**Direct media uploads**

We will support uploading files directly to our servers in the future.
{% endhint %}

We fetch files from the URLs you provide. Please comply with the following limitations regarding that:

<table><thead><tr><th width="236">Limitation</th><th>Description</th></tr></thead><tbody><tr><td>Max file size</td><td>Each file must not exceed <code>5mb</code></td></tr><tr><td>Accepted file formats</td><td><p>Each file must be in one of the following formats:</p><p><code>.png</code>, <code>.jpeg</code>, <code>.gif</code>, <code>.mp4</code></p></td></tr></tbody></table>


---

# 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.ocoya.com/fundamentals/limitations/url-file-limitations.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.
