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

# 多視窗研究工作台

研究人員需要一邊保留資料同模型比較，一邊等 Agent 整理文件同生成報告。將研究任務拆去獨立視窗之後，主視窗仍然可以繼續查資料，唔會打斷 Agent 嘅狀態。

## 建議版面

* 主視窗：保留資料對話同全域搜尋；
* 獨立視窗：打開研究 Agent 任務並置頂；
* 第二個分頁：打開知識庫或者筆記，隨時核對原資料。

<figure><img src="/files/803c97191c93f6bdcb2fdecc8947a9b3021a7072" 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/790bcabc66f32815db980f2c71a4e4da934107ac" 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/docs/zhong-wen-fan-ti/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.
