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

# 홈 화면

앱 홈 화면에서는 현재 선택된 아파트 정보와 순찰에 필요한 핵심 기능을 확인할 수 있습니다.

<figure><img src="/files/kZaGejKtbIuWF425Ga7c" alt="" width="188"><figcaption></figcaption></figure>

## 화면 구성

| 영역                | 설명                                                                                   |
| ----------------- | ------------------------------------------------------------------------------------ |
| 상단 제목             | 현재 선택된 아파트명·지역 + **순찰자** 권한 뱃지(주황색)                                                  |
| 설정 버튼(⚙️)         | 우측 상단. 앱 설정 화면으로 이동                                                                  |
| **단속 시작**(빨간색 카드) | 순찰자의 메인 액션. [번호판 스캔](/dansokgogo/undefined-2/app/scan.md) 진입                         |
| **차량 신고**(검정색 카드) | [주차질서 위반 신고](/dansokgogo/undefined-2/app/violation-report.md) 진입. 단속 없이 신고만 등록할 때 사용 |

## 주요 동작

* **단속 시작** → 카메라/만보계 권한 확인 후 [번호판 스캔](/dansokgogo/undefined-2/app/scan.md) 화면으로 진입합니다. 처음 실행할 때는 카드가 로딩 상태로 잠깐 바뀔 수 있습니다.
* **차량 신고** → [주차질서 위반 신고](/dansokgogo/undefined-2/app/violation-report.md) 화면으로 진입합니다.
* **설정(⚙️)** → 내 정보 관리, 차량 번호 동기화로 이동합니다.

## 설정 메뉴(순찰자용)

<table><thead><tr><th width="202.0546875">메뉴</th><th>설명</th></tr></thead><tbody><tr><td>내 정보 관리</td><td>프로필·닉네임 수정, 로그아웃, 회원 탈퇴</td></tr><tr><td>차량 번호 동기화하기</td><td>관리자가 등록한 정기차량 데이터를 앱에 다시 내려받습니다. 동기화 시각이 함께 표시됩니다.</td></tr></tbody></table>

## 유의사항

* 순찰자 권한이 아직 활성화되지 않았다면 단속 시작 버튼이 비활성화되어 보일 수 있습니다. 관리자의 QR을 스캔해 권한을 활성화하세요. 자세한 절차는 [시작하기](/dansokgogo/undefined-2/getting-started.md)를 참고하세요.
* 단속 **회차(차수)** 는 관리자가 [설정](/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-2/app/home.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.
