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

# 启动台

启动台集中展示 Cherry Studio 的常用功能入口。点击顶部标签栏右侧的 **+**，即可打开新的启动台标签页；关闭最后一个标签页时，也会自动回到启动台。

![启动台中的九个内置应用入口](https://3562065924-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 个内置应用：

| 应用                                              | 用途                      |
| ----------------------------------------------- | ----------------------- |
| [对话](/cherry-studio/preview/chat.md)            | 与模型对话，管理助手与对话列表         |
| [工作](/cherry-studio/preview/agent.md)           | 让智能体调用工具并完成多步骤任务        |
| [绘画](/cherry-studio/preview/drawing.md)         | 使用图像模型生成和管理图片           |
| [翻译](/cherry-studio/preview/translation.md)     | 翻译文本并对照查看原文和译文          |
| [小程序](/cherry-studio/preview/app.md)            | 在 Cherry Studio 中使用网页应用 |
| [知识库](/cherry-studio/preview/knowledge-base.md) | 导入资料并进行检索和问答            |
| [文件](/cherry-studio/preview/files.md)           | 查看和管理应用内使用的文件           |
| [编码搭档](/cherry-studio/preview/code-cli.md)      | 安装、配置和启动 AI 编程 CLI 工具   |
| [笔记](/cherry-studio/preview/notes.md)           | 创建和整理 Markdown 笔记       |

## 调整应用顺序

按住应用图标并拖到目标位置，即可调整内置应用的排列顺序。Cherry Studio 会自动保存新的顺序。

启动台和侧边栏分别保存自己的应用顺序。在启动台中排序不会改变侧边栏的排列。

## 固定到侧边栏

经常使用的应用可以固定到侧边栏：

1. 在启动台中右键点击应用。
2. 选择 **添加到侧边栏**。
3. 如需取消固定，再次右键点击并选择 **从侧边栏移除**。

> **提示：** **对话** 是侧边栏的必需入口，不能移除。其他应用即使没有固定到侧边栏，仍可从启动台打开。

## 管理小程序

在 [小程序](/cherry-studio/preview/app.md) 页面将网页应用添加到启动台后，它会显示在内置应用下方的“小程序”区域。

* 拖动小程序图标可以调整显示顺序。
* 右键点击小程序，可以将它添加到侧边栏或从启动台移除。
* 从启动台移除只会取消快捷入口，不会删除小程序本身。

***

### 获取帮助与提交反馈

如果在使用过程中遇到问题，或有功能改进建议，请通过 [反馈与建议](/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/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.
