> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/files.md).

# 文件

文件頁面係 Cherry Studio 嘅**附件總倉庫** —— 你喺對話入面拖入嚟嘅圖片、PDF、文件，喺繪畫入面生成嘅圖，喺知識庫入面匯入嘅資料，都可以喺呢度集中查看同管理。

可以理解成 Cherry Studio 入面嘅「我嘅電腦」。

## 進入文件頁面

頂部 Tab `+` → **啟動台** → 撳 `文件`。

<figure><img src="/files/cf546ab248709c23eba14280c899594397952b4b" alt=""><figcaption><p>文件頁面：左側按類型分類，頂部排序同全選／多選</p></figcaption></figure>

## 喺呢度可以做咩

* **按類型篩選**：左側四個分類 —— `文件`、`圖片`、`文字`、`所有文件`
* **排序**：頂部 `建立時間` / `大小` / `文件名` 三種排序方式
* **批量操作**：右上角 `全選` 配合勾選框 `⋯` 選單做批量刪除／下載
* **預覽**：單擊文件直接預覽（圖片、PDF 等支援嘅格式）
* **下載到本機**：右鍵 → 下載，可以揀保存位置
* **刪除**：右鍵 → 刪除（刪除後無法恢復，請確認）
* **打開所在位置**：右鍵 → 喺檔案管理器中顯示（macOS = 访達，Windows = 檔案總管）

## 文件存喺邊？

Cherry Studio 會將所有附件存喺本機嘅應用程式資料目錄入面。具體路徑：

* **macOS**：`~/Library/Application Support/CherryStudio`
* **Windows**：`%APPDATA%\CherryStudio`
* **Linux**：`~/.config/CherryStudio`

想轉去其他磁碟？睇 [修改儲存位置](/docs/zhong-wen-fan-ti/pre-basic/personalization-settings/storage.md)。

## 提示同技巧

* 長期唔用嘅對話／知識庫會越積越多文件，定期嚟呢度清一清可以慳返唔少磁碟空間
* 重要文件建議同時備份去雲端硬碟（WebDAV／S3 等），見 [資料設定](/docs/zhong-wen-fan-ti/pre-basic/data-settings.md)
* 文件名亂碼？通常係從外部拖入時嘅編碼問題，建議先重新命名再用

***

### 💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/question-contact/suggestions.md) 入面提供嘅官方渠道。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
