> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/accountsetup/roles.md).

# Role permission

### Team and members

Everything about how to manage your team and members: [Manage a team](/accountsetup/team.md)

<table><thead><tr><th width="220.0703125">Action</th><th>Organization Admin</th><th>Team Lead</th><th>Editor</th></tr></thead><tbody><tr><td>Create team</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>See my own created team members</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>See any team members</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>Upgrade/Downgrade members in any team</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>Upgrade/Downgrade in own created team</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Delete any team</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>Delete own created team</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>Add/Remove:<br>Organization Admin</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>Add/Remove:<br>Team Lead</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>Add/Remove:<br>Team Editor</td><td>✅</td><td>✅</td><td>❌</td></tr></tbody></table>

***

### Assets

All users can create, access, and use them, regardless of team or role.\
Everything about how to manage your assets: [Manage assets](/accountsetup/assets.md)

| Action                       | Organization Admin | Team Lead | Editor |
| ---------------------------- | ------------------ | --------- | ------ |
| Create new brand             | ✅                  | ✅         | ✅      |
| Create new Product           | ✅                  | ✅         | ✅      |
| Create new asset in Product  | ✅                  | ✅         | ✅      |
| Delete any brand             | ✅                  | ✅         | ✅      |
| Delete any Product           | ✅                  | ✅         | ✅      |
| Delete any assets in product | ✅                  | ✅         | ✅      |

{% content-ref url="/pages/P23kD3sT4B3azYVJIu1f" %}
[Manage assets](/accountsetup/assets.md)
{% endcontent-ref %}

***

### Playground

Everything about the playground creation: [Manage playgrounds](/accountsetup/playground.md)

| Action                                        | Organization Admin | Team Lead | Editor |
| --------------------------------------------- | ------------------ | --------- | ------ |
| Create playground in own team                 | ✅                  | ✅         | ✅      |
| Create playground in any team                 | ✅                  | ❌         | ❌      |
| Delete own playground                         | ✅                  | ✅         | ✅      |
| Delete un-owned playground                    | ✅                  | ❌         | ❌      |
| Open un-owned playground                      | ✅                  | ❌         | ❌      |
| Search shared playgrounds by user email       | ✅                  | ✅         | ❌      |
| Search organization playgrounds by user email | ✅                  | ❌         | ❌      |

***

### Visuals

| Action                                     | Organization Admin | Team Lead | Editor |
| ------------------------------------------ | ------------------ | --------- | ------ |
| Generate a visual                          | ✅                  | ✅         | ✅      |
| See own generated visuals                  | ✅                  | ✅         | ✅      |
| See visual generated by other in same team | ✅                  | ❌         | ❌      |
| Search organization visuals by user email  | ✅                  | ❌         | ❌      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.theseaai.com/accountsetup/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.
