# How do I add a student to a group or subgroup?

First, **create the group or subgroup**.&#x20;

Then, you can add a student in two ways:

## A. From the Students Tab

1. Go to the Users page and then click on the Students tab.
2. Select the student you want to add.
3. Click “Add to Group” in the actions menu.
4. A pop-up will appear, allowing you to select as many groups or subgroups as you like.
5. Click “Accept”.

The student will automatically receive an email inviting them to start any courses or learning paths associated with that group or subgroup.

&#x20;

## B. From the Groups Tab

1. Go to the Users page and click on the Groups tab.
2. Click on “Group Settings” or “Subgroup Settings.”
3. Find the Students section and click on “Add Students.”
4. Select as many students as you want and click “Accept.”

The students will receive an email inviting them to start any courses or learning paths associated with that group or subgroup.


---

# 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://atrilio.gitbook.io/atrilio-users-guide/groups-and-subgroups/how-do-i-add-a-student-to-a-group-or-subgroup.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.
