> 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/app.md).

# 小程序

小程式頁面（頂部 Tab `+` 入去 **啟動台** → `小程式`）會以客戶端原生視窗嘅方式打開各家 AI 廠商嘅網頁版（例如 ChatGPT、Claude、文心一言、Kimi 等），令你唔使離開 Cherry Studio 就可以切換唔同模型嘅 Web 體驗。

### 進入小程式

1. 頂部 Tab 欄點擊 `+` 或直接打開 **啟動台**
2. 撳 `小程式` 應用圖示
3. 喺小程式網格中揀需要打開嘅服務

<figure><img src="/files/0ae13c272fd3274277c8988dc165d8aa9caa9f19" alt=""><figcaption><p>小程式網格，內置 40+ 家服務；尾端嘅 `自訂` 可加入任何網頁</p></figcaption></figure>

頁面頂部有 **搜尋框** 同 **設定（⚙️）** 入口，列表尾端 `自訂` 用嚟加入任何網頁。

### 設定

Cherry Studio 小程式嘅設定支援以下操作：

* **顯示 / 隱藏小程式**：可以左右拖動小程式到兩個區域，控制顯示同隱藏
* **排序小程式**：可以上下拖動對小程式排序
* **小程式區域篩選**：根據你嘅選擇，自動隱藏你無法存取嘅小程式
* **小程式快取數量**：如果同時打開嘅小程式數量超出呢個數量，咁有一部分小程式會進入不活躍狀態

### 自訂與管理

Cherry Studio 嘅小程式支援以下操作：

* **加入啟動台**：將常用嘅小程式加入啟動台，方便由 `+` 入口快速打開。可以喺 `設定 → 小程式` 入面管理，或者對小程式圖示右鍵揀選 **加入啟動台**
* **保活（Keep Alive）**：令小程式視窗喺切走時唔會即刻銷毀，再次進入唔使重新登入或者重新載入
* **加入自訂網頁**：點擊列表尾端嘅 `自訂` 圖示，填寫名稱、URL、圖示就可以加入網格
* **刪除 / 編輯**：對每個小程式圖示右鍵就得

### 提示同技巧

* 小程式使用各服務嘅**網頁版**，登入狀態、Cookie、設定都保存在本地，同系統瀏覽器隔離
* 如果某個小程式載入失敗，可以右鍵 → 重新載入，或者檢查代理設定（參考 [常規設定](/docs/zhong-wen-fan-ti/pre-basic/settings/general.md)）
* 目前小程式同對話面板暫時未互通，如果要畀 AI 讀取小程式入面嘅內容，需要手動複製或者截圖

如遇問題，請喺 [反饋同建議](/docs/zhong-wen-fan-ti/question-contact/suggestions.md) 中提交意見回饋。

***

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

如果您喺配置或使用過程中遇到任何疑問、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, and the optional `goal` query parameter:

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