# Permissions & Roles

<figure><img src="/files/0wOhGvHTCwnyyRqLzMN1" alt="" width="267"><figcaption></figcaption></figure>

Roles are set by the creator and admins of a studio. There are two roles: Admin and Editor. Your role in a studio determines certain permissions.&#x20;

You can change roles by clicking "View Dashboard" under the Workspace tab in the main nav bar.

<figure><img src="/files/DFElsa1SvzCbVH20pMnO" alt="" width="375"><figcaption></figcaption></figure>

Once there, you'll be able to view all the studios you own or are a part of. After clicking on a studio, you will find a list of members within that studio under the "Members" tab.

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

Here, you can edit the role of any member (if you are an admin) by clicking on their role tag.

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

Once you've chosen their new role, you can then click confirm.

### Permissions

<table><thead><tr><th width="96">Role</th><th width="158">Generate assets</th><th width="189">Invite team members</th><th>Edit roles</th><th>Delete assets</th></tr></thead><tbody><tr><td>Admin</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Editor</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td></tr></tbody></table>


---

# 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.kaedim3d.com/enterprise-features/team-functionality/permissions-and-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.
