# Group Management

Use Group Management to create and update groups.

## Parents

A group can belong under another group. This parent-child structure supports up to three levels.

## Types

You can assign a type to a group to describe its purpose. The available types are:

* **Team** — A group representing a team of users.
* **Project** — A group representing a project or initiative.

## Users

Users can belong to multiple groups, one group, or no groups. Groups can also exist without members.

See [User Management](/admin-guide/user-management.md).


---

# 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.replicacyber.com/admin-guide/user-management/group-management.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.
