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

# 공개 웹 리포트

단속고고는 아파트의 단속·위반 현황을 **로그인 없이 누구나 조회 가능한 공개 웹 리포트**로 제공합니다. 관리사무소가 전용 링크 또는 QR 코드를 공유하면, 입주민은 즉시 우리 아파트 리포트를 확인할 수 있습니다.

## 구성

* [리포트 조회](/dansokgogo/undefined-3/web/public-report.md) — 공개 리포트의 접속 방법과 화면 구성을 안내합니다.

## 접속 경로

1. 관리사무소가 카카오톡·문자·게시판·엘리베이터 게시 등으로 **리포트 링크 또는 QR 코드**를 공유합니다.
2. 입주민은 링크를 클릭하거나 QR을 스캔해 **로그인 없이** 리포트에 접속합니다.
3. 회차 기준 일시, 순찰대 활동 기록, 미등록·블랙리스트·주민 신고 현황, 최근 7일 트렌드 차트를 확인합니다.

## 왜 공개 리포트인가?

* **투명성** — 관리사무소가 단속을 실제로 수행하고 있음을 데이터로 증명합니다.
* **사생활 보호** — 개인정보가 포함되지 않은 **차량 번호·통계 데이터**만 공개됩니다. 신고자와 순찰자의 신원은 노출되지 않습니다.
* **신뢰 회복** — 소문·의심이 아닌 데이터로 소통해 관리사무소와 입주민 간 신뢰를 강화합니다.

## 리포트 갱신 주기

리포트는 회차(보통 1일) 단위로 매일 1회 자동 생성됩니다. 생성 시각은 관리사무소가 [설정](/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-3/web.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.
