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

# 역할 권한

조직 관리자, 팀 리드, 편집자가 팀, 자산, 플레이그라운드, 비주얼 전반에서 Beachside에서 무엇을 할 수 있는지 알아보세요.

### 팀 및 구성원

팀과 구성원을 관리하는 방법에 대한 모든 것: [팀 관리하기](/main/kr/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/8e56b77be2e6ee58e158cf7de758170cf5a02245)

| 작업            | 조직 관리자 | 팀 리드 | 편집자 |
| ------------- | ------ | ---- | --- |
| 새 브랜드 만들기     | ✅      | ✅    | ✅   |
| 새 제품 만들기      | ✅      | ✅    | ✅   |
| 제품에서 새 자산 만들기 | ✅      | ✅    | ✅   |
| 어떤 브랜드든 삭제    | ✅      | ✅    | ✅   |
| 어떤 제품이든 삭제    | ✅      | ✅    | ✅   |
| 제품 내 모든 자산 삭제 | ✅      | ✅    | ✅   |

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

***

### 플레이그라운드

플레이그라운드 생성에 대한 모든 것: [플레이그라운드 관리하기](/main/kr/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/kr/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.
