> For the complete documentation index, see [llms.txt](https://chord-on-code.gitbook.io/dansokgogo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/car-numbers.md).

# 차량 번호 관리

상단 메뉴 **차량 번호 관리** 메뉴에서 입주민 정기차량 목록을 관리합니다. 단건 등록·수정·삭제와 엑셀 대량 업로드를 지원합니다.

## 이런 상황에 사용하세요

* **단속고고 도입 첫 세팅** — 관리사무소에 보관 중인 입주민 정기차량 명부를 엑셀 템플릿에 옮겨 한 번에 등록합니다.
* **신규 입주민 차량 등록** — 한두 대 추가는 단건 등록이 빠릅니다. 동·호수·만료 기한을 함께 입력해 두면 추후 만료 관리가 쉬워집니다.(선택사항)
* **방문차량/외부정기차량 임시 등록** — 단기 거주자나 외부 사업장 차량을 방문/외부정기 유형으로 등록하면 단속 대상에서 제외됩니다.

<figure><img src="/files/tM1z85nRpOF2B9Dr2Qxp" alt=""><figcaption></figcaption></figure>

## 단건 등록

1. 오른쪽 상단의 "차량 단건 추가" 버튼을 클릭합니다.
2. 등록 팝업에 아래 정보를 입력합니다.
   * 차량 번호
   * 차량 유형 : 주민정기차량, 외부정기차량, 방문차량
   * 동·호수 (선택사항)
   * 전화번호 (선택사항)
   * 만료 기한 (선택사항)
3. **저장**을 클릭해 등록을 완료합니다.

![](/files/h5aS7GTkwGuCsJaQRIc2)<br>

## 수정·삭제

* **수정** — 목록에서 차량 행을 선택하고 **수정** 버튼을 눌러 값을 바꾼 뒤 저장합니다.
* **삭제** — 해당 행의 **삭제** 버튼을 누르면 확인 후 등록이 해제됩니다.

## 엑셀 대량 등록

<figure><img src="/files/OKy62chiLuhYJsGi0L73" alt="" width="375"><figcaption></figcaption></figure>

1. CSV 템플릿을 눌러 양식 파일을 내려받습니다.
2. 템플릿의 각 열(차량 번호, 유형, 동·호수(선택사항), 연락처(선택사항))을 채웁니다.
3. **업로드** 실행 버튼으로 파일을 업로드합니다.
4. **업로드 모드**를 선택합니다.
   * **추가/갱신(merge)** — 기존 차량은 그대로 두고 새 차량만 추가합니다. 신규 입주민 일괄 등록 시 사용.
   * **전체 교체(replace)** — 기존 정기차량 목록을 모두 비우고 업로드한 명부로 덮어씁니다. 연 1회 명부 갱신 등 전면 교체 시 사용.

> ⚠️ **전체 교체 모드**는 기존 차량을 모두 삭제합니다. 명부를 잘못 올리면 입주민 차량이 일시적으로 미등록으로 단속될 수 있으므로 사전 검증 결과를 반드시 확인하세요.

## 유의사항

* **차량 번호는 공백/하이픈 없이** 입력하세요. 예: `12가3456`
* 동일 차량 번호를 중복 등록하려 하면 오류가 표시됩니다.


---

# 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://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/car-numbers.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.
