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

# 주차질서 위반 신고

위반 신고 화면의 진입·번호판 입력·사진 첨부·메모·제출 등 기본 사용법은 **입주민과 동일**합니다. 자세한 내용은 [**입주민 매뉴얼 — 주차질서 위반 신고**](/dansokgogo/undefined-3/app/violation-report.md) 를 참고하세요.

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

* **소화전·비상통로 막힘 발견** — 즉시 사진을 첨부해 신고하면 관리사무소가 차주에게 안내·이동 요청을 할 수 있습니다.
* **반복 이중주차 차량 기록** — 같은 차량이 같은 위치에서 반복적으로 이중주차 할 때 사진과 메모로 기록을 누적해 두면 블랙리스트 판정과 차주 안내 근거가 됩니다.
* **민원이 발생한 사례 증빙** — "내 차가 막혔다"는 민원이 들어왔을 때 막은 차량을 사진으로 신고해 객관적 증빙으로 남깁니다.

## 순찰자 전용 진입 경로 — 단속 중 신고

순찰자는 입주민과 달리 두 가지 경로로 위반 신고를 시작할 수 있습니다.

1. **단속 중 신고** — [번호판 스캔](/dansokgogo/undefined-2/app/scan.md) 결과 화면에서 위반 차량을 발견했을 때, 결과 화면의 **신고** 옵션을 선택해 곧바로 등록할 수 있습니다.
2. **홈 화면 차량 신고** — 단속을 진행하지 않고 신고만 할 때는 홈 화면의 **차량 신고** 카드를 눌러 별도 신고 화면으로 진입.

## 순찰자 신고 시 추가 주의

* **사실 관계 확인** — 일시적으로 정차 중인 차량인지, 실제로 주차질서 위반에 해당하는지 확인 후 등록하세요.
* **중복 신고 방지** — 같은 회차 내 같은 차량을 반복 신고하면 관리자의 확인 업무에 부담을 줄 수 있습니다. 끝 4자리 중복 확인 다이얼로그를 활용하세요.
* **수정·삭제는 관리자에게 요청** — 신고 자체의 수정·삭제는 순찰자 앱에서 직접 지원되지 않습니다.


---

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