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

# 起動台

ランチパッド（Launchpad）は Cherry Studio の**アプリドロワー**で、すべての機能入口をまとめて表示します。上部の Tab バーの `+` ボタンはランチパッドを指します。

<figure><img src="/files/e26ae905b01ce43463db00950b4e6b99523feaf5" alt=""><figcaption><p>ランチパッド内の9つのアプリ</p></figcaption></figure>

### デフォルトアプリ

| アプリ                                                         | 説明                                                                             |
| ----------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [ミニアプリ](/docs/jp/cherry-studio/preview/app.md)              | クライアント内でAIベンダーのWeb版を実行                                                         |
| [ナレッジベース](/docs/jp/cherry-studio/preview/knowledge-base.md) | 文書/URL/ノートのベクトル検索                                                              |
| [お絵描き](/docs/jp/cherry-studio/preview/drawing.md)           | テキストから画像を生成するモデル                                                               |
| [アシスタントライブラリ](/docs/jp/cherry-studio/preview/assistants.md) | 会話アシスタントの閲覧/作成                                                                 |
| [翻訳](/docs/jp/cherry-studio/preview/translation.md)         | 2カラムのクイック翻訳                                                                    |
| [ファイル](/docs/jp/cherry-studio/preview/files.md)             | 会話/お絵描き/ナレッジベースの添付ファイルを一元管理                                                    |
| コード                                                         | Code Tools / CLI（詳細は [Code Tools の使い方](/docs/jp/advanced-basic/code-tools.md)） |
| [OpenClaw](/docs/jp/advanced-basic/openclaw.md)             | 外部 Agent CLI 統合                                                                |
| [ノート](/docs/jp/cherry-studio/preview/notes.md)              | 内蔵 Markdown エディタ                                                               |

### ミニアプリをランチパッドに追加

ランチパッドの下部には、これまで使用した[ミニアプリ](/docs/jp/cherry-studio/preview/app.md)（例：ChatGPTのWeb版、ClaudeのWeb版など）が表示されます。よく使うミニアプリは**ランチパッドに追加できます**：

* ミニアプリのアイコンを右クリックして、 **ランチパッドに追加できます**
* ナビゲーションレイアウトを **左サイドバー** に切り替えると（下の「デフォルトのナビゲーションレイアウトを切り替える」を参照）、追加済みのミニアプリが左サイドバーの下部に表示され、ワンクリックでアクセスしやすくなります

<figure><img src="/files/d037e511476d49600efbcd27698deec7c9a6bd92" alt=""><figcaption><p>ミニアプリを右クリックすると、ランチパッドに追加または非表示にできます</p></figcaption></figure>

> ランチパッド内の9つのコアアプリ（ノート、お絵描き、翻訳など）は**固定**で、追加・削除のカスタマイズには対応していません。

### デフォルトのナビゲーションレイアウトを切り替える

従来の左サイドバーの方が使いやすい場合は、 `設定 → 表示設定`を開き、 **ナビゲーションバー設定** の項目で **ナビゲーションバーの位置** を `上部` から `左側`。

<figure><img src="/files/48cf86d1fcd6cb8b0d93e79bd74f5db419193b64" alt=""><figcaption><p>設定 → 表示設定 → ナビゲーションバー設定 → ナビゲーションバーの位置</p></figcaption></figure>

切り替えると、上部の Tab バーは左側の縦型アイコンバーに置き換わり、対応するアイコンを直接クリックして各画面に入れます：

<figure><img src="/files/c3c07074241be1c86e0862d8743693c959cc2198" alt=""><figcaption><p>左サイドバーに切り替えた後のホーム画面の表示</p></figcaption></figure>

どちらのレイアウトも機能はまったく同じなので、好みに合わせて選べばよく、**いつでも元に戻せます**。

***

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

設定や使用中に疑問点、バグ、または機能改善の提案がありましたら、ご参照ください [フィードバックとご提案](/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.
