> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/detailed-settings/create-admin-account.md).

# 관리자 계정 생성하기

### 유형별 권한 범위

최고관리자, 운영자, 소속운영자, 과정운영자로 구성되어 있습니다.

<table><thead><tr><th width="134">유형</th><th>설명</th></tr></thead><tbody><tr><td><strong>최고관리자</strong></td><td>모든 권한을 가지고 있는 계정입니다.<br>다른 운영자의 회원 정보 변경 및 메뉴 권한 설정이 가능합니다.</td></tr><tr><td><strong>운영자</strong></td><td>최고관리자가 지정한 메뉴에 대해관리하는 계정입니다.<br>모든 회원 정보 조회 가능합니다.</td></tr><tr><td><strong>과정 운영자</strong></td><td>지정된 과정만 운영 가능한 계정입니다.<br>지정된 콘텐츠만 확인 가능합니다. <br>과정 개설(등록)은 불가합니다.</td></tr><tr><td><strong>소속 운영자</strong></td><td>소속 회원에 대한 제한적 권한을 가진계정입니다.<br>담당한 소속 내 회원을 관리합니다.</td></tr></tbody></table>

***

### 관리자 계정 생성

관리자 계정을 추가로 생성할 수 있습니다.&#x20;

1. 회원정보관리 > 회원관리 > 관리자관리에 접속합니다.
2. 우측 **\[등록]** 버튼을 클릭합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FDZS5RUi0tYUiCa4b2J7p%2Fimage.png?alt=media&amp;token=c7e35e06-b31c-43c3-ba66-900a124b92a8" alt=""><figcaption></figcaption></figure>

3. 정보 입력 후 유형에서 생성하려고 하는 관리자를 선택합니다.
4. 우측 하단 **\[등록]** 버튼 클릭하여 계정 생성을 완료합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FLs4a2jrUgbtSWTRYKbOd%2Fimage.png?alt=media&amp;token=2cdade61-2789-4271-9673-cab8fab1eb9f" alt=""><figcaption></figcaption></figure>

***

### 메뉴 권한 설정

최고관리자가 각 관리자 계정에 메뉴 권한을 설정합니다. 단, 유형에 따라 오픈되어 있는 메뉴가 상이합니다.

1. 관리자관리 > **\[메뉴권한]** 버튼을 클릭합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FmZ7j3Om4iPEi4iCIeuif%2Fimage.png?alt=media&amp;token=6b671755-f6e4-4ed5-818a-b23df9a3210a" alt=""><figcaption></figcaption></figure>

2. 해당 계정에 부여할 메뉴의 체크박스를 선택한 후 **\[저장]** 버튼을 클릭합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FtjqZTrFg7560V5wT97qm%2Fimage.png?alt=media&amp;token=f98623b4-0234-469a-b61d-83e20198d6ab" alt=""><figcaption></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://malgn.gitbook.io/cloud/operation-guide/detailed-settings/create-admin-account.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.
