> 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の好み、効率化ツールとシステム動作** などのすべての項目。設定の左側は **モデル / ツール / 好み / 効率 / システム** 5つの大分類に分けられており、本節でも同じ分類でマップを示し、必要に応じて飛べるようにしています。

### モデル

| 設定項目       | ドキュメント                                                               | 内容                                    |
| ---------- | -------------------------------------------------------------------- | ------------------------------------- |
| モデルサービス    | [モデルサービス](/docs/jp/pre-basic/providers.md)                           | Provider の追加、キー、API アドレス、複数キーのローテーション |
| デフォルトモデル   | [デフォルトモデル設定](/docs/jp/pre-basic/settings/default-models.md)          | 全体のデフォルトとなる会話 / 命名 / 翻訳などのモデル         |
| ローカルモデル    | [ローカルモデル](/docs/jp/pre-basic/settings/local-models.md)               | 内蔵のオフライン実行可能な埋め込みモデルと OCR モデル         |
| API ゲートウェイ | [API ゲートウェイ](/docs/jp/advanced-basic/developer-tools/api-gateway.md) | 外部にローカルの OpenAI 互換 API を公開            |

### ツール

| 設定項目     | ドキュメント                                                      | 内容                                    |
| -------- | ----------------------------------------------------------- | ------------------------------------- |
| MCP      | [MCP と外部ツール](/docs/jp/advanced-basic/extensions/mcp.md)     | Model Context Protocol ツール接続          |
| スキル      | [スキルと能力ライブラリ](/docs/jp/advanced-basic/extensions/skills.md) | アシスタントや Agent に特化能力を追加                |
| ネット検索    | [ネット接続モード](/docs/jp/pre-basic/settings/websearch.md)        | 無料のネット接続、Tavily、Volcengine、SearXNG など |
| ドキュメント処理 | [ドキュメント処理](/docs/jp/pre-basic/settings/doc-process.md)      | PDF / 複雑なレイアウト文書の構造化解析（MinerU など）     |
| OCR      | [OCR](/docs/jp/pre-basic/settings/ocr.md)                   | 画像 / スキャン文書の文字認識エンジン                  |

### 好み

| 設定項目  | ドキュメント                                                | 内容                              |
| ----- | ----------------------------------------------------- | ------------------------------- |
| 外観    | [外観](/docs/jp/pre-basic/settings/display.md)          | テーマ、テーマカラー、拡大率、言語、トピックのレイアウト    |
| 通知    | [通知](/docs/jp/pre-basic/settings/notification.md)     | アシスタントのメッセージ、バックアップ、ナレッジベース完了通知 |
| データ   | [データ設定](/docs/jp/pre-basic/settings/data-settings.md) | WebDAV / S3 バックアップとサードパーティ連携    |
| 使用量統計 | [使用量統計](/docs/jp/pre-basic/settings/usage.md)         | コスト、トークン、リクエスト、日次アクティビティ統計      |

### 効率

| 設定項目       | ドキュメント                                                             | 内容                            |
| ---------- | ------------------------------------------------------------------ | ----------------------------- |
| チャンネル      | [チャンネル](/docs/jp/advanced-basic/automation/channels.md)            | Agent を Lark / Telegram などに接続 |
| 定期タスク      | [定期タスク](/docs/jp/advanced-basic/automation/scheduled-heartbeat.md) | Agent を Cron で定期実行            |
| ショートカット    | [ショートカット設定](/docs/jp/pre-basic/settings/key-shortcut.md)           | すべてのショートカットの変更と有効/無効切り替え      |
| クイックアシスタント | [クイックアシスタント](/docs/jp/cherry-studio/preview/quick-assistant.md)    | グローバルに浮かぶミニチャットウィンドウ          |
| 選択テキスト支援   | [選択テキスト支援](/docs/jp/cherry-studio/preview/selection-assistant.md)  | 選択した文字の即時翻訳 / 解説 / 言い換え       |

### システム

| 設定項目    | ドキュメント                                                  | 内容                                 |
| ------- | ------------------------------------------------------- | ---------------------------------- |
| システム    | [システム](/docs/jp/pre-basic/settings/general.md)          | 起動、トレイ、プロキシ、ハードウェアアクセラレーション、開発者モード |
| 環境依存    | [環境依存](/docs/jp/pre-basic/settings/env-dependencies.md) | uv / bun などのランタイムとバイナリツールのインストール管理 |
| 私たちについて | —                                                       | バージョン情報、更新確認、ライセンス契約、コミュニティリンク     |

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

***

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

設定または使用中に不明点、バグ、機能改善の提案がある場合は、 [フィードバックと提案](/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.
