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

# 홈 화면

앱 홈 화면에서는 현재 선택된 아파트 정보와 관리자가 모바일에서 사용할 수 있는 핵심 기능을 확인할 수 있습니다.

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

## 화면 구성

| 영역                | 설명                                                                              |
| ----------------- | ------------------------------------------------------------------------------- |
| 상단 제목             | 현재 선택된 아파트명·지역 + **관리자** 권한 뱃지                                                  |
| 설정 버튼(⚙️)         | <p>우측 상단<br>앱 설정 화면으로 이동</p>                                                    |
| **단속 시작**(빨간색 카드) | <p><a href="/pages/iyjuuPjdOudxPrReDun6">번호판 스캔</a> 진입<br>관리자도 순찰자와 동일하게 사용</p> |
| **차량 신고**(검정색 카드) | <p>위반 신고 진입<br>관리자가 직접 위반을 등록할 때 사용</p>                                         |
| 추가 메뉴             | <p>우측 하단 플로팅 버튼<br>관리자가 주로 사용하는 메뉴 그룹</p>                                       |

## 주요 동작

* **단속 시작** → [번호판 스캔](/dansokgogo/undefined-1/app/scan.md) 화면으로 진입합니다. 사용 방식은 순찰자와 동일합니다.
* **차량 신고** → 위반 신고 화면으로 진입합니다.
* 추가메뉴 → **QR로 순찰자 추가**, **웹 인증**으로 이동합니다.
* **설정(⚙️)** → 내 정보 관리, **차량 번호 동기화**로 이동합니다.

## 추가 메뉴 (관리자용)

<figure><img src="/files/FmFkwoSNRmCVNsvcL3xr" alt="" width="375"><figcaption></figcaption></figure>

| 메뉴             | 설명                                                                                                                                        |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| **QR로 순찰자 추가** | 1분 자동 갱신 QR을 띄워, 대상자가 본인 앱에서 스캔하면 순찰자로 즉시 등록됩니다. 웹 관리자 페이지의 [운영 멤버 관리 - 순찰자 추가 - QR로 추가](/dansokgogo/undefined-1/web/members.md)와 동일 플로우. |
| **웹 인증**       | 웹 관리자 화면에서 표시한 QR을 모바일 앱으로 스캔해 PC 로그인을 인증합니다.                                                                                             |

## 설정 메뉴 (관리자용)

| 메뉴          | 설명                               |
| ----------- | -------------------------------- |
| 내 정보 관리     | 프로필·닉네임 수정, 로그아웃, 회원 탈퇴          |
| 차량 번호 동기화하기 | 관리자가 등록한 정기차량 데이터를 앱에 다시 내려받습니다. |

## 유의사항

관리자라도 **현장 단속 스캔**은 순찰자와 같은 방식으로 수행합니다. 다만, 대부분의 관리 업무(차량 등록, 통계 확인, 결제 등)는 모바일이 아니라 [웹 관리자 페이지](/dansokgogo/undefined-1/web.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/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.
