# Custom roles

{% hint style="warning" %}
This is a premium feature that needs to be purchased separately.
{% endhint %}

Streams Manager allows you to create custom roles with very granular permissions that allow access to certain features of the system while forbidding access to other features. This is very helpful if you have users that are considered staff and help you manage your system.

{% hint style="info" %}
Built in roles of Administrator and User cannot be modified or removed.
{% endhint %}

When you create a custom role, you can specify what permissions the role has. You can then assign that role to a certain Site Login to give it those permissions.

{% hint style="danger" %}
Once permissions on a role have changed, user with the role must logout before changes will take effect.
{% endhint %}


---

# 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://streamsmanager.gitbook.io/streams-manager/configuration/custom-roles.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.
