# User Management

Manage any organisation or user in your application without diving into your database or writing custom scripts.&#x20;

With Mission Control, you can:

* Edit user or account details
* Upgrade/downgrade accounts
* Cancel subscriptions&#x20;
* Contact users or account holders
* Impersonate users&#x20;
* De-activate accounts

## User Impersonation

You can log in as any user via the users screen in Mission Control. Simply click the login icon in the user table and you'll be authenticated and redirected.

Users will need to enable this feature from the /help view of their dashboard.


---

# 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.usegravity.app/mission-control/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.
