# How to use Capsules

- [How to create a Capsule collection](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-collection.md): Learn how to create a Capsule collection in the Digibee Integration Platform.
- [Capsule header dimensions](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-collection/capsule-header-dimensions.md): See the correct dimensions of a Capsule header to fit in the header area and maintain high quality.
- [How to create a Capsule group](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-group.md): Learn how to create a Capsule group in the Digibee Integration Platform.
- [How to configure a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-configure-a-capsule.md): Learn how to create and configure a Capsule to use in the pipelines of the Digibee Integration Platform.
- [How to build a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-build-a-capsule.md): Learn how to build the integration flow of a Capsule in the Digibee Integration Platform.
- [How to test a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-test-a-capsule.md): Learn how to test the execution of a Capsule in the Digibee Integration Platform.
- [How to save a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-save-a-capsule.md): Learn how to fill out the form to save the Capsule in the Digibee Integration Platform.
- [How to publish a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-publish-a-capsule.md): Learn what criteria you need to meet to publish a Capsule in the Digibee Integration Platform.
- [How to change a Capsule collection or group](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-change-a-capsule-collection-or-group.md): Learn how to move a Capsule from one collection or group to another.
- [How to archive and restore a Capsule](https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-archive-and-restore-a-capsule.md): Learn how to archive and restore a Capsule in the Digibee Integration Platform.


---

# 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.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.
