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

# 단속 시작 — 번호판 스캔

[홈 화면](/dansokgogo/undefined/app/home.md)의 **단속 시작** 카드를 누르면 카메라로 번호판을 인식하는 화면이 열립니다. 개인회원 단계에서는 [등록해 둔 체험용 차량](/dansokgogo/undefined/app/my-cars.md)에 한해 결과가 표시됩니다.

<figure><img src="/files/1bbg9JyqPIqm4odkunsy" alt="" width="188"><figcaption></figcaption></figure>

<figure><img src="/files/1bbg9JyqPIqm4odkunsy" alt="" width="188"><figcaption></figcaption></figure>

## 사용 방법

스캔 화면의 진입 권한, 카메라 인식, 직접 입력, 만보계, 세션 복원, 자동 일시정지 등 모든 사용법은 순찰자와 완전히 동일합니다. 자세한 내용은 [**순찰자 매뉴얼 — 단속 시작**](/dansokgogo/undefined-2/app/scan.md) 을 참고하세요.

## 개인회원(무료 체험)에서의 차이점

* 체험용으로 등록해 둔 번호 외의 번호판은 모두 **미등록 차량**으로 표시됩니다.
* 무료 체험에서의 단속 결과는 아파트 운영에 영향을 주지 않으며, 통계·리포트에도 사용되지 않습니다.
* 시험해 보고 싶은 차량 번호를 [차량 번호 관리](/dansokgogo/undefined/app/my-cars.md)에 미리 등록해 두면, 스캔 결과가 **등록 차량**으로 표시되는지 확인할 수 있습니다.

## 본격 사용을 원한다면

본격적인 단속 업무·아파트 운영은 [아파트 회원으로 전환](/dansokgogo/undefined/getting-started/upgrade.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/scan.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.
