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

# 고유식별정보(주민등록번호) 처리안내

## 고유식별번호 (주민등록번호) 처리 안내

* 현장근로자/현장관리자 대상
* **고유식별번호는 현장근로자/현장관리자에 한해** 적용됩니다. 본사직원은 주민등록번호를 수집하지 않습니다.

### **1. 처리 항목**

* 주민등록번호

### **2. 처리 목적**

* 경비원 배치/배치폐지 신고 등 관계 법령에 따른 신고·보고 및 증빙 처리

### **3. 처리 근거**

* 경비업법상 경비원 배치/배치폐지 신고 의무 및 관련 서식 제출
* 개인정보 보호법 제24조의2(주민등록번호 처리 제한)에서 정한 법령 근거에 따른 처리

### **4. 제공받는 자(해당되는 경우)**

* 관할 경찰관서(경비업법에 따른 신고 접수기관)

### **5. 보유·이용 기간**

* 신고·증빙 목적 달성 후 지체 없이 파기
* 단, 관계 법령에 따라 보관이 필요한 경우 해당 법령에서 정한 기간 보관

### **6. 안내 사항**

* 주민등록번호는 법령에 따른 신고·의무 이행에 필요한 범위에서만 처리되며, 그 외 내부 식별/근태관리 목적에는 가급적 사번 등 대체 식별값을 사용합니다.


---

# 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://orbitworks.gitbook.io/orbitworks-docs/undefined-3/undefined-2.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.
