# Groups

### Manage groups

Groups allow you to decide WHO has access to WHAT. It is the link between your users and your trainings.

By going through the "Users" menu, then "Groups", you will see the list of your groups.

<figure><img src="/files/CDZ8KzsbjHm2a6dCW1b2" alt=""><figcaption><p>Groups list</p></figcaption></figure>

A group is therefore made up of :

* a title: to quickly identify them
* a description: visible only to editors, if you want to give more context
* an option to “activate ranking”
* users: people who will have access to the group's training
* trainings: the training courses that are available to users in the group
* routines: the routines in which the group's users are enrolled.

<figure><img src="/files/iZWy9HPTlky1BAXK1V9O" alt=""><figcaption><p>Edition page of a group</p></figcaption></figure>

### Group's statistics

Each group has statistics that are calculated periodically. This allows you to have an overview of the progress and completion of your trainings, for this group specifically.

<figure><img src="/files/nxNLrs087HvXAPmBmd5Q" alt=""><figcaption><p>Group's stats</p></figcaption></figure>

By clicking on "Filters", you will be able to filter the results by user tag. All tabs will be filtered with these tags, allowing you to perform a detailed analysis of your learners' activity.

{% hint style="info" %}
**Sharing statistics**

You can easily share these statistics, via the three dots next to the title. The generated link is publicly available, with no login required.
{% 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://doc.cards-microlearning.com/english/users/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.
