> 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/zhong-wen-fan-ti/cherry-studio/preview/launchpad.md).

# 啟動台

啟動台集中展示 Cherry Studio 嘅常用功能入口。點擊頂部標籤欄右側嘅 **+**，就可以打開新嘅啟動台標籤頁；關閉最後一個標籤頁時，亦會自動返去啟動台。

![啟動台入面嘅九個內置應用入口](https://2742912793-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/zhong-wen-fan-ti/cherry-studio/preview/chat.md)            | 同模型對話，管理助手同對話列表          |
| [工作](/docs/zhong-wen-fan-ti/cherry-studio/preview/agent.md)           | 畀智能體調用工具並完成多步驟任務         |
| [繪畫](/docs/zhong-wen-fan-ti/cherry-studio/preview/drawing.md)         | 用圖像模型生成同管理圖片             |
| [翻譯](/docs/zhong-wen-fan-ti/cherry-studio/preview/translation.md)     | 翻譯文本並對照睇原文同譯文            |
| [小程式](/docs/zhong-wen-fan-ti/cherry-studio/preview/app.md)            | 喺 Cherry Studio 入面使用網頁應用 |
| [知識庫](/docs/zhong-wen-fan-ti/cherry-studio/preview/knowledge-base.md) | 匯入資料並進行檢索同問答             |
| [檔案](/docs/zhong-wen-fan-ti/cherry-studio/preview/files.md)           | 查看同管理應用內使用嘅文件            |
| [編碼拍檔](/docs/zhong-wen-fan-ti/cherry-studio/preview/code-cli.md)      | 安裝、配置同啟動 AI 編程 CLI 工具    |
| [筆記](/docs/zhong-wen-fan-ti/cherry-studio/preview/notes.md)           | 建立同整理 Markdown 筆記        |

## 調整應用順序

按住應用圖標再拖到目標位置，就可以調整內置應用嘅排列順序。Cherry Studio 會自動保存新嘅順序。

啟動台同側邊欄會分別保存自己嘅應用順序。喺啟動台入面排序唔會改變側邊欄嘅排列。

## 固定到側邊欄

經常用嘅應用可以固定到側邊欄：

1. 喺啟動台入面右鍵點擊應用。
2. 選擇 **加入側邊欄**。
3. 如果要取消固定，再次右鍵點擊並選擇 **從側邊欄移除**。

> **提示：** **對話** 係側邊欄嘅必需入口，唔可以移除。其他應用即使冇固定到側邊欄，仍然可以喺啟動台打開。

## 管理小程式

喺 [小程式](/docs/zhong-wen-fan-ti/cherry-studio/preview/app.md) 頁面將網頁應用添加到啟動台後，佢會顯示喺內置應用下方嘅「小程式」區域。

* 拖動小程式圖標可以調整顯示順序。
* 右鍵點擊小程式，可以將佢加入側邊欄或者從啟動台移除。
* 從啟動台移除只會取消快捷入口，唔會刪除小程式本身。

***

### 取得幫助同提交反饋

如果喺使用過程中遇到問題，或者有功能改進建議，請透過 [反饋與建議](/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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/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.
