# User Management

You can add more users to your IncidentHub account who can view/edit your monitored services, channels, and public status page elements.&#x20;

Login to your IncidentHub account and click on your user logo on the top right and then click on "Manage Account".

<figure><img src="/files/DP55xctRxkMmZD9mI74x" alt=""><figcaption></figcaption></figure>

In the popup window that opens, click on "Add email address" under Profile Details -> Email addresses

1. Enter the email of the user to whom you want to give access.
2. The user will receive a verification link.
3. Once they click on the link they can login to your IncidentHub account using the same email.

Note that adding more users to your IncidentHub account gives them complete access to add/delete/change things in your account.


---

# 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.incidenthub.cloud/incidenthub-documentation/account-management/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.
