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

# 組織

組織とは、会社や学校など単一の組織体に属する階層ビューやネットワークの集合です。

## 組織の追加 <a href="#adding-an-organization" id="adding-an-organization"></a>

1. 「**メニュー**」＞「**組織を追加する**」ボタンをクリックして組織を作成します。&#x20;

<figure><img src="/files/57LY1rKtG8fv4sIjuvEG" alt=""><figcaption></figcaption></figure>

2. 新組織の名称を設定し「**作成**」をクリックします。

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

## 組織の編集 <a href="#edit-organization" id="edit-organization"></a>

現在の設定を更新する必要がある場合（組織名を変更したい場合など）は組織を編集します。

組織を編集する手順は以下の通りです。

1. 「**メニュー**」から編集したい組織を選択し、「**編集**」をクリックします。

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

2. 必要に応じてネットワーク設定を更新します。

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

3. 「**適用する**」をクリックします。

## 組織の削除 <a href="#delete-organization" id="delete-organization"></a>

作成した組織が不要になった場合は、削除できます。

組織を削除する手順は以下の通りです。

1. 「**メニュー**」から削除したい組織を選択し、「**削除**」をクリックします。

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

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

<figure><img src="/files/A8Emq9T1sOI76gkJHKLT" alt="" width="349"><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/organizations.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.
