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

# Launcher

The launchpad centrally displays Cherry Studio’s commonly used feature entry points. Click the one on the right side of the top tab bar **+**, and you can open a new launchpad tab; when the last tab is closed, it will also automatically return to the launchpad.

![The nine built-in app entries in the launchpad](https://1658303467-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)

## Default apps

The current launchpad includes 9 built-in apps:

| App                                                                   | Purpose                                                                      |
| --------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| [Chat](/docs/en-us/cherry-studio/preview/chat.md)                     | Chat with the model, manage assistants and the conversation list             |
| [Work](/docs/en-us/cherry-studio/preview/agent.md)                    | Let the agent call tools and complete multi-step tasks                       |
| [Drawing](/docs/en-us/cherry-studio/preview/drawing.md)               | Generate and manage images using image models                                |
| [Translate](/docs/en-us/cherry-studio/preview/translation.md)         | Translate text and compare the original and translated versions side by side |
| [Mini programs](/docs/en-us/cherry-studio/preview/app.md)             | Use web apps in Cherry Studio                                                |
| [Knowledge base](/docs/en-us/cherry-studio/preview/knowledge-base.md) | Import materials and perform search and Q\&A                                 |
| [Files](/docs/en-us/cherry-studio/preview/files.md)                   | View and manage files used in the app                                        |
| [Coding companion](/docs/en-us/cherry-studio/preview/code-cli.md)     | Install, configure, and launch AI programming CLI tools                      |
| [Notes](/docs/en-us/cherry-studio/preview/notes.md)                   | Create and organize Markdown notes                                           |

## Reorder apps

Press and hold an app icon and drag it to the target position to reorder the built-in apps. Cherry Studio will automatically save the new order.

The launchpad and the sidebar each save their own app order. Reordering in the launchpad will not change the sidebar order.

## Pin to sidebar

Frequently used apps can be pinned to the sidebar:

1. Right-click an app in the launchpad.
2. Select **Add to sidebar**.
3. To unpin it, right-click again and select **Remove from sidebar**.

> **Tip:** **Chat** is a required sidebar entry and cannot be removed. Other apps can still be opened from the launchpad even if they are not pinned to the sidebar.

## Manage mini programs

On [Mini programs](/docs/en-us/cherry-studio/preview/app.md) After the page adds the web app to the launchpad, it will appear in the “Mini Programs” area below the built-in apps.

* Drag the mini program icons to adjust their display order.
* Right-click a mini program to add it to the sidebar or remove it from the launchpad.
* Removing it from the launchpad only disables the shortcut; it does not delete the mini program itself.

***

### Get help and submit feedback

If you encounter any problems during use, or have suggestions for feature improvements, please contact us through [Feedback and Suggestions](/docs/en-us/question-contact/suggestions.md) the official channels provided on the page.


---

# 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/en-us/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.
