> 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/main/ch/accountsetup/roles.md).

# 角色权限

### 团队和成员

关于如何管理您的团队和成员的一切： [管理团队](/main/ch/accountsetup/team.md)

<table><thead><tr><th width="220.0703125">操作</th><th>组织管理员</th><th>团队负责人</th><th>编辑者</th></tr></thead><tbody><tr><td>创建团队</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>查看我自己创建的团队成员</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>查看任何团队成员</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>升级/降级任何团队中的成员</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>在自己创建的团队中升级/降级</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>删除任何团队</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>删除自己创建的团队</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>添加/移除：<br>组织管理员</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>添加/移除：<br>团队负责人</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>添加/移除：<br>团队编辑者</td><td>✅</td><td>✅</td><td>❌</td></tr></tbody></table>

***

### 资产

所有用户都可以创建、访问和使用它们，不论团队或角色。\
关于如何管理您的资产的一切： [管理资产](/main/ch/accountsetup/assets.md)

| 操作         | 组织管理员 | 团队负责人 | 编辑者 |
| ---------- | ----- | ----- | --- |
| 创建新品牌      | ✅     | ✅     | ✅   |
| 创建新产品      | ✅     | ✅     | ✅   |
| 在产品中创建新资产  | ✅     | ✅     | ✅   |
| 删除任何品牌     | ✅     | ✅     | ✅   |
| 删除任何产品     | ✅     | ✅     | ✅   |
| 删除产品中的任何资产 | ✅     | ✅     | ✅   |

{% content-ref url="/pages/1c32a4207379aa92f14edefec6b2ace103d5efba" %}
[管理资产](/main/ch/accountsetup/assets.md)
{% endcontent-ref %}

***

### 游乐场

关于游乐场创建的一切： [管理工作区](/main/ch/accountsetup/playground.md)

| 操作             | 组织管理员 | 团队负责人 | 编辑者 |
| -------------- | ----- | ----- | --- |
| 在自己的团队中创建游乐场   | ✅     | ✅     | ✅   |
| 在任何团队中创建游乐场    | ✅     | ❌     | ❌   |
| 删除自己的游乐场       | ✅     | ✅     | ✅   |
| 删除非自己拥有的游乐场    | ✅     | ❌     | ❌   |
| 打开非自己拥有的游乐场    | ✅     | ❌     | ❌   |
| 按用户邮箱搜索共享游乐场   | ✅     | ✅     | ❌   |
| 按用户邮箱搜索组织内的游乐场 | ✅     | ❌     | ❌   |

***

### 可视化

| 操作             | 组织管理员 | 团队负责人 | 编辑者 |
| -------------- | ----- | ----- | --- |
| 生成一个可视化        | ✅     | ✅     | ✅   |
| 查看自己生成的可视化     | ✅     | ✅     | ✅   |
| 查看同团队其他人生成的可视化 | ✅     | ❌     | ❌   |
| 按用户邮箱搜索组织内的可视化 | ✅     | ❌     | ❌   |


---

# 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/main/ch/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.
