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

# 小程序

小程序页面以客户端原生窗口的方式打开各家 AI 厂商的网页版（如 ChatGPT、Claude、文心一言、Kimi 等），让你不离开 Cherry Studio 就能切换不同模型的 Web 体验。

### 进入小程序

{% stepper %}
{% step %}

### 打开启动台

顶部 Tab 栏点击 `+`，或直接打开【启动台】。
{% endstep %}

{% step %}

### 进入小程序

点击【小程序】应用图标。
{% endstep %}

{% step %}

### 选择服务

在小程序网格中选择需要打开的服务。
{% endstep %}
{% endstepper %}

<figure><img src="/files/2SyxF3oCxYCVQxmeS7HS" alt=""><figcaption><p>小程序网格，内置数十家服务；点右上角 <code>+</code> 可添加任意网页</p></figcaption></figure>

页面中部有 **搜索框**；右上角 `+` 用于添加自定义网页，`☰` 打开【小程序显示设置】。

### 设置

在【设置】→【小程序】中可以对小程序进行如下调整：

* **显示 / 隐藏小程序**：可以左右拖动小程序到两个区域，控制显隐
* **排序小程序**：上下拖动可以对小程序进行排序
* **小程序区域筛选**：根据你的选择，自动隐藏你无法访问的小程序
* **小程序缓存数量**：如果同时打开的小程序数量超出此数量，则有一部分小程序会进入不活跃状态

### 自定义与管理

Cherry Studio 的小程序支持以下操作：

* **添加到启动台**：把常用的小程序加入启动台，方便从 `+` 入口快速打开。可在【设置】→【小程序】中管理，或对小程序图标右键选择 **添加到启动台**
* **添加到侧边栏**：把常用的小程序固定到左侧边栏，一键直达；右键小程序图标即可选择 **添加到侧边栏** 或 **从侧边栏移除**
* **保活（Keep Alive）**：让小程序窗口在切走时不立即销毁，再次进入无需重新登录或重新加载
* **添加自定义网页**：点击页面右上角的 `+`，填写名称、URL、图标即可加入网格
* **删除 / 编辑**：对每个小程序图标右键即可

打开某个小程序后，其窗口自带一条工具栏：**后退**、**前进**、**刷新**、**在浏览器中打开**。你还可以切换页内链接是在默认窗口打开，还是在系统浏览器打开。

<figure><img src="/files/CfyjuMW6Dgm4NrQb7MH0" alt=""><figcaption><p>小程序窗口工具栏：左侧后退 / 前进 / 刷新，右侧在浏览器中打开、添加到启动台、页内链接打开方式</p></figcaption></figure>

### 提示与技巧

* 小程序使用各服务的 **网页版**，登录态、Cookie、设置均保存在本地，与系统浏览器隔离
* 若某个小程序加载失败，可右键 → 刷新，或检查代理设置（参考 [常规设置](/pre-basic/settings/general.md)）

{% hint style="info" %}
当前小程序与对话面板暂未互通。若需让 AI 读取小程序中的内容，需要手动复制或截图。
{% endhint %}

如遇问题，请在 [反馈与建议](/question-contact/suggestions.md) 中提交反馈。

***

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

如果您在配置或使用过程中遇到任何疑问、Bug 或有功能改进建议，请参考 [反馈与建议](/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/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.
