> For the complete documentation index, see [llms.txt](https://docs.styleai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.styleai.io/product-docs/product-docs-en/corporate-member/invite-and-remove-team-members-admin-only/team-permissions-and-roles.md).

# Team Permissions and Roles

#### **Team Member Role Guide**

* **Owner**: User who created the brand workspace (brand representative)
* **Admin**: Manages team members and content (design team leader)
* **Editor**: Creates content and manages their own work (designer)

#### **Comparison of Team Member Roles and Permissions**

<table><thead><tr><th width="215.75">Feature / Role</th><th>Owner (brand representative)</th><th>Admin (design team leader)</th><th>Editor (designer)</th></tr></thead><tbody><tr><td>Transfer Owner permission</td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:$danger;">✖</mark></td><td><mark style="color:$danger;">✖</mark></td></tr><tr><td>Delete workspace</td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:$danger;">✖</mark></td><td><mark style="color:$danger;">✖</mark></td></tr><tr><td>Invite team members</td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:$danger;">✖</mark></td></tr><tr><td>Delete team members</td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:$danger;">✖</mark></td></tr><tr><td>Create content</td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:purple;">✔</mark></td></tr><tr><td>Delete own content</td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:purple;">✔</mark></td></tr><tr><td>Delete other users' content</td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:$danger;">✖</mark></td></tr><tr><td>Like own content</td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:purple;">✔</mark></td></tr><tr><td>Like other users' content</td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:$danger;">✖</mark></td></tr><tr><td>Brand learning</td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:purple;">✔</mark></td><td><mark style="color:$danger;">✖</mark></td></tr></tbody></table>


---

# 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.styleai.io/product-docs/product-docs-en/corporate-member/invite-and-remove-team-members-admin-only/team-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.
