> For the complete documentation index, see [llms.txt](https://docs.lan.kokomocloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lan.kokomocloud.com/working-with-org-trees/hyperviews.md).

# 階層ビュー

階層ビューは、ネットワークをまとめたグループです。さらに、階層ビューの中に別の階層ビューを入れ子のようにまとめることもできます。階層ビューを作成することで、組織ツリーをサーバのディレクトリ構造のように整理することができます。

## 階層ビューの追加 <a href="#adding-a-hierarchy-view" id="adding-a-hierarchy-view"></a>

階層ビューは、組織の中にも、既存の階層ビューの中にも追加ができます。

1. 「**メニュー**」から組織または階層ビューを選択し、「**階層ビューを追加する**」をクリックします。

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

2. 新規階層ビューの名前を設定し「**作成**」をクリックします。

<figure><img src="/files/sn92Ut1pNzWaiIQokta9" alt="" width="563"><figcaption></figcaption></figure>

## 階層ビューの編集 <a href="#edit-hierarchy-views" id="edit-hierarchy-views"></a>

1. 「**メニュー**」から階層ビューを選択し、「**編集**」をクリックして階層ビュー名を編集できます。

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

2. 階層ビュー名を変更し、「**適用する**」をクリックします。

<figure><img src="/files/Tq6HIWMhUknGmqXZcrGj" alt="" width="563"><figcaption></figcaption></figure>

## 階層ビューの削除 <a href="#delete-hierarchy-view" id="delete-hierarchy-view"></a>

1. 「**メニュー**」から階層ビューを選択し、ごみ箱アイコンをクリックして階層ビューを削除できます。

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

2. ポップアップが表示されたら「**確認する**」をクリックします。

<figure><img src="/files/OCd1ynGP7gUNvvBtqVXL" alt="" width="349"><figcaption></figcaption></figure>

{% hint style="info" %}
階層ビュー配下のネットワークにデバイスが割り当てられていると、階層ビューの削除はできません。
{% endhint %}

## 階層ビュー配下のネットワーク移動 <a href="#move-network-under-hierarchy-view" id="move-network-under-hierarchy-view"></a>

ネットワークは、階層ビューをまたいで移動させることができます。ネットワークの移動は、「**移動する、移す**」をクリック、またはドラッグ＆ドロップすることで可能です。

1. 移動したいネットワークを選択し、「**移動する、移す**」をクリックします。

<figure><img src="/files/dbZhfuoNV087bpnJFWBF" alt="" width="257"><figcaption></figcaption></figure>

2. 移動させたい階層を選択し、「**適用する**」をクリックします。

<figure><img src="/files/J80zZO7EvlP7RxcRqU7i" alt="" width="335"><figcaption></figcaption></figure>

3. 選択したネットワークが指定の階層に移動されます。

<figure><img src="/files/heKYyofQ2MG7swRyA69v" alt="" width="255"><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.lan.kokomocloud.com/working-with-org-trees/hyperviews.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.
