> 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/cherry-studio/preview.md).

# 機能紹介

Cherry Studio はデスクトップ向けの AI クライアントで、 **会話アシスタント、エージェント、画像生成、翻訳、ナレッジベース、ノート、ファイル管理、コーディングパートナー** などの中核機能を備え、さらに [API ゲートウェイ](/docs/jp/advanced-basic/developer-tools/api-gateway.md)、[チャンネル](/docs/jp/advanced-basic/automation/channels.md)、[定期タスク](/docs/jp/advanced-basic/automation/scheduled-heartbeat.md) AI の能力を自動化とクロスプラットフォームのシナリオへ拡張します。

下表は、本節に関する主な機能と対応する入口です：

| 機能                                                                 | 概要                                                                                                                                               | 入口                    |
| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------- |
| [会話](/docs/jp/cherry-studio/preview/chat.md)                       | 作成 [会話アシスタント](https://docs.cherryai.com.cn/docs/jp/cherry-studio/pages/9e7f814df47ad9acf29310fc7dad23585eb4a460#助手库)、さまざまなモデルと会話し、ナレッジベースを呼び出します | 【ランチャー】→【会話】          |
| [ワーク](/docs/jp/cherry-studio/preview/agent.md)                     | ワークはエージェントで、ファイルの読み取り、コマンドの実行、複数ステップの推論などのタスクを自律的に実行できます ——                                                                                      | 【ランチャー】→【ワーク】         |
| [描画](/docs/jp/cherry-studio/preview/drawing.md)                    | テキストから画像生成モデルを接続                                                                                                                                 | 【ランチャー】→【描画】          |
| [翻訳](/docs/jp/cherry-studio/preview/translation.md)                | 2カラムの高速翻訳                                                                                                                                        | 【ランチャー】→【翻訳】          |
| [ミニアプリ](/docs/jp/cherry-studio/preview/app.md)                     | よく使うサイトを実行するか、Cherry AI を呼び出せるローカルミニアプリをインストールします                                                                                                | 【ランチャー】→【ミニアプリ】       |
| [ナレッジベース](/docs/jp/cherry-studio/preview/knowledge-base.md)        | ドキュメント/URL/ノートのベクトル検索                                                                                                                            | 【ランチャー】→【ナレッジベース】     |
| [ファイル](/docs/jp/cherry-studio/preview/files.md)                    | 会話、描画、ナレッジベースなどの添付ファイルをまとめて確認                                                                                                                    | 【ランチャー】→【ファイル】        |
| [コーディングパートナー](/docs/jp/cherry-studio/preview/code-cli.md)          | AI プログラミング CLI ツールをインストール、設定、起動                                                                                                                  | 【ランチャー】→【コーディングパートナー】 |
| [ノート](/docs/jp/cherry-studio/preview/notes.md)                     | Markdown ノートブックを内蔵し、手軽に記録・整理でき、ナレッジベースへエクスポート可能                                                                                                  | 【ランチャー】→【ノート】         |
| [クイックアシスタント](/docs/jp/cherry-studio/preview/quick-assistant.md)    | グローバルショートカットで起動するミニ質問ウィンドウ                                                                                                                       | グローバルショートカット          |
| [選択語アシスタント](/docs/jp/cherry-studio/preview/selection-assistant.md) | 任意のアプリでテキストを選択した後、フローティングツールバーから AI を呼び出せます                                                                                                      | 選択後のフローティングツールバー      |

さらに高度な機能については [応用チュートリアル](/docs/jp/advanced-basic/capability-map.md) の節を参照してください。

***

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

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