> For the complete documentation index, see [llms.txt](https://kakaowork.gitbook.io/kakao-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaowork.gitbook.io/kakao-work/basic/admin/get-started/manage/set-manager.md).

# 관리자 설정

[카카오워크 관리자 서비스](https://admin.kakaowork.com/) **워크스페이스 멤버 > 관리자 설정** 메뉴에서는 주요 직책자를 워크스페이스 관리자로 설정할 수 있으며, 관리자별 접근 가능한 메뉴를 제한하여 설정할 수 있습니다.

![관리자 설정](https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/admin/%EA%B4%80%EB%A6%AC%EC%9E%90%20%EC%84%A4%EC%A0%95.png)

<table><thead><tr><th width="222">구분</th><th>접근 권한</th></tr></thead><tbody><tr><td>⓵ [관리자 추가 등록] 버튼</td><td>새로운 관리자를 추가하여 관리자별 접근 가능 메뉴 설정 가능</td></tr><tr><td>⓶ 관리자 정보</td><td>관리자 정보 확인 및 접근 가능 메뉴 설정<br>- <strong>멤버 정보</strong>: 관리자로 지정된 멤버 정보 표시<br>- <strong>접근 가능 메뉴</strong>: 관리자가 접근 가능한 메뉴 표시<br>- <strong>편집</strong>: 관리자<img src="https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/admin/%EC%88%98%EC%A0%95_%EB%B3%B4%EB%93%9C%20%EA%B4%80%EB%A6%AC_PC_icon.png" alt="" data-size="line">/<img src="https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/admin/%EC%82%AD%EC%A0%9C_%EB%B3%B4%EB%93%9C%20%EA%B4%80%EB%A6%AC_PC_icon.png" alt="" data-size="line">아이콘 표시</td></tr><tr><td>⓷ 슈퍼관리자 변경</td><td>슈퍼 관리자에게만 표시되는 항목<br>- 슈퍼 관리자 권한을 다른 멤버에게 위임 가능</td></tr><tr><td>⓸ 관리자 편집</td><td>관리자의 접근 가능 메뉴를 수정하거나 관리자 권한을 해제 가능</td></tr></tbody></table>

## 관리자 추가하기 <a href="#add" id="add"></a>

특정 멤버를 관리자로 추가하는 방법은 다음과 같습니다.

{% hint style="danger" %}
**주의**\
미성년자는 슈퍼 관리자 또는 관리자로 지정할 수 없습니다.
{% endhint %}

1. **워크스페이스 멤버 > 관리자 설정** 메뉴에서 \[관리자 추가 등록] 버튼을 클릭합니다.

   <figure><img src="https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/admin/%EA%B4%80%EB%A6%AC%EC%9E%90%20%EC%B6%94%EA%B0%80.png" alt=""><figcaption><p>관리자 추가</p></figcaption></figure>
2. **관리자 추가** 팝업창에서 관리자로 추가할 멤버 이름을 검색합니다.
3. **접근 가능 메뉴**를 선택 또는 해제 후, \[확인] 버튼을 클릭합니다.
4. 관리자 목록에서 추가한 관리자를 확인합니다.

## 관리자 수정/삭제하기 <a href="#edit-delete" id="edit-delete"></a>

**워크스페이스 멤버 > 관리자 설정** 메뉴에서 관리자 목록의 <img src="https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/admin/%EC%88%98%EC%A0%95_%EB%B3%B4%EB%93%9C%20%EA%B4%80%EB%A6%AC_PC_icon.png" alt="" data-size="line">/<img src="https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/admin/%EC%82%AD%EC%A0%9C_%EB%B3%B4%EB%93%9C%20%EA%B4%80%EB%A6%AC_PC_icon.png" alt="" data-size="line"> 아이콘을 클릭해 관리자 정보를 수정하거나 삭제합니다.

* 관리자는 다른 멤버를 관리자로 추가하거나 삭제할 수 있습니다.

<figure><img src="https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/admin/%EA%B4%80%EB%A6%AC%EC%9E%90%20%EC%88%98%EC%A0%95%20%EB%B0%8F%20%EC%82%AD%EC%A0%9C.png" alt=""><figcaption><p>관리자 수정 및 삭제</p></figcaption></figure>


---

# 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://kakaowork.gitbook.io/kakao-work/basic/admin/get-started/manage/set-manager.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.
