> For the complete documentation index, see [llms.txt](https://docs.cherry-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/cherry-studio/preview/launchpad.md).

# 啟動台

啟動台（Launchpad）係 Cherry Studio 嘅**應用抽屜**，集中展示所有功能入口。頂部 Tab 欄嘅 `+` 按鈕就係指向啟動台。

<figure><img src="/files/df2e9449606ed907b90bb494091920111343d5e4" alt=""><figcaption><p>啟動台入面嘅 9 個應用</p></figcaption></figure>

### 預設應用

| 應用                                                                    | 說明                                                                                          |
| --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [小程式](/docs/zhong-wen-fan-ti/cherry-studio/preview/app.md)            | 喺客戶端內運行 AI 廠商網頁版                                                                            |
| [知識庫](/docs/zhong-wen-fan-ti/cherry-studio/preview/knowledge-base.md) | 文件／網址／筆記向量化檢索                                                                               |
| [繪畫](/docs/zhong-wen-fan-ti/cherry-studio/preview/drawing.md)         | 文生圖模型                                                                                       |
| [助手庫](/docs/zhong-wen-fan-ti/cherry-studio/preview/assistants.md)     | 瀏覽／建立對話助手                                                                                   |
| [翻譯](/docs/zhong-wen-fan-ti/cherry-studio/preview/translation.md)     | 雙欄快速翻譯                                                                                      |
| [文件](/docs/zhong-wen-fan-ti/cherry-studio/preview/files.md)           | 集中管理對話／繪畫／知識庫附件                                                                             |
| Code                                                                  | Code Tools / CLI（詳見 [Code Tools 使用教程](/docs/zhong-wen-fan-ti/advanced-basic/code-tools.md)） |
| [OpenClaw](/docs/zhong-wen-fan-ti/advanced-basic/openclaw.md)         | 外部 Agent CLI 整合                                                                             |
| [筆記](/docs/zhong-wen-fan-ti/cherry-studio/preview/notes.md)           | 內置 Markdown 編輯器                                                                             |

### 小程式加入到啟動台

啟動台底部可以睇到你已經用過嘅[小程式](/docs/zhong-wen-fan-ti/cherry-studio/preview/app.md)（例如 ChatGPT 網頁、Claude 網頁等）。常用小程式可以**加入啟動台**：

* 對小程式圖示右鍵，揀 **加入啟動台**
* 當導航佈局切到 **左側欄** 時（見下方「切換預設導航佈局」），已加入嘅小程式會顯示喺左側欄底部，方便一鍵存取

<figure><img src="/files/e50b3304a4eb5ac51f0d7cfd6cd9abf2076e3608" alt=""><figcaption><p>右鍵小程式，可以加入啟動台或者隱藏</p></figcaption></figure>

> 啟動台入面嗰 9 個核心應用（筆記、繪畫、翻譯等）係**固定**嘅，不支援自訂增刪。

### 切換預設導航佈局

如果你更習慣傳統嘅左側欄：打開 `設定 → 顯示設定`，喺 **導航欄設定** 節入面將 **導航欄位置** 由 `頂部` 切換到 `左側`。

<figure><img src="/files/0cee3aaf188e1e5eed8cbaa2a93f03d7a9d77c85" alt=""><figcaption><p>設定 → 顯示設定 → 導航欄設定 → 導航欄位置</p></figcaption></figure>

切換之後，頂部 Tab 欄會被左側嘅直向圖示欄取代，可以直接撳對應圖示進入相應界面：

<figure><img src="/files/4be5c299d148f118888dae26729d0f7ef49137d8" alt=""><figcaption><p>切換到左側欄後嘅首頁效果</p></figcaption></figure>

兩種佈局功能完全相同，按個人習慣揀就得，**隨時可以再切返去**。

***

### 💡 獲取幫助同提交反饋

如果你喺配置或者使用過程中遇到任何疑問、Bug 或者有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/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:

```
GET https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/cherry-studio/preview/launchpad.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
