> 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 Workbench

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 also be adjusted to suit your habits.

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

## Scenarios suited for using separate windows

* Keep a reference conversation open while running an Agent task;
* Pin long-running monitoring tasks to the top so they are not obscured by other windows;
* Place conversations, files, or tasks on different monitors respectively;
* When presenting or sharing a task, do not expose other tabs in the main window.

## Workbench features

| Capability           | Entry                                                       | Effect                                                 |
| -------------------- | ----------------------------------------------------------- | ------------------------------------------------------ |
| New tab              | Right-click the topic or task → \[Open in New Tab]          | Keep multiple contexts side by side in the main window |
| Separate window      | Right-click the topic, task, or tab → \[Open in New Window] | Split the current content into a new window            |
| Pinned tabs          | Right-click the tab → \[Pin Tab]                            | Pin frequently used pages                              |
| Always on top window | \[Always on Top] at the top of the independent window       | Keep tasks visible                                     |
| Back to main window  | \[Back to Main Window] at the top of the independent window | Reattach the tab back to the main window               |
| Custom toolbar       | Input area \[+] → \[Custom Toolbar]                         | Adjust the position of commonly used input tools       |

<figure><img src="/files/5917e805cd6f5a67d5983714f93235f949473024" 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 layout

For office writing, you can keep the reference conversation in the main window and split the "Writing" Agent to the right-hand screen; for coding work, you can pin Agent tasks to the top while keeping files and documents in the main window; for long-term monitoring tasks, use a separate window, but do not place tasks that require frequent permission confirmation where you cannot see them.

{% hint style="info" %}
An independent 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 and synced.
{% 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>Multi-window 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, shortcuts, quick assistant, and 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.
