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

# ランチパッド

ランチャーには Cherry Studio のよく使う機能の入口が集約されています。上部タブバー右側の **+**、をクリックすると、新しいランチャータブを開けます。最後のタブを閉じると、自動的にランチャーに戻ります。

![ランチャー内の9つの内蔵アプリの入口](https://3776196818-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-40636d7490625d8b8b9c4f045b9da69e2cbcc751%2Fcherry-v2-launchpad-overview-zh-cn.png?alt=media)

## 既定アプリ

現在のランチャーには9つの内蔵アプリがあります：

| アプリ                                                         | 用途                                     |
| ----------------------------------------------------------- | -------------------------------------- |
| [チャット](/docs/jp/cherry-studio/preview/chat.md)              | モデルと対話し、アシスタントと会話リストを管理します             |
| [作業](/docs/jp/cherry-studio/preview/agent.md)               | エージェントがツールを呼び出し、複数ステップのタスクを完了できるようにします |
| [描画](/docs/jp/cherry-studio/preview/drawing.md)             | 画像モデルを使って画像を生成・管理します                   |
| [翻訳](/docs/jp/cherry-studio/preview/translation.md)         | テキストを翻訳し、原文と訳文を見比べて表示します               |
| [ミニアプリ](/docs/jp/cherry-studio/preview/app.md)              | Cherry Studio で Web アプリを使用します          |
| [ナレッジベース](/docs/jp/cherry-studio/preview/knowledge-base.md) | 資料を取り込み、検索とQ\&Aを行います                   |
| [ファイル](/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ノートを作成・整理します                   |

## アプリの順序を調整

アプリアイコンを押したまま目的の位置へドラッグすると、内蔵アプリの並び順を調整できます。Cherry Studio は新しい順序を自動保存します。

ランチャーとサイドバーは、それぞれ独自のアプリ順を保存します。ランチャーで並べ替えてもサイドバーの並びは変わりません。

## サイドバーに固定

よく使うアプリはサイドバーに固定できます：

1. ランチャー内でアプリを右クリックします。
2. 選択 **サイドバーに追加**。
3. 固定を解除するには、再度右クリックして **サイドバーから削除**。

> **ヒント：** **チャット** サイドバーに必須の入口で、削除できません。ほかのアプリはサイドバーに固定されていなくても、ランチャーから開けます。

## ミニアプリを管理

で [ミニアプリ](/docs/jp/cherry-studio/preview/app.md) ページで Web アプリをランチャーに追加すると、内蔵アプリの下にある「ミニアプリ」領域に表示されます。

* ミニアプリアイコンをドラッグすると、表示順を調整できます。
* ミニアプリを右クリックすると、サイドバーに追加したり、ランチャーから削除したりできます。
* ランチャーから削除しても、ショートカットの入口が外れるだけで、ミニアプリ本体は削除されません。

***

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

使用中に問題が発生した場合や、機能改善の提案がある場合は、 [フィードバックと提案](/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/launchpad.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.
