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

# 주차질서 위반 신고

위반 신고 화면의 사용법은 **입주민·순찰자와 동일**합니다. 자세한 내용은 [**입주민 매뉴얼 — 주차질서 위반 신고**](/dansokgogo/undefined-3/app/violation-report.md) 를 참고하세요.

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

* **현장 점검 중 위반 발견** — 사무실에서 단지 점검을 돌다가 직접 위반을 확인했을 때 모바일에서 즉시 신고합니다.
* **순찰자 부재 시 대응** — 순찰자가 자리를 비웠을 때 민원이 들어오면 관리자가 대신 신고해 기록을 남깁니다.
* **민원 증빙 자료 보강** — 입주민·순찰자 신고에 추가 사진이 필요할 때 직접 추가 신고로 보강할 수 있습니다.

## 관리자가 직접 신고할 때 유의사항

* 신고 결과는 [주차질서 위반 신고 현황](/dansokgogo/undefined-1/web/violation-report.md)에 누적되며, 신고자 역할은 **관리자**로 표시됩니다.
* 신고 내용 수정·삭제는 [웹 관리자 페이지](/dansokgogo/undefined-1/web/violation-report.md)에서 가능합니다. 모바일 앱에서는 등록만 지원됩니다.
* 반복 위반 차량은 [블랙리스트](/dansokgogo/undefined-1/web/blacklist.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/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.
