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

# 個人化設定

令 Cherry Studio**長成你鐘意嘅樣**：換顏色、改字體、搬數據位置——都喺呢度。

## 我可以改咩？

| 想做嘅嘢           | 睇邊一篇                                                                                                         |
| -------------- | ------------------------------------------------------------------------------------------------------------ |
| 將介面顏色 / 版面深度自訂 | [自訂 CSS](https://github.com/CherryHQ/cherry-studio-docs/blob/main/pre-basic/personalization-settings/css.md) |
| 攞 AI 輸出嘅字體換另一種 | [字體推薦](/docs/zhong-wen-fan-ti/pre-basic/personalization-settings/font.md)                                    |
| 換硬碟 / 將數據搬走    | [修改儲存位置](/docs/zhong-wen-fan-ti/pre-basic/personalization-settings/storage.md)                               |
| CSS 改到太亂，想還原   | [清除 CSS 設定](/docs/zhong-wen-fan-ti/pre-basic/personalization-settings/clear-css.md)                          |

## 個人化 vs 顯示設定

|      | 顯示設定               | 個人化設定              |
| ---- | ------------------ | ------------------ |
| 入口   | `設定 → 顯示設定`        | `設定 → 個人化設定`       |
| 控制   | 內置嘅開關同選項（主題、話題位置等） | 自訂 CSS、自訂字體、自訂儲存路徑 |
| 風險   | 安全                 | 改壞咗可能會影響介面（可清除還原）  |
| 適合邊個 | 所有人                | 想深度自訂嘅進階用戶         |

如果你只想「簡單改下外觀」，去 [顯示設定](/docs/zhong-wen-fan-ti/pre-basic/settings/display.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/personalization-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.
