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

# Efficient workspace

Cherry Studio's main window consists of a sidebar, tabs, and a content area. Conversation topics and Agent tasks can be opened in multiple tabs at the same time, or split into separate windows; the input area toolbar can be adjusted to suit your usage habits.

<figure><img src="/files/0c0bb4826081e01206a9a031bb37437cea6460d1" alt="标签页右键菜单中的固定标签页、从新窗口打开和关闭其他标签页"><figcaption><p>When you need to view reference materials and tasks at the same time, open one of the tabs in a new window while keeping the overall context in the main window.</p></figcaption></figure>

### Scenarios suitable for using separate windows

* Keep reference conversations while running Agent tasks;
* Pin long-term monitoring tasks to prevent them from being covered by other windows;
* Place conversations, files, or tasks on different monitors;
* When presenting or sharing a task, do not expose other tabs in the main window.

### Workbench features

| Capability          | Entry                                                   | Function                                               |
| ------------------- | ------------------------------------------------------- | ------------------------------------------------------ |
| New tab             | Topic or task context menu → \[Open in new tab]         | Keep multiple contexts side by side in the main window |
| Separate window     | Topic, task, or tab right-click → \[Open in new window] | Split the current content into a new window            |
| Pinned tab          | Tab right-click → \[Pin tab]                            | Pin frequently used pages                              |
| Always on top       | Separate window top bar \[Always on top]                | Keep the task visible                                  |
| Back to main window | Separate window top bar \[Back to main window]          | Reattach the tab to the main window                    |
| Customize toolbar   | Input area \[+] → \[Customize toolbar]                  | Adjust the positions of commonly used input tools      |

<figure><img src="https://images.gitbook.com/__img/dpr=2,width=760,onerror=redirect,format=auto,signature=-699042616/https%3A%2F%2Ffiles.gitbook.com%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2F8VMddiCgANblcfevpdmG%2Fclipboard.png%3Falt%3Dmedia%26token%3Dee731be7-6796-48e3-984d-f1db407c0707" alt="标签页菜单中的从新窗口打开操作"><figcaption><p>In the tab menu, choose [Open in new window] to split the current content into a separate window.</p></figcaption></figure>

### Recommended layouts

For office writing, keep reference conversations in the main window and move the "Writing" Agent to the screen on the right; for coding, pin the Agent task and keep files and documents in the main window; for long-running monitoring tasks, use a separate window, but do not place tasks that require frequent permission confirmations somewhere out of sight.

{% hint style="info" %}
A separate window still belongs to the same Cherry Studio data environment. It is not a new account or private space; the content of the same topic or task will still be saved in sync.
{% endhint %}

### Related tutorials

<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>Multiple windows and tabs</strong></td><td>Split, pin, and reattach windows</td><td></td></tr><tr><td><strong>Input toolbar and productivity tools</strong></td><td>Prompt management, keyboard shortcuts, quick assistant, and text selection assistant</td><td></td></tr><tr><td><strong>Screenshots, annotations, and OCR</strong></td><td>Cross-application screenshots, redaction, and text copying</td><td></td></tr></tbody></table>

<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>Multiple windows and tabs</strong></td><td>Split, pin, and reattach windows</td><td><a href="/pages/5ce3ed1a3b6099671bc813f149b8082c0e97dc90">/pages/5ce3ed1a3b6099671bc813f149b8082c0e97dc90</a></td></tr><tr><td><strong>Input toolbar and productivity tools</strong></td><td>Prompt management, keyboard shortcuts, quick assistant, and text selection assistant</td><td><a href="/pages/d8906e1e3ba3d232dcafd0a418e90079be74d96a">/pages/d8906e1e3ba3d232dcafd0a418e90079be74d96a</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/docs/en-us/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.
