> For the complete documentation index, see [llms.txt](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-9.md).

# 직원 관리

직원을 관리할 수 있어요.

> 경로: `사이트맵> 환경설정> 직원관리`

{% hint style="success" %}
점주 본인은 직원으로 등록 할 수 없어요.
{% endhint %}

### 직원 조회 방법

등록된 직원들을 보여주는 화면이에요.

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FwgVxU8HtawucTMrXVdp8%2Fimage.png?alt=media&amp;token=e76138ed-10ad-4c84-946f-45148148ff5e" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
처음으로 직원을 등록하기 전에는 **권한설정**을 먼저 생성해 놔야 해요.
{% endhint %}

### 직원 등록방법

1. \[+직원등록] 버튼을 눌러서 직원 정보를 입력해요
2. 직원 권한을 선택해요.&#x20;
3. 휴대폰번호 인증을 해요.
4. 직원의 초기 비밀번호를 입력해요.
5. 이름을 입력해요.
6. 재직상태는 퇴사/재직중에 선택 가능해요.

<div align="left"><figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FDc6ybVK0nDIaQKJy0FNe%2F%EC%A7%81%EC%9B%90%EA%B4%80%EB%A6%AC2.jpg?alt=media&amp;token=c58706a9-76ca-4275-b486-cf7a8d3c3416" alt="" width="563"><figcaption></figcaption></figure></div>

### 직원 삭제방법

1. 삭제할 직원을 선택 해요.
2. \[삭제] 버튼을 눌러서 해당 직원을 삭제해요.

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2F5vMOv569ldeyXNq228Ze%2Fimage.png?alt=media&amp;token=f5dbfa99-4269-4916-8c17-5c2ccac4deb7" alt=""><figcaption></figcaption></figure>

### 직원 퇴사처리 방법

1. 퇴사 처리할 직원을 선택 해요.
2. 재직 여부에서 \[재직중> 퇴사]로 변경 후 저장해요.

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FBU8aYVYMYeXdiOwiO5c9%2Fimage.png?alt=media&amp;token=a62940be-f66d-44be-9abf-f609401273cd" 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://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-9.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.
