# Manage organizations using the GUI

Using the GUI, you can:

* [Create an organization](#create-an-organization)
* [View organizations](#view-organizations)
* [Edit an organization](#edit-an-organization)
* [Delete an organization](#delete-an-organization)

## Create an organization

Only a Cluster Admin can create an organization.

**Procedure**

1. From the menu, select **Configure > Organizations**.
2. On the Organizations page, select **+Create**.
3. In the Create Organization dialog, set the following properties:
   * **Organization Name:** A name for the organization.
   * **Org. Admin Username**: The user with an Organization Admin role created for the organization.
   * **Org. Admin Password**: The password of the user with an Organization Admin role created for the organization.
   * **Confirm Password**: The same password as set in the Org. Admin Password.
   * **Set Organization SSD Quota**: Turn on the switch and set the SSD capacity limitation for the organization.
   * **Set Organization Total Quota**: Turn on the switch and set the total capacity limitation for the organization (SSD and object store bucket). &#x20;
4. Select **Save**.

![Create an organization](/files/3ox8eaTpKPbLdc4Bj9DG)

## View organizations

As a Cluster Admin, you can view all organizations in the cluster.&#x20;

As an Organization Admin, you can view only the organization you are assigned to.

**Procedure**

1. From the menu, select **Configure > Organizations**.

![View organization by a Cluster Admin](/files/B1za2YvarE2tVPXt2VFE)

![View organization by an Organization Admin](/files/AIQUByv8dZ9Kg9GrvLPI)

## Edit an organization

You can modify an organization's SSD and total quota to meet the capacity demand changes.

**Procedure**

1. From the menu, select **Configure > Organizations**.
2. On the Organizations tab, select the three dots of the organization to edit and select **Edit**.

![Edit organization](/files/RVO4tz4hMLz6asWT1EqT)

3\. In the Edit Organization dialog, set the following properties:

* **Set Organization SSD Quota**: Turn on the switch and set the SSD capacity limitation for the organization.
* **Set Organization Total Quota**: Turn on the switch and set the total capacity limitation for the organization (SSD and object store bucket). &#x20;

4\. Select **Save**.

![Edit organization dialog](/files/FMlue9HJDbojyf9ddUo3)

## Delete an organization

If an organization is no longer required, you can remove it. You cannot remove the root organization.

{% hint style="danger" %}
Deleting an organization is irreversibl&#x65;**.** It removes all entities related to the organization, such as filesystems, object stores, and users.
{% endhint %}

**Procedure**

1. From the menu, select **Configure > Organizations**.
2. On the Organizations tab, select the three dots of the organization to edit and select **Remove**.

![Remove an organization](/files/6T9XBYJJFmWb58pSaZAM)

3\. In the confirmation message, select **Yes**.


---

# Agent Instructions: 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:

```
GET https://docs.weka.io/4.3/operation-guide/organizations/organizations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
