# 역할 및 권한

팀은 기본적으로 다음 세 가지 역할로 구성됩니다.

#### 1. 소유자 (Owner)

**팀을 생성한 사용자로, 모든 기능에 대한 최상위 권한을 가집니다.**\
구성원 관리, 결제, 청구 확인, 팀 삭제 등 모든 작업을 수행할 수 있습니다.

#### 2. 매니저 (Manager)

소유자를 보조하여 **구성원 관리 및 자원 이용, 결제와 관련된 기능을 수행**할 수 있습니다.\
단, 소유자 권한 변경이나 팀 삭제는 불가능합니다.

#### 3. 멤버 (Member)

**팀 자원을 이용할 수 있는 일반 구성원입니다**. GPU 대여, 저장소 이용, 청구 내역 조회 등의 기능을 사용할 수 있습니다.\
단, 팀 설정 수정 및 구성원 초대는 불가능합니다.

***

### 역할별 권한 표

<figure><img src="/files/TKdavZevnRq1JdBEHW7m" alt=""><figcaption></figcaption></figure>

***

### 유의사항

* 역할 변경은 변경 즉시 해당 사용자의 접근 권한이 달라질 수 있습니다.
* 소유자 변경은 되돌릴 수 없으므로 신중히 진행해야 합니다.
* 탈퇴한 사용자의 자원 이용 이력은 팀 내 자원 이용 이력으로 남습니다.


---

# Agent Instructions: 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://runyourai.gitbook.io/userguide/runyour-ai_team/getting-started/role.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.
