# File Uploads

Upload a file with your message for Korey to ingest, analyze, and even create tasks from. Just drag and drop over the chat area to add a file to your message.&#x20;

#### Supported Formats

<table><thead><tr><th width="248.3828125">File Type</th><th>Use Case</th></tr></thead><tbody><tr><td>JPEG, PNG, GIF, Webp</td><td>Image analysis</td></tr><tr><td>PDF</td><td>Analysis up to 10 pages - <em>larger PDFs will process as text</em></td></tr><tr><td>TXT</td><td>Text processing</td></tr><tr><td>CSV</td><td>Text processing</td></tr><tr><td>MD</td><td>Text processing</td></tr></tbody></table>

{% hint style="info" %}
🚀 **Coming soon** → docx, xlsx and other format support
{% endhint %}

#### Image Attachments

If you are using the Shortcut connector Korey can attach the files you upload to Stories, Epics, Sub-tasks in Shortcut!&#x20;


---

# 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.korey.ai/using-korey/file-uploads.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.
