# 文件上傳

SkyDeck.AI 允許您將不同類型的文件和圖片添加到與 AI 的對話中。您可以請您喜愛的 LLM 分析您的文件，並且您將能夠收到其摘要、解釋或對您有關其內容問題的回答。

### 添加文件

要添加文件，請打開對話並在提示輸入旁邊點擊 **添加**。然後，選擇 **上傳文件**。我們目前支持這些文件擴展名：PDF、DOC、DOCX、PPTX 和簡單文本文件。

<figure><img src="/files/6HRh56vEYtJCqx3a5Bc4" alt="上傳文件" width="563"><figcaption></figcaption></figure>

該文件將與您的消息一起附加並發送給 LLM。您可以查看與消息相關聯的文件，甚至可以重新下載它。

<figure><img src="/files/BY8zrc4v544HDB4A5JzF" alt="附加文件"><figcaption></figcaption></figure>

### 添加圖片

要添加圖片，請點擊 **添加**，然後選擇 **上傳圖片**。我們目前支持這些文件擴展名：JPEG、JPG、WEBP、PNG。

<figure><img src="/files/4csHic7Jz4a1xqmx7mxV" alt="上傳圖片" width="563"><figcaption></figcaption></figure>

圖片將與您的消息一起附加並發送給 LLM。此外，您還可以點擊圖片，這將打開一個新的彈出窗口，以更清晰地顯示它。

<figure><img src="/files/DVJ2ZZwdnTdp80fZn386" alt="附加圖片"><figcaption></figcaption></figure>

<figure><img src="/files/zfCF8U7f5mBoJlLujFEm" alt="預覽圖片" width="375"><figcaption><p>直接在 GenStudio 中查看圖片</p></figcaption></figure>

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

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

<figure><img src="/files/w6Qtxy17XTMXttwS2Feg" alt="最大文件大小錯誤" width="490"><figcaption></figcaption></figure>

* 如果文件小於 20MB 但仍然超過令牌限制，將顯示另一個錯誤：

<figure><img src="/files/iGSh3bqu9iE3J1TgRfqI" alt="令牌限制錯誤"><figcaption></figcaption></figure>

* 文件總數：最多 10

<figure><img src="/files/TJaq6cap3vWVyfgRuvqS" 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-hk/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.
