# User Management

Use User Management to create, update, enable, and disable users.

## Roles

Replica uses roles to control what each user can do. Users without a role cannot use Replica or view data.

See [Roles and Permissions](/admin-guide/user-management/roles-and-permissions.md).

## Groups

Groups help organize users and control resource access.

See [Group Management](/admin-guide/user-management/group-management.md) and [Resource Visibility and Assignment](/admin-guide/user-management/resource-visibility-and-assignment.md).

## Finding Users

The Users list includes a **Search** field to quickly locate a user by name, username, or email address.

## Enabled and Disabled Users

Users must be enabled to sign in. New users are enabled by default.

Disabled users cannot sign in or use the platform. Replica keeps disabled users for history and audit purposes instead of deleting them.

To change a user's status, open the Users list and select `Disable` or `Enable` in that user's actions.

{% hint style="warning" %}
Replica does not support permanent user deletion.
{% endhint %}

## Password Resets

To reset a password, select `Reset Password` in that user's actions.

You can use the generated password or set one manually. The user must change it on the next login.


---

# 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.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.
