# 文档上传

SkyDeck.AI 允许您将不同类型的文档和图像添加到与 AI 的对话中。您可以请求您最喜欢的 LLM 分析您的文件，并能够收到其摘要、解释或对您关于其内容的问题的回答。

### 添加文档

要添加文档，请打开对话并点击提示输入旁边的 **添加**。然后，选择 **上传文档**。我们目前支持以下文件扩展名：PDF、DOC、DOCX、PPTX 和简单文本文件。

<figure><img src="/files/yQSf7iHo3KcD5mTcPxmR" alt="上传文档" width="563"><figcaption></figcaption></figure>

文档将与您的消息一起附加并发送给 LLM。您可以查看与消息关联的文件，甚至可以重新下载它。

<figure><img src="/files/ELrEGYyFuanTdjhgrQzI" alt="附加文档"><figcaption></figcaption></figure>

### 添加图像

要添加图像，请点击 **添加**，然后选择 **上传图像**。我们当前支持以下文件扩展名：JPEG、JPG、WEBP、PNG。

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

图像将与您的消息一起附加并发送给 LLM。此外，您还可以点击图像，这将打开一个新的弹出窗口，以更清晰地显示它。

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

<figure><img src="/files/jrrgGS9ntPvNsrAR1ybW" alt="preview image" width="375"><figcaption><p>直接在 GenStudio 中查看图像</p></figcaption></figure>

### 限制 <a href="#h_52e5a07158" id="h_52e5a07158"></a>

* 每条消息的所有文件总大小：最多 20MB

<figure><img src="/files/6z010EPVyrL9bKVgLW55" alt="最大文件大小错误" width="490"><figcaption></figcaption></figure>

* 如果文件小于 20MB 但仍然超过令牌限制，将显示另一个错误：

<figure><img src="/files/SWilMGcfMcONM6o8kIyV" alt="令牌限制错误"><figcaption></figcaption></figure>

* 文件总数：最多 10

<figure><img src="/files/XZF36rl1F3lOflWqKEch" alt="文件数量错误" width="488"><figcaption></figcaption></figure>

### Rememberizer - 扩展 AI 知识

您可以利用 [Rememberizer](https://rememberizer.ai/)，我们的解决方案，向 AI 提供您自己的知识和信息，并允许 SkyDeck.AI 从您的文档和讨论中学习。了解更多关于 Rememberizer 的信息 [这里](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/zh-cn/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.
