> 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-2/2./2-3.md).

# 2-3 배치/폐지 신고

경비업법에 따라 관할 경찰서에 제출하는 경비원 배치(또는 배치폐지) 신고서를 작성하는 방법을 안내합니다.

### 메뉴 위치

단지 관리 > 배치/폐지 관리 > 배치(폐지) 신고하기

### 기능 설명

배치/폐지 신고서 등록 화면은 실제 경비업법상 관할 경찰서 제출 양식을 그대로 디지털화한 구조입니다.

먼저 신고구분(배치 또는 배치폐지)을 선택하고, 단지정보에서 단지검색으로 대상 단지와 사업자번호를 불러옵니다. 기본정보에는 접수일자를 입력합니다.

신고인정보에는 법인명칭, 대표성명, 허가번호, 전화번호 등 회사정보관리에서 설정한 회사 마스터 정보가 자동으로 반영됩니다. 배치장소정보에서는 주소검색으로 배치장소와 전화번호를 입력합니다.

배치정보에는 배치일시, 배치폐지(예정)일시, 경비의 목적/내용을 드롭다운으로 선택합니다. 경비원정보 테이블에는 경비원의 성명, 주민등록번호, 배치경비업무, 신임교육이수증교부번호를 행 단위로 입력하며 "추가" 버튼으로 여러 명의 경비원을 한 신고서에 포함할 수 있습니다.

마지막으로 관할경찰서정보(관할경찰서명, 신고서전송이메일)를 확인한 뒤, "미리보기" 또는 "임시저장" 버튼으로 작성 내용을 저장하거나 발송할 수 있습니다.

### 주요 장점

* 회사정보(법인명칭, 대표자, 허가번호 등)가 회사정보관리 화면의 마스터 데이터에서 자동 반영되어 매번 입력할 필요가 없습니다.
* 경비원 정보를 행 단위로 추가할 수 있어 여러 명을 한 번에 신고할 수 있습니다.
* 미리보기 기능으로 관할 경찰서에 제출되는 최종 양식을 발송 전에 확인할 수 있습니다.
* 임시저장 기능으로 작성 중인 신고서를 나중에 이어서 작성할 수 있습니다.

### 작성 방법

1. \[단지 관리] > \[배치/폐지 관리]에서 \[배치 신고하기] 또는 \[배치폐지 신고하기] 버튼을 클릭합니다.
2. 신고구분(배치/배치폐지)을 선택합니다.
3. 단지검색으로 대상 단지를 검색하여 단지정보와 사업자번호를 불러옵니다.
4. 접수일자를 입력합니다.
5. 신고인정보(법인명칭, 대표성명, 허가번호, 전화번호)가 자동으로 채워졌는지 확인합니다.
6. 배치장소정보에서 주소검색으로 배치장소를 입력하고 전화번호를 입력합니다.
7. 배치정보에서 배치일시, 배치폐지(예정)일시, 경비의 목적/내용을 선택합니다.
8. 경비원정보 테이블에 경비원별 성명, 주민등록번호, 배치경비업무, 신임교육이수증교부번호를 입력하고, 인원이 여러 명이면 \[추가] 버튼으로 행을 늘립니다.
9. 관할경찰서정보(관할경찰서, 신고서전송이메일)를 확인합니다.
10. \[미리보기]로 최종 양식을 확인한 후, \[임시저장] 또는 발송 처리합니다.

### 주의사항

* 경비원 주민등록번호 등 개인정보가 포함되므로 작성·열람 권한이 있는 담당자만 접근해야 합니다.
* 신고인정보(법인명칭, 허가번호 등)가 회사정보관리 화면의 정보와 다를 경우, 회사정보관리에서 먼저 수정한 뒤 신고서를 작성해야 합니다.
* 배치일시와 배치폐지(예정)일시는 경비업법상 신고 기한과 직결되므로 정확하게 입력해야 합니다.
* "미리보기"만으로는 관할 경찰서에 제출되지 않으며, 별도의 발송/제출 처리가 필요합니다.


---

# 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-2/2./2-3.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.
