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

# ソフトウェア設定

Cherry Studioの設定パネルの概要**モデル設定、UIの挙動、データバックアップ、個人設定**など、すべての設定項目。本節ではテーマごとに詳しく解説します。以下は全体のマップです：

### モデルとデフォルト値

| ドキュメント                                                      | 内容                                  |
| ----------------------------------------------------------- | ----------------------------------- |
| [モデルサービス設定](/docs/jp/pre-basic/settings/providers.md)       | Providerの追加、キー、APIアドレス、複数キーのローテーション |
| [デフォルトモデル設定](/docs/jp/pre-basic/settings/default-models.md) | グローバルなデフォルト会話／埋め込み／アシスタントモデル        |

### アプリの挙動

| ドキュメント                                                   | 内容                        |
| -------------------------------------------------------- | ------------------------- |
| [一般設定](/docs/jp/pre-basic/settings/general.md)           | 言語、プロキシ、通知、起動、トレイなどの基本項目  |
| [表示設定](/docs/jp/pre-basic/settings/display.md)           | サイドバーの位置、フォント、メッセージのスタイル  |
| [ショートカット設定](/docs/jp/pre-basic/settings/key-shortcut.md) | すべてのショートカットの変更と有効／無効の切り替え |
| [音声機能](/docs/jp/pre-basic/settings/yu-yin-gong-neng.md)  | 音声入力と読み上げ                 |

### データとバックアップ

| ドキュメント                                                  | 内容                                 |
| ------------------------------------------------------- | ---------------------------------- |
| [データ設定](/docs/jp/pre-basic/data-settings.md)            | WebDAV / S3 / ノート系バックアップとサードパーティ連携 |
| [個性化設定](/docs/jp/pre-basic/personalization-settings.md) | CSS、フォント、保存場所                      |

### 高度な機能（メインメニューでも「設定」に含まれます）

| 機能                                                      | ドキュメント                       |
| ------------------------------------------------------- | ---------------------------- |
| [API サーバー](/docs/jp/advanced-basic/api-server.md)       | ローカルの OpenAI互換APIを公開する       |
| [グローバルメモリ](/docs/jp/advanced-basic/memory.md)           | セッションをまたぐ記憶システム              |
| [スキル](/docs/jp/advanced-basic/skills.md)                | アシスタントやエージェントに特化機能を追加する      |
| [クイックフレーズ](/docs/jp/advanced-basic/quick-phrase.md)     | 再利用可能なプロンプトテンプレートを管理する       |
| [チャンネル](/docs/jp/advanced-basic/agent-channels.md)      | AgentをFeishu/Telegramなどに接続   |
| [スケジュールタスク](/docs/jp/advanced-basic/scheduled-tasks.md) | AgentをCronで定期実行              |
| [MCP サーバー](/docs/jp/advanced-basic/mcp.md)              | Model Context Protocolツールの連携 |

{% hint style="info" %}
設定の変更は**即時反映されます**、再起動は不要です。Provider / Model / デフォルトモデルのような中核項目に関しては、まず `設定 → データ設定 → バックアップ` で一度バックアップを取ることをおすすめします。
{% endhint %}

***

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

設定や使用の過程で疑問、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.cherryai.com.cn/docs/jp/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.
