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

# Launchpad

The Launchpad is Cherry Studio's**app drawer**, which centrally displays all feature entry points. The `+` button in the top Tab bar points to the Launchpad.

<figure><img src="/files/bf9ca9e449b4e1704260436571f8c89620341eb0" alt=""><figcaption><p>The 9 apps in the Launchpad</p></figcaption></figure>

### default apps

| apps                                                                  | description                                                                            |
| --------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [mini programs](/docs/en-us/cherry-studio/preview/app.md)             | Run AI vendors' web versions inside the client                                         |
| [knowledge base](/docs/en-us/cherry-studio/preview/knowledge-base.md) | vector search for documents/URLs/notes                                                 |
| [drawing](/docs/en-us/cherry-studio/preview/drawing.md)               | text-to-image models                                                                   |
| [assistant library](/docs/en-us/cherry-studio/preview/assistants.md)  | browse/create chat assistants                                                          |
| [translation](/docs/en-us/cherry-studio/preview/translation.md)       | quick two-column translation                                                           |
| [files](/docs/en-us/cherry-studio/preview/files.md)                   | centralized management of chat/drawing/knowledge base attachments                      |
| Code                                                                  | Code Tools / CLI (see [Code Tools tutorial](/docs/en-us/advanced-basic/code-tools.md)) |
| [OpenClaw](/docs/en-us/advanced-basic/openclaw.md)                    | external Agent CLI integration                                                         |
| [notes](/docs/en-us/cherry-studio/preview/notes.md)                   | built-in Markdown editor                                                               |

### Add mini programs to the Launchpad

At the bottom of the Launchpad, you can see the[mini programs](/docs/en-us/cherry-studio/preview/app.md)mini programs you've already used (such as the ChatGPT web version, Claude web version, etc.). Frequently used mini programs can be**added to the Launchpad**:

* Right-click the mini program icon and select **added to the Launchpad**
* When the navigation layout is switched to the **left sidebar**  (see "Switch default navigation layout" below), added mini programs will be shown at the bottom of the left sidebar for one-click access

<figure><img src="/files/d32a4f95dd77d65388a86e03c4ec35ae8d1e3854" alt=""><figcaption><p>Right-click a mini program to add it to the Launchpad or hide it</p></figcaption></figure>

> The 9 core apps in the Launchpad (notes, drawing, translation, etc.) are**fixed** and do not support custom adding or removing.

### Switch default navigation layout

If you are more used to the traditional left sidebar: open `Settings → Display Settings`, in the **Navigation Bar Settings** section, change the **navigation bar position** from `top` to `left`.

<figure><img src="/files/5c3add5cc7159941b9a4d4d53c6a56c7e9e82f92" alt=""><figcaption><p>Settings → Display Settings → Navigation Bar Settings → Navigation Bar Position</p></figcaption></figure>

After switching, the top Tab bar will be replaced by a vertical icon bar on the left, and you can directly click the corresponding icon to enter the respective interface:

<figure><img src="/files/dce612a55b97ccae2f09dcf0e98b3897bddb3af1" alt=""><figcaption><p>Home page effect after switching to the left sidebar</p></figcaption></figure>

The two layouts have exactly the same functions; choose whichever you prefer,**you can switch back anytime**.

***

### 💡 Get help and submit feedback

If you encounter any questions, bugs, or have suggestions for feature improvements during setup or use, please refer to [Feedback and suggestions](/docs/en-us/question-contact/suggestions.md) the official channels provided in.


---

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