> 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/e1b65b5770338d87b72a3eff1add11244c4115cb" alt=""><figcaption><p>文件頁面：左邊按類型分類，頂部排序同全選 / 多選</p></figcaption></figure>

## 喺度可以做咩

* **按類型篩選**：左邊按類型分類 —— `文件`、`圖片`、`文本`、`音頻`、`視頻`、`其他`、`所有文件`
* **排序**：頂部支援 `文件名` / `大小` / `類型` / `修改時間` 四種排序方式
* **批量操作**：右上角 `全選` 複選框配合 `⋯` 選單做批量刪除
* **上傳**：將文件直接拖入頁面即可上傳，或者撳 `上傳文件`
* **預覽**：單擊文件直接預覽（圖片、PDF 等支援嘅格式）
* **重新命名**：右鍵 → 重新命名
* **刪除**：右鍵 → 刪除，刪除嘅文件會進入 **回收站**（詳見下方說明）
* **打開所在位置**：右鍵 →【打開所在文件夾】（macOS = 訪達，Windows = 資源管理器）

{% hint style="info" %}
如果某個文件被標記為 **缺失**，即係話佢嘅本地原文件已經被搬咗或者刪咗；呢類文件只可以定位位置或者由庫入面移除記錄。
{% endhint %}

## 回收站

刪除文件之後，佢唔會即刻消失，而係先入【回收站】。你可以喺回收站入面：

* **還原**：將誤刪嘅文件放返去原位
* **永久刪除**：單獨徹底清除某個文件
* **清空回收站**：一次過永久清除回收站入面嘅全部文件

<figure><img src="/files/72dcd1617ee89a1b8d9c9872ab48d443e019515f" alt=""><figcaption><p>回收站：可還原、永久刪除，或者清空全部</p></figcaption></figure>

{% hint style="warning" %}
**永久刪除無法撤銷。** 刪除文件亦會同時移除佢喺所有相關訊息入面嘅引用，請確認後再操作。
{% endhint %}

## 文件存喺邊？

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

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

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

## 提示同技巧

* 長期唔用嘅對話 / 知識庫會愈儲愈多文件，定期嚟呢度清一清可以慳唔少磁碟空間
* 重要文件建議同時備份去雲端碟（WebDAV / S3 等），見 [數據設定](/docs/zhong-wen-fan-ti/pre-basic/settings/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.
