> 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.md).

# 効率的なワークベンチ

Cherry Studio のメインウィンドウは、サイドバー、タブ、コンテンツ領域で構成されています。会話トピックと Agent タスクは複数のタブで同時に開くことも、独立したウィンドウに分けることもできます。入力欄のツールバーは、使用習慣に合わせて調整できます。

<figure><img src="/files/722cd5dc4085be8e1b5be8acd92dfaa801a6a9c8" alt="标签页右键菜单中的固定标签页、从新窗口打开和关闭其他标签页"><figcaption><p>資料とタスクを同時に確認したいときは、どちらかのタブを新しいウィンドウで開けば、メインウィンドウには全体の流れを残しておけます。</p></figcaption></figure>

## 独立ウィンドウの使用に適した場面

* 資料の会話を残しながら、Agent タスクを実行する；
* 長時間監視するタスクを最前面に固定し、ほかのウィンドウに隠れないようにする；
* 異なるモニターに会話、ファイル、タスクをそれぞれ配置する；
* あるタスクを表示・共有するときに、メインウィンドウ内の他のタブを見せない。

## ワークベンチ機能

| 機能           | 入口                                  | 役割                         |
| ------------ | ----------------------------------- | -------------------------- |
| 新しいタブ        | トピックまたはタスクの右クリックメニュー →【新しいタブで開く】    | メインウィンドウで複数のコンテキストを並べて保持する |
| 独立ウィンドウ      | トピック、タスク、またはタブを右クリック →【新しいウィンドウで開く】 | 現在の内容を新しいウィンドウに分ける         |
| タブを最前面に固定    | タブを右クリック →【タブを固定】                   | よく使うページを固定する               |
| ウィンドウを最前面に固定 | 独立ウィンドウ上部の【ウィンドウを最前面に固定】            | タスクを常に見えるようにする             |
| メインウィンドウに戻る  | 独立ウィンドウ上部の【メインウィンドウに戻る】             | タブをメインウィンドウに戻す             |
| ツールバーをカスタマイズ | 入力欄の【+】→【ツールバーをカスタマイズ】              | よく使う入力ツールの位置を調整する          |

<figure><img src="/files/5838831ea803c0257cf3f4d5749d6bc84a341cd8" alt="标签页菜单中的从新窗口打开操作"><figcaption><p>タブメニューで【新しいウィンドウで開く】を選べば、現在の内容を独立したウィンドウに分けられます。</p></figcaption></figure>

## 推奨レイアウト

文書作成では、資料の会話をメインウィンドウに残し、『執筆』Agent を右側の画面に分けられます。コーディング作業では、Agent タスクを最前面に固定し、メインウィンドウにはファイルとドキュメントを残せます。長時間監視するタスクは独立ウィンドウを使い、ただし頻繁に権限確認が必要なタスクを見えない場所に置かないでください。

{% hint style="info" %}
独立ウィンドウも同じ Cherry Studio のデータ環境に属しています。新しいアカウントやプライベート空間ではありません。同じトピックやタスクの内容は引き続き同期保存されます。
{% endhint %}

## 関連チュートリアル

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>複数ウィンドウとタブ</strong></td><td>ウィンドウの分割、最前面固定、再接続</td><td><a href="/pages/8eb7818d467881de63ed4effbad25e1223540527">/pages/8eb7818d467881de63ed4effbad25e1223540527</a></td></tr><tr><td><strong>入力ツールバーと効率化ツール</strong></td><td>プロンプト管理、ショートカットキー、クイックアシスタント、選択テキストアシスタント</td><td><a href="/pages/dd8983376033f02d9b6f8e9faceb9f30aba8cd51">/pages/dd8983376033f02d9b6f8e9faceb9f30aba8cd51</a></td></tr></tbody></table>


---

# 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.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.
