> 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-save-a-capsule.md).

# How to save a Capsule

Follow these steps to save a Capsule:

1. Click the **Save** button in the upper right corner of the Capsule environment.
2. In the **Capsule title** field, enter the title of the Capsule to be displayed in the Capsules list.&#x20;
3. The **Capsule name** field is filled in automatically, but can be edited if necessary. The name is generated from the title you entered in the previous field and is the identifier of the Capsule.

{% hint style="warning" %}
The name of the Capsule must be unique within the collection. Therefore, it’s not possible to have more than one Capsule with the same name in the same [collection](/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-collection.md), even if they are in different [groups](/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-group.md).
{% endhint %}

1. Add a description in the **Capsule description** field.
2. Select the icon that will represent the Capsule inside the group.
3. Select the collection to which you want to add the Capsule. If you don’t have a [collection created](/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-collection.md), the Capsule is saved in the **Default collection**.
4. Select the group to which you want to add the Capsule. If you don’t have a [group created](/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-group.md), the Capsule is saved in the **Default group**.

{% hint style="info" %}
You can change the collection and group of a Capsule after you have saved it. Learn more in [How to change a Capsule collection and group](/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-change-a-capsule-collection-or-group.md).
{% endhint %}

8. See what the Capsule icon looks like in the **Capsule preview**.
9. Click **Save**.

<figure><img src="/files/4KvQo9FaySIVDMEvemIC" alt=""><figcaption></figcaption></figure>

Saving the Capsule doesn’t make it available in the list of Capsules in the pipeline. To make it available, you must [publish the Capsule](/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-publish-a-capsule.md).

Capsules that are not yet published have the **Development** tag in the Capsules page.

<figure><img src="/files/JIDYhyrJ6wyEpS7hiT97" alt=""><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.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-save-a-capsule.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.
