> For the complete documentation index, see [llms.txt](https://catenoid-support.gitbook.io/loomex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catenoid-support.gitbook.io/loomex/userguide/setting/user.md).

# 사용자 관리

이 페이지에서는 사용자 관리에 대해 안내합니다.

&#x20;

### **사용자 목록** <a href="#id" id="id"></a>

**설정 > 사용자 관리**에서 신규 사용자를 등록하고 사용자의 상세를 조회 할 수 있습니다.

<figure><img src="/files/lhbRgcB7eCaNdzaiwxTt" alt=""><figcaption><p>사용자 목록</p></figcaption></figure>

### **사용자 등록** <a href="#id" id="id"></a>

사용자 관리 페이지 우측 상단의 **+사용자 등록** 버튼을 눌러 사용자를 등록할 수 있습니다.

<figure><img src="/files/cTmr6T9HueR1aFW4bOi7" alt=""><figcaption><p>사용자 등록 화면</p></figcaption></figure>

<table><thead><tr><th width="128">항목</th><th>설명</th></tr></thead><tbody><tr><td>ID</td><td>ID로 사용할 이메일을 등록합니다.</td></tr><tr><td>사용자명</td><td>사용자 이름을 등록합니다.</td></tr><tr><td>비밀번호</td><td>비밀번호는 영문, 숫자, 특수문자(!@$%^&#x26;*)를 조합하여 8~20자리 이하로 설정 가능합니다.</td></tr><tr><td>권한</td><td>사용자의 권한을 부여할 수 있습니다. 권한에 대한 상세 조회는 권한 관리에서 설정 가능합니다.</td></tr></tbody></table>

&#x20;

### **사용자 상세 조회** <a href="#id" id="id"></a>

사용자 관리 페이지 우측의 **상세** 버튼을 눌러 사용자명과 권한을 변경할 수 있습니다. 변경 이후 **저장** 버튼을 누르면 변경된 사용자 이름과 권한이 적용됩니다.

<figure><img src="/files/YjIwS6l9JGG1WwzG8h4R" 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://catenoid-support.gitbook.io/loomex/userguide/setting/user.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.
