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

# ロール権限

組織管理者、チームリード、エディターが、チーム、アセット、プレイグラウンド、ビジュアル全体でBeachsideで何ができるかを把握しましょう。

### チームとメンバー

チームとメンバーの管理方法のすべて： [チームを管理](/main/jp/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/231caf42594a3f953b68d72f1536b12a56820312)

| 操作            | 組織管理者 | チームリード | エディター |
| ------------- | ----- | ------ | ----- |
| 新しいブランドを作成    | ✅     | ✅      | ✅     |
| 新しい製品を作成      | ✅     | ✅      | ✅     |
| 製品で新しいアセットを作成 | ✅     | ✅      | ✅     |
| どのブランドでも削除    | ✅     | ✅      | ✅     |
| どの製品でも削除      | ✅     | ✅      | ✅     |
| 製品内のアセットを削除   | ✅     | ✅      | ✅     |

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

***

### プレイグラウンド

プレイグラウンドの作成に関するすべて： [プレイグラウンドを管理](/main/jp/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/jp/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.
