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

# 多窗口与标签页

对话话题、Agent 任务和普通标签页都能从当前窗口拆出。操作不会复制内容，只是改变显示位置。

<figure><img src="/files/yyND7ml6Ucc1XdTSMeSp" 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/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.
