# Document Upload

SkyDeck.AI allows you to add different types of documents and images to your conversations with AI. You can ask your favourite LLM to analyze your file, and you will be able to receive its summary, interpretation, or answers for your questions about its content.

### Add a document

To add a document, open a conversation and click **Add** next to the prompt input. Then, choose **Upload documents**. We are currently supporting these files extensions: PDF, DOC, DOCX, PPTX, and simple text files.

<figure><img src="/files/rJSPhibJi0Z72wyeIwo2" alt="upload documents" width="563"><figcaption></figcaption></figure>

The document will be attached with your message and sent to LLM. You can see the file associated with the message and you can even re-download it.

<figure><img src="/files/VgtWkPd5IepJ6st4Emp4" alt="attached document"><figcaption></figcaption></figure>

### Add an image

To add an image, click **Add** and then, choose **Upload images**. We are currently supporting these files extensions: JPEG, JPG, WEBP, PNG.

<figure><img src="/files/Y78gHL17Rjr3HumaRB3M" alt="upload images" width="563"><figcaption></figcaption></figure>

The image will be attached with your message and sent to LLM. Additionally, you can also click on the image, which will open a new popup window displaying it in more clearly.

<figure><img src="/files/J6FIIdYdX2wYoSFPXf5E" alt="attached image"><figcaption></figcaption></figure>

<figure><img src="/files/YHuZBoO8I7XldflA3xj1" alt="preview image" width="375"><figcaption><p>View the image directly in GenStudio</p></figcaption></figure>

### Restrictions <a href="#h_52e5a07158" id="h_52e5a07158"></a>

* Total size of all files per message: up to 20MB

<figure><img src="/files/8ZTOPPjco7Z783z81heE" alt="maximum file size error" width="490"><figcaption></figcaption></figure>

* If the file is less than 20MB but still exceeds the token limit, another error will be displayed:

<figure><img src="/files/avems8wZdvbF7taUKttR" alt="token limit error"><figcaption></figcaption></figure>

* Total number of files: up to 10

<figure><img src="/files/PgTmRtwdzO44JBL6Wt7L" alt="files count error" width="488"><figcaption></figcaption></figure>

### Rememberizer - Extending AI knowledge

You can utilize [Rememberizer](https://rememberizer.ai/), our solution for giving AI your own knowledge and information and allowing SkyDeck.AI to learn from your documents and discussions. Learn more about Rememberizer [here](https://docs.rememberizer.ai/).


---

# 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.skydeck.ai/genstudio-workspace/document-upload.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.
