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

# 複数ウィンドウとタブ

会話トピック、Agent タスク、通常のタブはいずれも現在のウィンドウから切り離せます。操作で内容は複製されず、表示位置が変わるだけです。

<figure><img src="/files/722cd5dc4085be8e1b5be8acd92dfaa801a6a9c8" 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>

独立ウィンドウは1つのコンテンツを中心に動作します。ほかのトピックやタスクを開くには、右クリックメニューで新しいウィンドウを開くか、先に【メインウィンドウに戻る】をクリックしてからタブを管理してください。

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