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

# 高效工作台

Cherry Studio 嘅主視窗由側邊欄、標籤頁同內容區組成。對話話題同 Agent 任務可以同時喺多個標籤頁開啟，亦可以拆做獨立視窗；輸入區工具欄則可以按使用習慣調整。

<figure><img src="/files/c5383dcd9e56afd211b253a17039ec3c00160f35" alt="标签页右键菜单中的固定标签页、从新窗口打开和关闭其他标签页"><figcaption><p>需要同時睇資料同任務時，將其中一個標籤頁喺新視窗開啟，主視窗繼續保留全局線索。</p></figcaption></figure>

## 適合使用獨立視窗嘅場景

* 一邊保留資料對話，一邊運行 Agent 任務；
* 將長期監控任務置頂，避免畀其他視窗遮擋；
* 喺唔同顯示器上分別放對話、文件或任務；
* 展示或共享某個任務時，唔暴露主視窗入面其他標籤頁。

## 工作台能力

| 能力    | 入口                   | 作用             |
| ----- | -------------------- | -------------- |
| 新標籤頁  | 話題或任務右鍵選單→【喺新標籤頁中開啟】 | 喺主視窗中並排保留多個上下文 |
| 獨立視窗  | 話題、任務或標籤頁右鍵→【從新視窗開啟】 | 將當前內容拆到新視窗     |
| 固定標籤頁 | 標籤頁右鍵→【固定標籤頁】        | 固定常用頁面         |
| 視窗置頂  | 獨立視窗頂部【視窗置頂】         | 令任務保持可見        |
| 返回主視窗 | 獨立視窗頂部【返回主視窗】        | 將標籤頁重新接返主視窗    |
| 自訂工具欄 | 輸入區【+】→【自訂工具欄】       | 調整常用輸入工具嘅位置    |

<figure><img src="/files/790bcabc66f32815db980f2c71a4e4da934107ac" 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/9e5fa79520381a1d02f10e2eb14a4adc55ca609f">/pages/9e5fa79520381a1d02f10e2eb14a4adc55ca609f</a></td></tr><tr><td><strong>輸入工具欄與效率工具</strong></td><td>提示詞管理、快捷鍵、快捷助手同劃詞助手</td><td><a href="/pages/ede3c0a2d46aca1c9f32d4b8cb07b17c03a0e52b">/pages/ede3c0a2d46aca1c9f32d4b8cb07b17c03a0e52b</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/zhong-wen-fan-ti/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.
