> 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).

# 角色权限

了解组织管理员、团队负责人和编辑在 Beachside 中可以对团队、资产、画布和视觉内容执行哪些操作。

### 团队和成员

关于如何管理你的团队和成员的一切： [管理团队](/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>

***

### 资源

所有用户都可以创建、访问并使用它们，无论团队或角色。\
关于如何管理你的资源的一切： [Broken mention](broken://pages/1c32a4207379aa92f14edefec6b2ace103d5efba)

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

{% content-ref url="/pages/1c32a4207379aa92f14edefec6b2ace103d5efba" %}
[Broken mention](broken://pages/1c32a4207379aa92f14edefec6b2ace103d5efba)
{% endcontent-ref %}

***

### Playground

关于游乐场创建的一切： [管理画布](/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, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/main/ch/accountsetup/roles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
