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

# 역할 권한

### 팀 및 멤버

팀과 멤버를 관리하는 방법에 대한 모든 것: [팀 관리](/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>

***

### 자산

모든 사용자는 팀이나 역할에 관계없이 이를 생성, 접근하고 사용할 수 있습니다.\
자산을 관리하는 방법에 대한 모든 것: [자산 관리](/main/kr/accountsetup/assets.md)

| 작업             | 조직 관리자 | 팀 리더 | 편집자 |
| -------------- | ------ | ---- | --- |
| 새 브랜드 생성       | ✅      | ✅    | ✅   |
| 새 제품 생성        | ✅      | ✅    | ✅   |
| 제품에 새 자산 생성    | ✅      | ✅    | ✅   |
| 어떤 브랜드든 삭제     | ✅      | ✅    | ✅   |
| 어떤 제품이든 삭제     | ✅      | ✅    | ✅   |
| 제품 내의 모든 자산 삭제 | ✅      | ✅    | ✅   |

{% content-ref url="/pages/8e56b77be2e6ee58e158cf7de758170cf5a02245" %}
[자산 관리](/main/kr/accountsetup/assets.md)
{% 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:

```
GET https://docs.theseaai.com/main/kr/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.
