> 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/pre-basic/data-settings.md).

# 數據設定

數據設定係 Cherry Studio 嘅**數據中樞**：所有關於**備份、恢復、跨設備同步、第三方筆記整合**嘅功能都喺呢度。

> 一句講晒：**驚冇咗數據，就嚟呢度設置一次。**

## 我應該用咩備份方案？

| 你嘅場景                        | 推薦方案                                                                                                                                                                                                           |
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 個人單機使用，擔心硬碟壞咗               | [WebDAV 備份](/docs/zhong-wen-fan-ti/pre-basic/data-settings/webdav.md)（用堅果雲、123 盤等）                                                                                                                             |
| 多部電腦想同步對話／助手                | [WebDAV 備份](/docs/zhong-wen-fan-ti/pre-basic/data-settings/webdav.md) —— A 電腦備份，B 電腦恢復                                                                                                                         |
| 已經有 AWS / 阿里雲 OSS 等 S3 相容儲存 | [S3 相容儲存備份](/docs/zhong-wen-fan-ti/pre-basic/data-settings/s3-compatible.md)                                                                                                                                   |
| 想將對話內容自動歸檔到筆記軟件             | [Notion](/docs/zhong-wen-fan-ti/pre-basic/data-settings/notion.md) / [Obsidian](/docs/zhong-wen-fan-ti/pre-basic/data-settings/obsidian.md) / [思源筆記](/docs/zhong-wen-fan-ti/pre-basic/data-settings/siyuan.md) |
| 想訂閱其他人分享嘅助手包                | [助手訂閱配置](/docs/zhong-wen-fan-ti/pre-basic/data-settings/assistants-subscribe.md)                                                                                                                               |

## 備份緊嘅係咩？

**預設完整備份**：

* 對話歷史同話題
* 助手同預設設定
* 知識庫（包括向量資料庫內容）
* 筆記、繪圖、文件等附件
* 偏好同個人化設定
* Provider 配置（API 密鑰亦都會包含喺入面）

**精簡備份**（可選）：備份介面有一個 **精簡備份** 開關，開啟之後會**跳過圖片、知識庫等資料檔案，只備份聊天記錄同設定**，體積細、速度快，適合頻繁嘅增量備份。

{% hint style="warning" %}
備份檔案會包含 Provider API 密鑰等敏感資訊。**請勿將備份檔案分享畀其他人，亦都唔好儲存喺不受信任嘅共享網盤**。
{% endhint %}

## 幾耐備份一次？

* **手動備份**：隨時撳「備份」按鈕
* **自動備份**：可以設定每小時／每日／每週自動執行一次

## 數據存邊度？

如果想換硬碟位置，睇 [修改儲存位置](/docs/zhong-wen-fan-ti/pre-basic/personalization-settings/storage.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/pre-basic/data-settings.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.
