> 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.md).

# Cherry Studio

- [プロジェクト概要](https://docs.cherryai.com.cn/docs/jp/cherry-studio/readme.md)
- [ダウンロードとインストール手順](https://docs.cherryai.com.cn/docs/jp/cherry-studio/installation.md)
- [Windows のインストール](https://docs.cherryai.com.cn/docs/jp/cherry-studio/installation/windows.md): Windows 版インストール手順
- [macOS のインストール](https://docs.cherryai.com.cn/docs/jp/cherry-studio/installation/macos.md): macOS 版インストール手順
- [Linux](https://docs.cherryai.com.cn/docs/jp/cherry-studio/installation/linux.md): Linux 版インストール手順
- [アップグレードとダウングレード](https://docs.cherryai.com.cn/docs/jp/cherry-studio/installation/upgrade-downgrade.md): 切り替え先のバージョンパスを選択し、操作前に V1 と V2 のデータを保護してください。
- [破壊的な更新に関する注意](https://docs.cherryai.com.cn/docs/jp/cherry-studio/installation/v2-breaking-update-notice.md): V2 にアップグレードする前に、データ移行、バージョンパス、ロールバック制限を必ず確認してください。
- [機能の違い](https://docs.cherryai.com.cn/docs/jp/cherry-studio/installation/v1-v2-feature-differences.md): V1 と V2 の主な機能、データ処理方法、アップグレード後の確認項目を比較します。
- [V1 から V2 へアップグレード](https://docs.cherryai.com.cn/docs/jp/cherry-studio/installation/v1-to-v2-migration.md): V1 データをバックアップし、V2.0.2 をそのまま使用して移行を完了し、再設定が必要な項目を確認します。
- [V2 から V1 へダウングレード](https://docs.cherryai.com.cn/docs/jp/cherry-studio/installation/v2-to-v1-downgrade.md): 元の V1 データに戻し、V2 のバックアップ、データベース、Agent データを安全に処理します。
- [機能紹介](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview.md)
- [ランチパッド](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/launchpad.md)
- [会話 - アシスタント](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/chat.md)
- [作業 - エージェント](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/agent.md): AI に自律的にタスクを実行させるエージェント
- [画像生成](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/drawing.md)
- [翻訳](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/translation.md)
- [ミニプログラム](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/app.md)
- [生成系ミニプログラム](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/app/generative-mini-apps.md): Cherry Studio の AI 機能を呼び出せるカスタムミニプログラムの作成、インストール、使用
- [ナレッジベース](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/knowledge-base.md)
- [ファイル](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/files.md)
- [コーディング相棒](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/code-cli.md)
- [ノート](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/notes.md)
- [クイックアシスタント](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/quick-assistant.md)
- [選択テキストアシスタント](https://docs.cherryai.com.cn/docs/jp/cherry-studio/preview/selection-assistant.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.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.
