# Permissions Management

**Permission Management** refers to the process of controlling access to resources or features within a system. This is done by assigning users to different roles and granting or restricting access to specific resources or functions based on these roles. For example, an **Admin** role may have access to all resources and features, while an **Operator** role may have access to only a subset. Assigning roles to specific users ensures detailed control over resource access.

## Users

Go to the **Users** page to add, edit, or deactivate users.

<figure><img src="/files/Vg0RZJnWTRlDLAF3wkFY" alt=""><figcaption></figcaption></figure>

## Roles

Go to the **Roles** page to add, edit, or delete roles. The default roles are **Admin** and **Operator**.

<figure><img src="/files/VPFCXuudIz9pY9rDLNWF" alt=""><figcaption></figcaption></figure>


---

# 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://docs.livecaller.io/livecaller/security/permissions-management.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.
