# Role

User roles are an important part of Inistate as it can be used to grant and restrict access for users to certain information. Here are the five user roles:

## **Member**

* Normal user.
* Cannot change workspace settings, invite new members, view and update members profile of workspace.

## **User Admin**

* Cannot change workspace settings.
* Can invite new members to the workspace.
* Can view and update members profile of workspace.

## **Workspace Admin**

* Can access Inistate Studio and change workspace settings.
* Can invite new members to the workspace.
* Can view and update members profile of workspace.

## **Owner**

* Creator of a workspace.
* Must be workspace admin, cannot be changed by admin.

## **Consultant**

* Can access Inistate Studio and change workspace settings.
* Can invite new members to the workspace.
* Early access for BETA features.


---

# 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://inistate.gitbook.io/home/user/role.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.
