> For the complete documentation index, see [llms.txt](https://docs.volt.ai/volt/8EnMblOhYy6VQJFNi0Vz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.volt.ai/volt/8EnMblOhYy6VQJFNi0Vz/portal/users-and-permissions.md).

# Users and Permissions

{% @arcade/embed flowId="bw2Z8Uma6BeVWxLSrVpk" url="<https://app.arcade.software/share/bw2Z8Uma6BeVWxLSrVpk>" %}

There are three pre-defined user roles that can be set in our portal: **Admins**, **Managers,** and **Operators.**

* **Admins**: Enjoy comprehensive access, including the ability to edit facilities, zones, rules, and users, granting full system control.
* **Managers:** Possess the ability to add, edit, or remove controls within designated facilities, maintaining control over assigned areas.
* **Operators**: Focus primarily on incident-related actions, such as viewing camera feeds and accessing incident details, streamlining incident response and resolution.
* **Custom Roles:** Create your own user role with specified permissions.

Here is a breakdown of each user role's permissions.

<table data-full-width="false"><thead><tr><th>Actions</th><th>Operator</th><th>Manager</th><th>Admin</th></tr></thead><tbody><tr><td><strong>[Event]</strong></td><td></td><td></td><td></td></tr><tr><td>Confirm Event</td><td>✔️</td><td>✔️</td><td>✔️</td></tr><tr><td>Close Event</td><td>✔️</td><td>✔️</td><td>✔️</td></tr><tr><td>Share Event</td><td>✔️</td><td>✔️</td><td>✔️</td></tr><tr><td>Seal Event</td><td></td><td></td><td>✔️</td></tr><tr><td><strong>[Facility]</strong></td><td></td><td></td><td></td></tr><tr><td>Edit Facility</td><td></td><td></td><td>✔️</td></tr><tr><td>View Facility</td><td>✔️</td><td>✔️</td><td>✔️</td></tr><tr><td>View Camera (Live)</td><td></td><td>✔️</td><td>✔️</td></tr><tr><td><strong>[User]</strong></td><td></td><td></td><td></td></tr><tr><td>User Management</td><td></td><td>✔️</td><td>✔️</td></tr></tbody></table>


---

# 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://docs.volt.ai/volt/8EnMblOhYy6VQJFNi0Vz/portal/users-and-permissions.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.
