> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/admin/access.md).

# Access roles

Navixy allows you to create multiple accounts for your employees to access Admin Panel. There are two user roles available:

1. **Admin role (default):** This role has the highest level of privileges in the panel. Admin users can access all features and settings of the platform, including user management, billing, and device management. There can only be one account (the main account) with this role per one Admin Panel instance.
2. **Employee role:** This role is designed for users who require limited access to Admin Panel. Users with the [employee role](#employee-role-with-limited-rights) can perform only specific tasks and have restricted access to certain features and settings. This role is created by sending a request to [Navixy support](mailto:support@navixy.com).

## Employee role with limited rights

The employee role allows you to delegate the use of Admin Panel to your employees with restricted access to sensitive information and critical actions. This feature can be useful for teams with multiple members, such as sales representatives and technical support specialists, who need access to the platform without being granted full administrator privileges.

To create an employee account with limited access to Navixy Admin Panel, contact [Navixy support](mailto:support@navixy.com) with your panel ID and the employee's email address.

Employees are permitted to:

* Add new users
* Modify the data of current users
* Add new trackers
* Clone current trackers
* Change the owner of a tracker
* Change tracker data plan
* Analyze incoming data with Air Console

Employees are not allowed to:

* Delete users
* Remove trackers
* Add, change, or delete plans
* Change platform settings


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/admin/access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
