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

# グループ管理

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

サーバー管理ウィンドウでグループの追加、修正、削除ができます。

## グループを追加する

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

"新規グループを追加"ボタンでグループを追加でき、ツリー構造の形でさまざまなグループを設定できます。

サブグループの作成が必要なとき、親グループで"新規グループを追加"ボタンをクリックするとサブグループが作成されます。

最上位グループを追加するとき、すべてのグループを選択して"新規グループを追加"ボタンをクリックします。

## グループ名を編集/削除する

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

名前の変更または削除するグループを選択して、"選択したグループ名の変更"または”選択した項目の削除”ボタンを押すことで実行できます。

グループを削除すると、サブグループまたはアイテムが同時に削除されます。\
ご注意ください。

## 項目を追加する（カメラを追加） <a href="#add" id="add"></a>

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

追加したいグループを選択します。

"新規アイテムの追加"ボタンを押して、カメラを追加します。

左側のホスト一覧からグループに追加したい項目を個別に選択、複数選択して追加できます。

このとき、複数のホストに分かれている項目も1つのグループに追加できます。

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

## アイテムの順序を変更する <a href="#index" id="index"></a>

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

変更したい項目またはグループをマウスで選択し、ドラッグ＆ドロップで順序を変更します。


---

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