# Users

Users are the actors in a Panomics organization that can perform various administrative or analytical activities. A user's permissions are determined by the user's role.

A user associated with a role that has the `Manage Users` permission activated can create, edit, activate, or inactivate organization users. The number of users that can be active at the same time is determined by the organization's license.

#### User Listing View

<figure><img src="/files/EjUZ2pMK5r9IaGcUo4fN" alt=""><figcaption><p>User listing</p></figcaption></figure>

#### Create User Dialog

To create a user, click on the `CREATE` button in the grid toolbar.

<figure><img src="/files/APQktFogDKXxwc1KGQiY" alt=""><figcaption><p>Create user</p></figcaption></figure>

{% hint style="info" %}
The user's email address must be on a domain supported by the organization. See [organization settings](/documentation/administration/organization-settings.md) for more details.
{% endhint %}

#### Edit User Dialog

To edit a user, select the user from the grid, then click on the `EDIT` button in the grid toolbar.

<figure><img src="/files/KBUg12kbum0LfoANxCR4" alt=""><figcaption><p>Edit user</p></figcaption></figure>

#### Activate/Inactivate user

To `activate` or `inactivate` a user, select the user from the grid, then click the corresponding button in the grid toolbar.


---

# 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://documentation.panomics.bio/documentation/administration/users.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.
