> 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/advanced-basic/workbench.md).

# 高效工作台

Cherry Studio 的主窗口由侧边栏、标签页和内容区组成。对话话题与 Agent 任务可以同时开在多个标签页，也可以拆成独立窗口；输入区工具栏则可以按使用习惯调整。

<figure><img src="/files/yyND7ml6Ucc1XdTSMeSp" alt="标签页右键菜单中的固定标签页、从新窗口打开和关闭其他标签页"><figcaption><p>需要同时查看资料和任务时，把其中一个标签页从新窗口打开，主窗口继续保留全局线索。</p></figcaption></figure>

## 适合使用独立窗口的场景

* 一边保留资料对话，一边运行 Agent 任务；
* 把长期监控任务置顶，避免被其他窗口遮挡；
* 在不同显示器上分别放对话、文件或任务；
* 展示或共享某个任务时，不暴露主窗口里的其他标签页。

## 工作台能力

| 能力     | 入口                   | 作用             |
| ------ | -------------------- | -------------- |
| 新标签页   | 话题或任务右键菜单→【在新标签页中打开】 | 在主窗口中并排保留多个上下文 |
| 独立窗口   | 话题、任务或标签页右键→【从新窗口打开】 | 把当前内容拆到新窗口     |
| 置顶标签页  | 标签页右键→【固定标签页】        | 固定常用页面         |
| 窗口置顶   | 独立窗口顶部【窗口置顶】         | 让任务保持可见        |
| 回到主窗口  | 独立窗口顶部【回到主窗口】        | 把标签页重新接回主窗口    |
| 自定义工具栏 | 输入区【+】→【自定义工具栏】      | 调整常用输入工具的位置    |

<figure><img src="/files/jGHUuVtP9juoEMsDmB7H" alt="标签页菜单中的从新窗口打开操作"><figcaption><p>在标签页菜单中选择【从新窗口打开】，即可把当前内容拆到独立窗口。</p></figcaption></figure>

## 推荐布局

办公写作可以把资料对话留在主窗口，把“写作”Agent 拆到右侧屏幕；代码工作可以将 Agent 任务置顶，主窗口保留文件与文档；长时间监控任务使用独立窗口，但不要把需要频繁确认权限的任务放在看不到的位置。

{% hint style="info" %}
独立窗口仍然属于同一个 Cherry Studio 数据环境。它不是新的账号或隐私空间；同一话题或任务的内容仍会同步保存。
{% endhint %}

## 相关教程

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>多窗口与标签页</strong></td><td>拆分、置顶和重新接回窗口</td><td><a href="/pages/hmoYhPo8acxVPalbPQJf">/pages/hmoYhPo8acxVPalbPQJf</a></td></tr><tr><td><strong>输入工具栏与效率工具</strong></td><td>提示词管理、快捷键、快捷助手和划词助手</td><td><a href="/pages/jede3lyH9xEK1Xpy0M6D">/pages/jede3lyH9xEK1Xpy0M6D</a></td></tr></tbody></table>


---

# 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/advanced-basic/workbench.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.
