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

# 앱(모바일) 사용법

단속고고 모바일 앱은 현장에서의 **번호판 스캔(단속)** 과 **주차질서 위반 신고**에 최적화되어 있습니다. 순찰자는 다음 기능을 사용할 수 있습니다.

* [홈 화면](/dansokgogo/undefined-2/app/home.md) — 현재 아파트 정보, 단속/신고 카드, 설정 진입
* [단속 시작 — 번호판 스캔](/dansokgogo/undefined-2/app/scan.md) — 카메라로 차량 번호판을 인식해 등록 여부 확인 (만보계·세션 복원·자동 일시정지 포함)
* [주차질서 위반 신고](/dansokgogo/undefined-2/app/violation-report.md) — 사진과 사유를 첨부해 위반 차량 신고
* [차량 번호 동기화](/dansokgogo/undefined-2/app/car-sync.md) — 설정 페이지. 정기차량 목록을 앱에 다시 내려받기
* [내 정보 관리](/dansokgogo/undefined-2/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-2/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.
