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

# 블랙리스트

상단 메뉴 **블랙리스트** 메뉴에서 일정 기간 동안 반복 적발되거나 신고된 차량의 확인하고, 각 차량의 단속/신고일자 목록을 확인ㅇ니다. 판정 **기준** 자체는 [설정](/dansokgogo/undefined-1/web/settings.md)에서 관리합니다.

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

## 블랙리스트 분류 (탭)

* **미등록 차량** — 일정 기간 동안 반복 단속된 미등록 차량
* **질서위반 차량** — 반복 신고된 차량(주민·순찰자 신고 합계)

## 기간 필터

상단의 빠른 선택 버튼으로 기간을 좁힙니다.

* 최근 1주 / 2주 / 3주 / 1달 / 2달
* **직접 선택** — 시작일/종료일 자유 지정

## 활용 팁

* 위반 횟수를 단계적으로 낮춰가며 어느 임계치에서 차량 수가 급증하는지 확인하면 합리적인 기준선을 정할 수 있습니다.
* 해당 차량이 실제로는 입주민 차량이라면 등록하지 않고 주차를 하거나 방문차량으로 등록하고 주차를 하고 있는지 확인해 보시기 바랍니다.
* 위반 신고 탭의 반복 차량은 관리사무소에서 차주에게 직접 안내하는 절차로 이어가도록 운영하세요.

## 관련 설정

블랙리스트 판정 기준(기간·단속 횟수)은 [설정](/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/blacklist.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.
