# List of all registry groups

Every group is a collection of registries, and each registry is a collection of functions. You can found more details about registry groups in the [loader-system-registry-group.md](/sprout/features/loader-system-registry-group.md) feature.

### List of embed registry groups

* [**all**](/sprout/groups/all.md): All registries available in Sprout excluding deprecated and experimental registries.
* [**hermetic**](/sprout/groups/hermetic.md): Registries don't depend on external services or influenced by the environment where the application is running.

### Community registry groups

{% hint style="info" %}
You can open an issue to ask to be listed here. We are a community :seedling:

And maybe your registry will be embedded on sprout directly, who know :eyes:
{% endhint %}


---

# 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.atom.codes/sprout/groups/list-of-all-registry-groups.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.
