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

# 軟件設定

Cherry Studio 嘅設定面板涵蓋**模型配置、界面行為、資料備份、個人化**等等所有偏好選項。本節會按主題分篇詳解，下面係地圖：

### 模型同預設值

| 文件                                                                    | 內容                             |
| --------------------------------------------------------------------- | ------------------------------ |
| [模型服務設定](/docs/zhong-wen-fan-ti/pre-basic/settings/providers.md)      | Provider 新增、密鑰、API 地址、多 Key 輪詢 |
| [預設模型設定](/docs/zhong-wen-fan-ti/pre-basic/settings/default-models.md) | 全局預設對話／嵌入／助手模型                 |

### 應用行為

| 文件                                                                    | 內容                 |
| --------------------------------------------------------------------- | ------------------ |
| [常規設定](/docs/zhong-wen-fan-ti/pre-basic/settings/general.md)          | 語言、代理、通知、啟動、托盤等基礎項 |
| [顯示設定](/docs/zhong-wen-fan-ti/pre-basic/settings/display.md)          | 側邊欄位置、字體、訊息樣式      |
| [快捷鍵設定](/docs/zhong-wen-fan-ti/pre-basic/settings/key-shortcut.md)    | 全部快捷鍵嘅修改同啟用／停用     |
| [語音功能](/docs/zhong-wen-fan-ti/pre-basic/settings/yu-yin-gong-neng.md) | 語音輸入同朗讀            |

### 資料同備份

| 文件                                                                    | 內容                        |
| --------------------------------------------------------------------- | ------------------------- |
| [資料設定](/docs/zhong-wen-fan-ti/pre-basic/data-settings.md)             | WebDAV / S3 / 筆記類備份同第三方整合 |
| [個人化設定](/docs/zhong-wen-fan-ti/pre-basic/personalization-settings.md) | CSS、字體、儲存位置               |

### 進階能力（喺主選單入面亦都屬於「設定」）

| 功能                                                               | 文件                          |
| ---------------------------------------------------------------- | --------------------------- |
| [API 伺服器](/docs/zhong-wen-fan-ti/advanced-basic/api-server.md)   | 暴露本地 OpenAI 相容 API          |
| [全局記憶](/docs/zhong-wen-fan-ti/advanced-basic/memory.md)          | 跨會話記憶系統                     |
| [技能](/docs/zhong-wen-fan-ti/advanced-basic/skills.md)            | 為助手或者智能體加裝專項能力              |
| [快捷短語](/docs/zhong-wen-fan-ti/advanced-basic/quick-phrase.md)    | 管理可重用提示詞模板                  |
| [頻道](/docs/zhong-wen-fan-ti/advanced-basic/agent-channels.md)    | Agent 接入飛書／Telegram 等       |
| [定時任務](/docs/zhong-wen-fan-ti/advanced-basic/scheduled-tasks.md) | Agent 按 Cron 定時運行           |
| [MCP 伺服器](/docs/zhong-wen-fan-ti/advanced-basic/mcp.md)          | Model Context Protocol 工具接入 |

{% hint style="info" %}
設定改動會**即時生效**，唔使重啟。涉及 Provider / Model / 預設模型呢類核心項時，建議先喺 `設定 → 資料設定 → 備份` 入面做一次備份。
{% endhint %}

***

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

如果您喺配置或使用過程中遇到任何疑問、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/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.
