> For the complete documentation index, see [llms.txt](https://docs.realmigrator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmigrator.com/groups/configurations.md).

# Groups Configurations

## Add a new group

1. Click **+Add** at the top of the page
2. Assign a group name
3. Click **Save**

![](/files/KVVDjycCHjYVTzSZmerr)

## Set Module Configuration

1. Click **Start selection** at the top of the page
2. Click on one or more groups to select them
3. Click **Set Module Configuration**
4. Use the drop-down menus to configure the modules (**Skip**, **Discover** or **Migrate** - explanation see table below)
5. Click **Ok**

![](/files/nr6MIcR7UzfvFhJGpdPv)

| Command      | Description                                                                         | file module | PST module | inventory module |
| ------------ | ----------------------------------------------------------------------------------- | :---------: | :--------: | :--------------: |
| **skip**     | module is not executed                                                              |      +      |      +     |         +        |
| **discover** | module discovers items the client and sends a report, but does not migrate any data |      +      |      +     |         +        |
| **migrate**  | migrates data continuously                                                          |      +      |      +     |         -        |

## Multiple group deletion

1. Click **Start selection** at the top fo the page
2. Click on one or more groups to select them
3. Click **Delete** to delete the chosen groups

## Users Overview

This overview shows all registered clients in the group. These listed clients are equal to the listed clients in the input field **Assigned Objects**, but the user overview offers more information about a client.

![](/files/MGGQTFbXHLNmY5MM1gYp)

The following table will explain about this information (attributes)

| Attribute        | Explanation                                                                                                                                                                                                                                                          |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Client           | Client name based on a UPN                                                                                                                                                                                                                                           |
| Last Message     | <p>Message about the last status of the client. For example:<br><strong>Finished migration</strong>: Migration is done<br><strong>Sleeping</strong>: Migration is paused<br><strong>running file module</strong>: Running file migration</p>                         |
| Migration Status | <p>Finished migration (check mark) = Migration is done without errors<br>Finished migration with error (exclamation mark) = Finished migration but with an error<br>Sleeping migration or running migration and more (progress icon) = migration is not finished</p> |
| Progress         | A progress bar                                                                                                                                                                                                                                                       |
| Timestamp        | Date and time of **Last Message**                                                                                                                                                                                                                                    |
| Object ID        | Identification number of the current migration                                                                                                                                                                                                                       |
| Group ID         | Identification number of group where the client is registered                                                                                                                                                                                                        |

A click on a client name will give additional information. For this topic see the documentation chapter \[Clients Menu]\({{< ref "clientmenu/client-information/\_index.md" >}}).

## Assign to group

With **Assign to group,** it is possible to assign a client to a further group:

1. Click **Start selection** at the top of the menu
2. Choose one or more clients
3. Click **Assign to group** at the top of the menu
4. Choose a group
5. Click **Assign**

## Delete a group

To delete a group, click **Delete** in the upper-right corner of the screen.


---

# 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.realmigrator.com/groups/configurations.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.
