> 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/api-server.md)、[Cherry Agent](/docs/jp/cherry-studio/preview/agent.md)、[チャンネル](/docs/jp/advanced-basic/agent-channels.md)、[定時タスク](/docs/jp/advanced-basic/scheduled-tasks.md) AI機能を自動化やクロスプラットフォームのシーンへ拡張します。

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

| 機能                                                                  | 概要                                                 | 入口                    |
| ------------------------------------------------------------------- | -------------------------------------------------- | --------------------- |
| [会話画面](/docs/jp/cherry-studio/preview/chat.md)                      | 各社のモデルと会話し、アシスタント、トピック、ナレッジベース、ツール呼び出しをサポート        | 上部タブ `ホーム`            |
| [アシスタントライブラリ](/docs/jp/cherry-studio/preview/assistants.md)         | 会話アシスタントのプリセットを閲覧 / 追加 / 作成                        | ランチャー → `アシスタントライブラリ` |
| [エージェント](/docs/jp/cherry-studio/preview/agent.md)                   | ファイル読み取り、コマンド実行、複数ステップ推論を自律的に実行できる Cherry Agent —— | 上部タブ `エージェント`         |
| [描画](/docs/jp/cherry-studio/preview/drawing.md)                     | テキストから画像を生成するモデルに接続                                | ランチャー → `描画`          |
| [翻訳](/docs/jp/cherry-studio/preview/translation.md)                 | 二段組の高速翻訳                                           | ランチャー → `翻訳`          |
| [ミニプログラム](/docs/jp/cherry-studio/preview/app.md)                    | クライアント内でAIベンダーのWeb版を実行                             | ランチャー → `ミニプログラム`     |
| [ナレッジベース](/docs/jp/cherry-studio/preview/knowledge-base.md)         | ドキュメント/URL/ノートのベクトル検索                              | ランチャー → `ナレッジベース`     |
| [ファイル](/docs/jp/cherry-studio/preview/files.md)                     | 会話、描画、ナレッジベースなどの添付ファイルを一元表示                        | ランチャー → `ファイル`        |
| [ノート](/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を呼び出す              | グローバルショートカットキー        |

さらに高度な機能については [上級チュートリアル](https://github.com/CherryHQ/cherry-studio-docs/blob/main/advanced-basic/README.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.
