# User Roles

{% hint style="info" %}
We are working on flexible user permissions at the moment. Contact us to learn more and make suggestions.
{% endhint %}

### Owner

Each account has one owner. An owner can:

* Transfer ownership to another user within the same account.&#x20;
* Change user roles

Contact us through chat to change ownership.

### Admin

An admin can:

* Add, update, delete integrations
* Invite users
* Change user roles (except Owner)
* Add, update, delete queries
* Add, update, delete rules and rule notifications
* Add, update, and delete resource groups

### User

Users have read-only access to everything and can query the collected data. They can save queries and delete their own queries.

They can't see other users, integrations and can't take any actions on them.


---

# 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://resmocom.gitbook.io/product/users-and-permissions/user-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.
