> 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/multi-window-tabs.md).

# 多視窗同分頁

對話話題、Agent 任務同普通標籤頁都可以由而家個視窗拆出嚟。操作唔會複製內容，只係改變顯示位置。

<figure><img src="/files/c5383dcd9e56afd211b253a17039ec3c00160f35" alt="标签页右键菜单中的固定标签页、从新窗口打开和关闭其他标签页"><figcaption><p>喺目標標籤頁按右鍵，揀【從新視窗打開】；成日用嘅頁面可以先固定，避免誤關。</p></figcaption></figure>

## 從話題或任務打開

{% stepper %}
{% step %}

### 1. 搵到目標話題或 Agent 任務

喺左邊話題列表或者 Agent 任務列表入面，對目標項目按右鍵。
{% endstep %}

{% step %}

### 2. 揀打開方式

揀【喺新標籤頁中打開】會保留喺主視窗；揀【從新視窗打開】會直接建立獨立視窗，而家個列表仲可以繼續用。
{% endstep %}

{% step %}

### 3. 管理獨立視窗

撳頂部【視窗置頂】可以保持喺其他視窗前面；撳【回到主視窗】會將而家內容接返去主視窗，並關閉獨立視窗。
{% endstep %}
{% endstepper %}

## 從標籤頁拆出

喺主視窗頂部標籤頁按右鍵，揀【從新視窗打開】。呢個操作會將該標籤頁搬去獨立視窗，並從主視窗標籤欄移除。

## 標籤頁常用操作

* 【移到最左邊】：將而家標籤頁搬去普通標籤最前；
* 【固定標籤頁】：縮成固定圖示，並保留喺標籤欄左邊；
* 【關閉其他標籤頁】：只保留而家頁；
* 【關閉右邊標籤頁】：整理一批臨時頁面；
* 拖動標籤頁：調整同類標籤頁次序。

## 使用場景：一邊查資料，一邊睇任務

將資料對話留喺主視窗，將而家運行緊嘅 Agent 任務【從新視窗打開】，再將任務視窗置頂。資料仍然喺原對話入面，任務亦唔會因為拆窗而重新開始。任務完成後撳【回到主視窗】，避免長期堆積獨立視窗。

### 建議佈局

主視窗負責資料同搜尋，獨立視窗只保留一個需要持續觀察嘅任務；同一個項目嘅常用標籤頁用【固定標籤頁】，臨時頁面做完後及時關閉。

### 完成標準

資料仍然可以返返原對話，Agent 任務冇因為拆窗而重新開始，任務完成後已經返咗主視窗或者關閉獨立視窗。

{% hint style="warning" %}
視窗置頂只會改變顯示層級，唔會提高任務優先級，亦唔會阻止系統休眠。需要喺背景持續運行時，應該檢查 Agent 狀態同系統電源設定。
{% endhint %}

<details>

<summary>點解獨立視窗入面唔可以再開隱藏嘅內部標籤頁？</summary>

獨立視窗係圍繞住一個內容運行。要打開其他話題或者任務，使用右鍵選單新開視窗，或者先撳【回到主視窗】再管理標籤頁。

</details>


---

# 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/multi-window-tabs.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.
