# Groups and Interface options

The Cluster Manager gives you the option to create groups and subgroups to organize your cluster into logical units. It's the same concept as any file system.

This section describes the main functionality of groups.

1. **Adding a Group:** To create a group, select the group under which you want to create the new group (if there is no group, you can choose "All," which is the root group), then right-click. The group context menu will appear; click on "New Group," and the 'Add Group' window will appear. Now, you can choose the name of the group and color code it with the color picker. Click on "Save" to create your group.

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

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

1. **Editing a Group:** Select the group you want to edit, right-click, and select "Edit" from the context menu. The 'Edit Group' window will appear. Now, you can change the name and color of your group.
2. **Deleting a Group:** Select a group, right-click, and choose "Delete" from the context menu.
3. **Adding a Cluster to a Group from the Grid View:** From the grid, we can add a cluster to a group simply by grabbing the cluster from the row handler icon and dragging & dropping it onto the selected group.

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

1. **Adding a Cluster from the Card View:** From the card view, we can either drag & drop the card onto the selected group in the tree or onto the card view groups themselves.

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


---

# 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://doc.k8studio.io/documentation/cluster-manager/groups-and-interface-options.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.
