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

# 小程式

小程式頁面以客戶端原生窗口嘅方式打開各家 AI 廠商嘅網頁版（如 ChatGPT、Claude、文心一言、Kimi 等），令你唔使離開 Cherry Studio 都可以切換唔同模型嘅 Web 體驗。

### 進入小程式

{% stepper %}
{% step %}

### 打開啟動台

頂部 Tab 欄點擊 `+`，或者直接打開【啟動台】。
{% endstep %}

{% step %}

### 進入小程式

點擊【小程式】應用圖示。
{% endstep %}

{% step %}

### 選擇服務

喺小程式網格入面揀需要打開嘅服務。
{% endstep %}
{% endstepper %}

<figure><img src="/files/23e6133feda4301e9465bfa39fc02b3f9c585002" alt=""><figcaption><p>小程式網格，內置數十家服務；撳右上角 <code>+</code> 可加入任何網頁</p></figcaption></figure>

頁面中間有 **搜尋框**；右上角 `+` 用嚟加入自訂網頁，`☰` 打開【小程式顯示設定】。

### 設定

喺【設定】→【小程式】入面可以對小程式作以下調整：

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

### 自訂與管理

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

* **加到啟動台**：將常用嘅小程式加入啟動台，方便由 `+` 入口快速打開。可喺【設定】→【小程式】入面管理，或者對小程式圖示撳右鍵揀 **加到啟動台**
* **加到側邊欄**：將常用嘅小程式固定到左側邊欄，一撳直達；對小程式圖示撳右鍵就可以揀 **加到側邊欄** 或者 **從側邊欄移除**
* **保活（Keep Alive）**：令小程式視窗喺切走時唔會即刻銷毀，再次入去唔使重新登入或者重新載入
* **添加自訂網頁**：點擊頁面右上角嘅 `+`，填寫名稱、URL、圖示就可以加入網格
* **刪除 / 編輯**：對每個小程式圖示撳右鍵就可以

打開某個小程式之後，佢個窗口會自帶一條工具欄：**後退**、**前進**、**重新整理**、**喺瀏覽器打開**。你仲可以切換頁內連結係喺預設窗口打開，定係喺系統瀏覽器打開。

<figure><img src="/files/2f3e47775df163f5658263bca7d024dfbf3f418d" alt=""><figcaption><p>小程式窗口工具欄：左邊後退 / 前進 / 重新整理，右邊喺瀏覽器打開、加入到啟動台、頁內連結打開方式</p></figcaption></figure>

### 提示同技巧

* 小程式使用各服務嘅 **網頁版**，登入狀態、Cookie、設定都會保存在本地，同系統瀏覽器隔離
* 如果某個小程式載入失敗，可以撳右鍵 → 重新整理，或者檢查代理設定（參考 [一般設定](/docs/zhong-wen-fan-ti/pre-basic/settings/general.md)）

{% hint style="info" %}
而家小程式同對話面板暫時未打通。如果要畀 AI 讀取小程式入面嘅內容，需要手動複製或者截圖。
{% endhint %}

如遇問題，請喺 [反饋與建議](/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.
