> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-group.md).

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