# User Management

- [Account Deletion](https://docs.authgear.com/admin-and-operations/user-management/account-deletion.md): Allow end-users to initiate account deletion within the apps.
- [Import Users using User Import API](https://docs.authgear.com/admin-and-operations/user-management/import-users-using-user-import-api.md): Use the user import API to bulk import users from external systems to your Authgear project
- [Export Users using the User Export API](https://docs.authgear.com/admin-and-operations/user-management/export-users-using-the-user-export-api.md): Export users from your project into a CSV or JSON file
- [Manage Users Roles and Groups](https://docs.authgear.com/admin-and-operations/user-management/manage-users-roles-and-groups.md): Define and manage roles and groups that you can apply to your users
- [Disable User](https://docs.authgear.com/admin-and-operations/user-management/disable-user.md): Temporarily or permanently suspend a user’s ability to log in and use the system
- [Account Valid Period](https://docs.authgear.com/admin-and-operations/user-management/account-valid-period.md): Use account valid period to manage temporary access


---

# 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.authgear.com/admin-and-operations/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.
