> 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/app/my-cars.md).

# 차량 번호 관리

개인회원(무료 체험) 전용 차량 번호 관리 화면입니다. 테스트 차량을 직접 등록·삭제할 수 있으며, 등록한 차량은 [단속 시작](/dansokgogo/undefined/app/scan.md)에서 비교 대상이 됩니다.

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

## 진입 경로

[홈 화면](/dansokgogo/undefined/app/home.md) → **차량 번호 관리** (앞에 **"무료체험용"** 배지 표시)

## 화면 구성

<table><thead><tr><th width="250.625">영역</th><th>설명</th></tr></thead><tbody><tr><td><strong>무료 체험 안내 박스</strong></td><td>"무료 체험용으로 최대 10대까지 등록가능합니다. 아파트 회원으로 전환하시면 대수 제한없이 등록할 수 있습니다." + 전환하기 버튼. 박스 자체를 누르면 <a href="/pages/9y0rccWckMy0zrU8m8Fc">아파트 회원 안내</a>로 이동</td></tr><tr><td><strong>등록 대수</strong></td><td><code>현재 / 한도</code> 표시 (예: <code>2 / 10 대</code>)</td></tr><tr><td><strong>입력 영역</strong></td><td>차량번호 입력란 + <strong>등록</strong> 버튼</td></tr><tr><td><strong>목록</strong></td><td>등록된 차량 번호 + 등록 일시 + 우측 <strong>❌ 삭제</strong> 버튼</td></tr></tbody></table>

## 차량 등록

1. 입력란에 차량 번호를 한국 표준 형식으로 입력합니다. 올바른 형식이 아니면 입력이 되지 않습니다.
   * 형식: **숫자 2\~3자리 + 한글 1자 + 숫자 4자리** (예: `12가3456`, `123가3456`)
2. **등록** 버튼을 누릅니다.
3. 목록 상단에 새 차량이 추가됩니다.

### 등록 실패 케이스

<table><thead><tr><th width="160.90234375">메시지</th><th width="131.02734375">원인</th><th>대응</th><th>이미지</th></tr></thead><tbody><tr><td>"이미 등록된 번호"</td><td>중복</td><td>다른 번호 입력</td><td><img src="/files/Q2qPOEgXzEAOoKwWTQ8I" alt="" data-size="original"></td></tr><tr><td><strong>"등록 한도 초과"</strong> 다이얼로그</td><td>무료 체험 한도 도달</td><td><strong>아파트 회원 안내</strong> 버튼으로 이동해 <a href="/pages/9y0rccWckMy0zrU8m8Fc">아파트 회원으로 전환</a> 검토</td><td><img src="/files/34RG3TGraN3yQIfPhTDO" alt="" data-size="original"></td></tr></tbody></table>

## 차량 삭제

목록 우측의 **❌ 버튼**을 누르면 즉시 삭제됩니다(별도 확인 다이얼로그 없음).

> ⚠️ **수정 기능은 제공되지 않습니다.** 잘못된 번호를 등록한 경우 삭제 후 다시 등록해 주세요.

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

## 비어 있을 때

등록된 차량이 없으면 차량 아이콘과 함께 다음 안내가 표시됩니다.

> "등록된 차량이 없습니다." "위 입력란에 차량 번호를 입력해 등록하세요."

<figure><img src="/files/xz6FzNQKEge1HcLw03Jm" alt="" width="362"><figcaption></figcaption></figure>

## 한도 안내

* 무료 체험 한도는 10대입니다.
* 한도가 작게 느껴진다면 [아파트 회원으로 전환](/dansokgogo/undefined/getting-started/upgrade.md)을 검토해 주세요. 전환 후, 무료체험 기간 동안 더 많은 차량번호를 등록하여 테스트할 수 있습니다.

## 다음 단계

등록한 차량으로 [단속 시작](/dansokgogo/undefined/app/scan.md)에서 차량번호 인식과 등록 매칭을 시험해 보세요.


---

# 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/app/my-cars.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.
