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

# 多窗口研究工作台

研究人员需要一边保留资料和模型比较，一边让 Agent 整理文件并生成报告。把研究任务拆到独立窗口后，主窗口仍能继续查资料，不会打断 Agent 的状态。

## 推荐布局

* 主窗口：保留资料对话和全局搜索；
* 独立窗口：打开研究 Agent 任务并置顶；
* 第二个标签页：打开知识库或笔记，随时核对原资料。

<figure><img src="/files/nAVKvMi2ID3xbSjnfz4h" alt="对话中的多模型选择入口"><figcaption><p>主窗口保留多模型比较，独立窗口继续运行研究 Agent。</p></figcaption></figure>

## 操作流程

{% stepper %}
{% step %}

### 1. 在【对话】比较研究问题

用多模型对比找出共识、冲突和待查证项，不急着生成最终报告。
{% endstep %}

{% step %}

### 2. 为研究 Agent 准备目录

把原始资料与输出目录分开，绑定相关知识库，并要求外部信息保留链接。
{% endstep %}

{% step %}

### 3. 把任务拆到独立窗口

右键 Agent 标签页选择【从新窗口打开】，需要时使用窗口置顶。主窗口继续查资料，不打断 Agent 状态。
{% endstep %}

{% step %}

### 4. 汇总并复核

在 Agent 右侧【文件】检查报告，在主窗口打开原对话核对冲突。最终只保留能回到资料或来源的结论。
{% endstep %}
{% endstepper %}

<figure><img src="/files/jGHUuVtP9juoEMsDmB7H" alt="标签页菜单中的从新窗口打开操作"><figcaption><p>从标签页菜单把 Agent 任务拆到独立窗口。</p></figcaption></figure>

<figure><img src="https://3562065924-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-44f5c55e3e8d1d1d728067775cc8a07ccfb3f3cc%2Fcherry-v2-guide-case-multi-window-research.png?alt=media" alt="从主窗口拆出的独立 Cherry Studio 窗口中仍然显示完整的发布方案评审结果"><figcaption><p>① 独立窗口保留原问题；② 结果和后续操作完整保留，主窗口可以继续查资料或整理笔记。</p></figcaption></figure>

## 推荐组合与完成标准

| 窗口    | 建议内容                              |
| ----- | --------------------------------- |
| 主窗口   | 资料对话、全局搜索和笔记                      |
| 独立窗口  | 一个正在运行的 Agent 任务                  |
| 固定标签页 | 项目最常用的知识库或任务                      |
| 完成标准  | 资料来源、任务状态和最终笔记能互相对应；任务结束后窗口已收回或关闭 |

适合需要持续观察长任务的研究，不建议为了“看起来更专业”同时打开很多窗口。

{% hint style="info" %}
多窗口只改变显示位置，不会创建新的账号或隔离空间。同一任务的数据和权限仍然相同。
{% endhint %}


---

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