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

# 앱(모바일) 사용법

단속고고 모바일 앱은 현장에서의 **번호판 스캔(단속)** 과 **순찰자 QR 추가** 등 빠른 운영 작업에 최적화되어 있습니다. 관리자(매니저)는 다음 기능을 사용할 수 있습니다.

* [홈 화면](/dansokgogo/undefined-1/app/home.md) — 현재 아파트 정보, 단속/신고 카드, 추가 메뉴(우측 하단), 설정 진입
* [단속 시작 — 번호판 스캔](/dansokgogo/undefined-1/app/scan.md) — 현장 단속 (순찰자와 동일 UX)
* [주차질서 위반 신고](/dansokgogo/undefined-1/app/violation-report.md) — 위반 차량을 사진과 함께 등록 (입주민·순찰자와 동일 UX)
* [QR로 순찰자 추가](/dansokgogo/undefined-1/app/patrol-invite.md) — 홈 화면 추가 메뉴. 1분 갱신 QR로 순찰자 즉시 등록
* [웹 인증](/dansokgogo/undefined-1/app/web-auth.md) — 홈 화면 추가 메뉴. PC 웹 관리자 페이지 QR 로그인
* [차량 번호 동기화](/dansokgogo/undefined-1/app/car-sync.md) — 설정 페이지. 정기차량 목록을 앱에 다시 내려받기
* [내 정보 관리](/dansokgogo/undefined-1/app/mypage.md) — 프로필 관리, 로그아웃, 회원 탈퇴

> ℹ️ 운영 멤버 관리·차량번호 대량 등록·차트·결제 등 상세한 관리 업무는 [웹 관리자 페이지](/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.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.
