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

# 기간별 트렌드

상단 메뉴 **일/주별 트렌드** 메뉴에서 단속·신고·스캔 건수의 시계열 추이를 확인합니다. 일·주·요일 단위로 패턴을 비교해 순찰 스케줄을 조정하거나 운영 성과를 입주자대표회의에 보고할 때 사용합니다.

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

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

* **월간 운영 보고 자료 작성** — 입주자대표회의나 동대표 회의에 제출할 월간 단속·신고 성과를 "지난 달 대비 N% 감소" 형태로 정리할 때.
* **순찰 스케줄 최적화** — 요일별 트렌드를 보고 미등록 차량이 몰리는 요일(예: 금·토)에 순찰 시간을 늘리는 결정 근거로 활용합니다.
* **계도 효과 확인** — 블랙리스트 차주에게 안내문을 발송한 뒤, 미등록 차량 추이가 실제로 줄었는지 확인합니다.

## 빠른 기간 숏컷

화면 상단의 숏컷 버튼으로 자주 쓰는 기간을 한 번에 적용할 수 있습니다.

* **최근 7일 / 최근 30일 / 최근 90일**
* **직접 선택** — 시작·종료일을 자유롭게 지정

## 지원 차트

* **미등록 차량 단속 건수**
* **주차질서 위반 신고 건수**
* **총 스캔 건수**
* **차량 유형별 비교** — 주민정기·외부정기·방문·미등록을 한 차트에서 색상으로 분리 표시. 어떤 유형이 늘고 있는지 한눈에 비교할 수 있습니다.

## 기간 단위 전환

화면 상단의 기간 탭으로 **일별 · 주별 · 요일별**을 전환합니다.

<table><thead><tr><th width="116.62109375">단위</th><th>집계 기준</th><th>활용 시점</th></tr></thead><tbody><tr><td><strong>일별</strong></td><td>일자별 합계</td><td>최근 며칠 흐름 빠른 확인</td></tr><tr><td><strong>주별</strong></td><td><strong>일요일 시작 기준</strong>으로 주 단위 집계</td><td>월간 보고서, 격주 단위 비교</td></tr><tr><td><strong>요일별</strong></td><td>같은 기간 내 같은 요일끼리 묶어 합산 (월·화·…·일)</td><td>"금요일에 신고가 몰린다" 같은 패턴을 확인할 때</td></tr></tbody></table>

> ℹ️ 주별 집계의 시작 요일은 **일요일**입니다(국내 캘린더 관행 기준). 월요일 시작 기준으로 보던 다른 보고서와 비교 시 1일씩 차이가 날 수 있습니다.

## 활용 팁

* 요일·주 단위 패턴이 드러나는 경우가 많습니다. 특정 요일에 민원이 몰리면 순찰 스케줄 조정에 활용하세요.
* 월별 트렌드는 관리조합·입주자대표회의 공유 자료로 그대로 활용할 수 있습니다.


---

# 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/stat.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.
