# User administration

The users of the organization’s account include the **owner** and the **users**. The owner is the main account holder with full control and administrative rights, while users are additional accounts with specific roles and permissions assigned by the owner.

<figure><img src="/files/mvzmScPUQI4MZtSoUUPn" alt="User administration page in Account settings. Shows an owner and a user account."><figcaption><p>User administration</p></figcaption></figure>

## Owner and users

The owner in Navixy is the main account holder with full access and control over the platform. This account has the highest level of permissions and can perform all administrative tasks. The owner has exclusive rights that cannot be transferred to other accounts, ensuring they maintain ultimate control over the account.

The owner can limit the operations available to users by:

* [Defining user roles](/docs/user/guide/account/users-and-roles/role-management.md), specifying what actions users can perform
* [Limiting user access to information](/docs/user/guide/account/users-and-roles/restricting-access.md), controlling which GPS devices and data users can access

Users are additional accounts granted access by the owner. As a subordinate account, a user cannot have specific owner rights, including:

* Creating, editing, or removing other users
* Editing GPS devices, geofences, or Places that are not accessible to them
* Limiting the owner’s access to their account

### **Viewing and editing the user list**

To add a new user or edit the list of users, navigate to **Account Settings** → **Users** **and Roles** in the main menu.

<figure><img src="/files/ROYKTH9Iu1ebKyUPyApT" alt="New user creation menu in User administration"><figcaption><p>User creation dialogue</p></figcaption></figure>

1. **To add a new user**:

* Click the **+** button to add a new user.
* Fill in the required fields:
  * **First name**
  * **Middle name**
  * **Last name**
  * **Email**
  * **Password**
  * **Phone**
  * [Role](/docs/user/guide/account/users-and-roles/role-management.md)
* Click **Save** to create the new user.

2. **To edit user information**:

* Select a user from the list to view their details.
* Modify the necessary fields and update the user’s information.
* Click **Save** to apply the changes.

3. **To assign items to users**:

* After selecting a user, you can [assign specific objects, POIs, and geofences](/docs/user/guide/account/users-and-roles/restricting-access.md) to them.
* Choose the items from the respective tabs (**Objects**, **POI**, **Geofences**) and assign them to the user.


---

# 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://navixy.com/docs/user/guide/account/users-and-roles/user-administration.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.
