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

# 단속 시작 — 번호판 스캔

홈 화면의 **단속 시작** 카드를 누르면 현장 단속을 위한 번호판 스캔 화면이 열립니다. 관리자도 순찰자와 동일한 방식으로 스캔을 사용할 수 있습니다.

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

## 사용 방법

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

## 관리자가 직접 단속할 때 유의사항

* 스캔 결과는 [차량 스캔 현황](/dansokgogo/undefined-1/web/scan-report.md)에서 순찰자의 스캔 결과와 함께 누적됩니다.
* 스캔 회차 기준 시간은 [설정](/dansokgogo/undefined-1/web/settings.md)에서 조정합니다. 순찰이 진행 중일 때는 변경하지 마세요.

## 보고·관리 업무는 웹에서

본격적인 등록·통계·결제 등 관리 업무는 [웹 관리자 페이지](/dansokgogo/undefined-1/web.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-1/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.
