> For the complete documentation index, see [llms.txt](https://emstone.gitbook.io/guide-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emstone.gitbook.io/guide-jp/cms/placewindow.md).

# ウィンドウ配置の保存/復元

ユーザーが希望するCMSプログラムのウィンドウの配置を保存できます。

保存されたウィンドウの配置は、復元機能により呼び出すことができます。

たとえば、ライブ映像ウィンドウに特定のグループを表示し、ウィンドウを最大化した状態でウィンドウ配置の保存をします。ライブ映像ウィンドウを閉じたり、別の画面に切り替えてもウィンドウ配置を復元すると、保存されたライブ映像ウィンドウが最大化されて表示されます。

## ウィンドウの配置を保存 <a href="#save" id="save"></a>

<figure><img src="/files/wIjV6tWyptTBCDa6s84E" alt=""><figcaption></figcaption></figure>

ウィンドウを配置し、右クリック - ツール - ウィンドウの配置の保存をクリックします。

CMS Stationが再起動したとき、またはCMSプログラムがシャットダウンして再実行したとき、あらかじめ保存したウィンドウの配置で起動することができます。

<figure><img src="/files/wr7iVUttsAhd0fE17Hf3" alt=""><figcaption></figcaption></figure>

設定 - 一般 - **プログラムの起動時にウィンドウの配置を復元**にチェックを入れ、"ユーザーが保存したウィンドウのレイアウト"を選択します。

保存したウィンドウの配置にライブ画面または検索画面があれば、プログラムを起動したときサーバーに接続されない状態でウィンドウの配置を復元します。

設定でプログラムを起動したときにサーバーに接続する2つの機能のうちの1つを選択します。

<figure><img src="/files/hbQHFiiZFE4ANyhViyse" alt=""><figcaption></figcaption></figure>

{% 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://emstone.gitbook.io/guide-jp/cms/placewindow.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.
