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

# 앱(모바일) 사용법

개인회원(무료 체험)이 모바일 앱에서 사용할 수 있는 기능은 다음과 같습니다.

* [홈 화면](/dansokgogo/undefined/app/home.md) — 무료 체험 안내 배너, 차량번호 관리 카드, 단속 시작 카드, 비활성 차량 신고 카드, 설정 진입
* [차량 번호 관리](/dansokgogo/undefined/app/my-cars.md) — 체험용 차량을 직접 등록·삭제(수정 없음). 무료 체험 한도 적용
* [단속 시작 — 번호판 스캔](/dansokgogo/undefined/app/scan.md) — 카메라로 체험용 차량 번호판을 스캔해 인식 결과와 등록 차량 매칭을 시험
* [내 정보 관리](/dansokgogo/undefined/app/mypage.md) — 프로필 수정, 로그아웃, 회원 탈퇴

> ℹ️ 차량 신고·운영 멤버 관리·통계·결제 등 아파트 단위 기능은 [아파트 회원으로 전환](/dansokgogo/undefined/getting-started/upgrade.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/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.
