# Introduction

Group management is an advanced feature for splitting drivers from your organisation across several groups.

**Why split drivers into different groups?**

If you are deploying your solution to several of your customers, it may be useful to separate the users for each of your customers.

**What are the impacts on other DriveKit components?**

Some features of the DriveKit SDK include the concept of groups and can manage the data display according to the group(s) to which a driver belongs.

* The Ranking feature of the Driver Achievements module of DriveKit can display a driver's rankings relative to his group rather than relative to all the drivers in an organisation.
* It is possible to organise challenges dedicated to certain groups and in this case, if you use the Challenge module of DriveKit, it will only show to the driver the challenges dedicated to his group(s).

**What can be done with the group management feature?**

To control the groups, there are three main functions. It is possible to:

1. Retrieve the list of groups that belongs to your organisation
2. Assign the driver to a group
3. Remove a driver from a group


---

# 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.drivequant.com/group/introduction.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.
