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

# 複数ウィンドウ研究ワークベンチ

研究者は、資料とモデルの比較を保ちながら、Agent にファイル整理とレポート生成を行わせる必要があります。研究タスクを独立したウィンドウに分けると、メインウィンドウで引き続き資料を調べられ、Agent の状態も中断されません。

## 推奨レイアウト

* メインウィンドウ：資料の対話とグローバル検索を保持する；
* 独立ウィンドウ：研究 Agent のタスクを開いて最前面に固定する；
* 2つ目のタブ：ナレッジベースまたはノートを開き、いつでも元資料を確認する。

<figure><img src="/files/669f84a3876c5c70cee085dbad895a5b9cf4b23e" 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/5838831ea803c0257cf3f4d5749d6bc84a341cd8" 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 タスク 1 件                                    |
| 固定タブ     | プロジェクトで最もよく使うナレッジベースまたはタスク                            |
| 完了基準     | 資料の出典、タスク状態、最終ノートが相互に対応している；タスク終了後、ウィンドウは元に戻すか閉じられている |

長時間タスクを継続的に観察する必要がある研究に適しており、「より専門的に見える」ためだけに複数のウィンドウを同時に開くことは推奨しない。

{% 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/jp/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.
