> For the complete documentation index, see [llms.txt](https://docs.cherry-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherry-ai.com/pre-basic/personalization-settings.md).

# 个性化设置

让 Cherry Studio**长成你喜欢的样子**：换颜色、改字体、挪数据位置 —— 都在这里。

## 我可以改什么？

| 想做的事            | 看哪一篇                                                                                                          |
| --------------- | ------------------------------------------------------------------------------------------------------------- |
| 把界面颜色 / 布局深度自定义 | [自定义 CSS](https://github.com/CherryHQ/cherry-studio-docs/blob/main/pre-basic/personalization-settings/css.md) |
| 让 AI 输出的字体换一种   | [字体推荐](/pre-basic/personalization-settings/font.md)                                                           |
| 换硬盘 / 把数据搬走     | [修改存储位置](/pre-basic/personalization-settings/storage.md)                                                      |
| CSS 改得太乱想还原     | [清除 CSS 设置](/pre-basic/personalization-settings/clear-css.md)                                                 |

## 个性化 vs 显示设置

|     | 显示设置               | 个性化设置                 |
| --- | ------------------ | --------------------- |
| 入口  | `设置 → 显示设置`        | `设置 → 个性化设置`          |
| 控制  | 内置的开关与选项（主题、话题位置等） | 自定义 CSS、自定义字体、自定义存储路径 |
| 风险  | 安全                 | 改坏了可能影响界面（可清除还原）      |
| 适合谁 | 所有人                | 想深度定制的进阶用户            |

如果你只想"简单改改外观"，去 [显示设置](/pre-basic/settings/display.md) 即可；想"彻底自定义"再到这里。

***

### 💡 获取帮助与提交反馈

如果您在配置或使用过程中遇到任何疑问、Bug 或有功能改进建议，请参考 [反馈与建议](/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:

```
GET https://docs.cherry-ai.com/pre-basic/personalization-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
