> 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/docs/jp/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/jp/pre-basic/personalization-settings/font.md)                                                |
| ハードディスクを交換する／データを移す    | [保存先を変更](/docs/jp/pre-basic/personalization-settings/storage.md)                                               |
| CSS をいじりすぎて乱れたので元に戻したい | [CSS 設定をクリア](/docs/jp/pre-basic/personalization-settings/clear-css.md)                                         |

## 個性化 vs 表示設定

|        | 表示設定                       | 個性化設定                     |
| ------ | -------------------------- | ------------------------- |
| 入口     | `設定 → 表示設定`                | `設定 → 個性化設定`              |
| コントロール | 内蔵のスイッチとオプション（テーマ、話題の位置など） | カスタム CSS、カスタムフォント、カスタム保存先 |
| リスク    | 安全                         | 壊すと画面に影響する可能性あり（クリアして復元可） |
| 向いている人 | すべての人                      | 深くカスタマイズしたい上級ユーザー         |

もし「見た目をちょっと変えたい」だけなら、 [表示設定](/docs/jp/pre-basic/settings/display.md) それで十分です；「徹底的にカスタマイズ」したいなら、こちらへ。

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/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.cherry-ai.com/docs/jp/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.
