# Add and manage users

{% hint style="warning" %}
This feature is available only for "Admin" users.
{% endhint %}

To add a new user or manage existing ones, navigate to the "Users" tab within the "Account settings" section.

To add a new user, click on the "Add User" button and provide the required information. The person will then receive an invitation to create their account.

## User permissions

2 roles are available:

* **User**:
  * Can configure Nexx360 solutions.
* **Admin**:
  * Has the "User" permissions.
  * Can access and update account information (account name, company name, address).
  * Can add and manage users.
  * Can activate or deactivate SSPs.


---

# 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://developer.nexx360.io/getting-started/account-settings/add-and-manage-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.
