# How to create a Capsule group

Capsule groups are sections within collections to organize Capsules.

Follow these steps to create a group:

{% hint style="info" %}
You can’t create a group if you have not yet [created a collection](/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-collection.md). In this case, the Capsule is saved in the **Default** collection and group, but you can [move it later](/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-change-a-capsule-collection-or-group.md).
{% endhint %}

1. Move the mouse pointer over the name of the collection and click the three-dots icon.
2. Click the **Create group** button.

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

3. In the pop-up window that opens on the screen, fill in the **Group name** field.
4. Click **Create**.

Once the group is created, hover over the group name in the left sidebar to display the following buttons:

* **Edit group:** Edit the name of the group.
* **Delete group:** Delete the group. Only empty groups can be deleted.


---

# 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.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-group.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.
