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

# 차량 스캔 현황

상단 메뉴 **차량 스캔 현황** 메뉴에서 순찰자(및 관리자)가 현장에서 스캔한 모든 차량 기록을 조회합니다.

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

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

* **차주가 "내 차가 단속됐다고요?" 라고 문의** — 차량번호 끝 4자리 필터로 즉시 검색해 단속 시각·사진·등록 여부를 함께 보여 줍니다.
* **번호판 오인식 점검** — 같은 차량이 비슷하지만 다른 번호로 반복 잡힌다면 스캔 이미지를 클릭해 실제 번호판과 대조하고, 단속고고 고객센터에 검수를 요청합니다.

## 회차·기간 빠른 선택

상단 회차 선택 영역에서 자주 쓰는 기간으로 즉시 필터링할 수 있습니다.

* **오늘 / 어제** — 단일 회차 기준
* **최근 1주일** — 시작일·종료일 자동 채움
* **직접 선택** — 시작일/종료일을 자유롭게 지정

## 추가 필터

* **차량 유형** — 주민 정기·외부 정기·방문·미등록 등
* **차량번호 끝 4자리** — 부분 검색

## 표시 항목

<table><thead><tr><th width="156.68359375">컬럼</th><th>설명</th></tr></thead><tbody><tr><td><strong>차량번호</strong></td><td>인식된 전체 번호판</td></tr><tr><td><strong>스캔 이미지</strong></td><td>썸네일. <strong>클릭 시 큰 이미지 미리보기 다이얼로그</strong>가 열립니다.</td></tr><tr><td><strong>위치</strong></td><td>스캔 위치 (입력된 경우)</td></tr><tr><td><strong>유형</strong></td><td>등록/미등록 등 자동 판정 결과</td></tr><tr><td><strong>회차</strong></td><td>단속 회차</td></tr><tr><td><strong>보고 시간</strong></td><td>스캔 시각</td></tr><tr><td><strong>보고자</strong></td><td>스캔을 수행한 멤버 닉네임</td></tr></tbody></table>

## 활용 팁

* 필터를 날짜별로 좁히면 특정 순찰 회차의 스캔 결과만 확인할 수 있습니다.
* 미등록 차량의 반복 출현 여부는 [블랙리스트](/dansokgogo/undefined-1/web/blacklist.md) 기준과 함께 확인하면 좋습니다.
* 스캔 회차 기준 시간은 [설정](/dansokgogo/undefined-1/web/settings.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/web/scan-report.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.
