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

# 주차질서 위반 신고 현황

상단 메뉴 **주차질서 위반 신고 현황** 메뉴에서 순찰자와 입주민이 등록한 모든 위반 신고를 조회합니다. 입주민 신고가 활성화되어 있는 경우([설정 - 입주민 신고 기능](/dansokgogo/undefined-1/web/settings.md)), 입주민 신고도 같은 화면에서 함께 조회됩니다.

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

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

* **민원 접수 후 사실 확인** — "어제 우리 동 앞에 차가 막혀 있었다"는 민원이 들어왔을 때 날짜·차량번호로 필터링해 신고 사진을 함께 확인합니다.
* **차주 안내문 발송 준비** — 반복 신고된 차량의 번호·일시·사진을 모아 차주에게 발송할 안내문 자료로 사용합니다.
* **신고자별 활동 점검** — 신고자별 탭에서 누가 얼마나 신고했는지 확인해, 지나치게 많거나 부정확한 신고를 반복하는 입주민에게 개별 안내가 필요한지 검토합니다.

## 검색·필터

* 차량번호 검색창에 번호를 입력하면 해당 차량만 필터링됩니다.
* 날짜 범위 필터로 특정 기간 내 신고 내역만 확인할 수 있습니다.

## 신고자별 탭

상단의 탭으로 **전체 / 순찰자 / 입주민**별 신고를 분리해서 볼 수 있고, 입주민 탭에서는 신고자별로 그룹핑된 카드 뷰가 추가로 노출됩니다. 각 카드는 신고자의 닉네임, 신고 건수, 최근 신고 일시를 함께 표시합니다.

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

## 활용 팁

* 특정 차량이 반복적으로 신고되는지 파악해 [블랙리스트](/dansokgogo/undefined-1/web/blacklist.md)의 "질서위반 차량" 탭에서 추세를 확인하세요.
* [일별 현황](/dansokgogo/undefined-1/web/realtime.md)·[기간별 트렌드](/dansokgogo/undefined-1/web/stat.md)와 함께 보면 아파트 전체의 주차질서 상태를 한눈에 파악할 수 있습니다.
* [공개 리포트](/dansokgogo/undefined-3/web/public-report.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/violation-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.
