# 팀 권한 관리하기

## 팀원들을 초대하고 사용자에 따라 권한을 설정할 수 있습니다.

1. \[프로필] - \[사용자 관리]

![](/files/8HVs1AIDt6TuDrTwAtZP)

2. 권한 설정
   * 최고 관리자 :모든 권한을 가지고 있습니다.
   * 관리자 :사용자를 관리하고 팀 예약 페이지를 생성 및 관리할 수 있습니다.
   * 사용자 :개인의 예약페이지만 생성 및 관리할 수 있습니다.

| 구분          | 최고 관리자 | 관리자 | 사용자 |
| ----------- | ------ | --- | --- |
| 권한 부여       | O      |     |     |
| 결제 가능 여부    | O      |     |     |
| 팀 설정 권한     | O      | O   |     |
| 사용자 추가/제거   | O      | O   |     |
| 팀 예약 생성/관리  | O      | O   |     |
| 개인 예약페이지 생성 | O      | O   | O   |


---

# 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://guide.whattime.co.kr/team/permission.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.
