> For the complete documentation index, see [llms.txt](https://docs.plura.io/ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ja/fn/comm/system/group.md).

# グループ管理

{% hint style="info" %}
グループを登録して、ホストをグループごとに管理できます。
{% endhint %}

### 1. グループ登録 <a href="#id-1" id="id-1"></a>

* グループを追加するには、\[グループ登録] をクリックし、ホスト名を入力し、追加ボタンを押して追加したいホストを選択します。
* 登録完了ポップアップウィンドウが表示されたら、確認ボタンを押すとグループ登録が完了します。

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

### 2. グループ修正 <a href="#id-2" id="id-2"></a>

* グループ管理テンプレートの右側にある設定（歯車アイコン）をクリックすると、グループ修正ページに移動します。

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

* グループ名の修正およびリストにあるホストのリストを追加、移動、削除できます。

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

### 3. グループ削除 <a href="#id-3" id="id-3"></a>

* 必要に応じてグループ削除も可能です。 リストの左側にあるチェックボックスにチェックすると表示される '削除' ボタンをクリックすると、そのグループが削除されます。

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

### 4. 登録されたホストリスト <a href="#id-4" id="id-4"></a>

* \[登録されたホスト数] 情報をクリックすると、そのリストが表示されます。

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

### 5. グループ別所属メンバー <a href="#id-5" id="id-5"></a>

* "所属メンバー"情報をクリックすると、そのグループに属している所属メンバー別のリストが表示されます。
* 管理者権限の場合のみ、グループごとのメンバー設定（追加および削除）が可能です。

<figure><img src="/files/InCYgaGTQ1EkaCA455Qh" 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://docs.plura.io/ja/fn/comm/system/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.
