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

# 홈 화면

개인회원(무료 체험) 상태에서 보이는 홈 화면입니다.

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

## 화면 구성

<table><thead><tr><th width="224.62109375">영역</th><th>설명</th></tr></thead><tbody><tr><td>상단 제목</td><td><strong>"무료 체험 중"</strong> 텍스트 (아파트 회원 전환 전에는 아파트명·역할 뱃지 미표시)</td></tr><tr><td>설정 버튼(⚙️)</td><td>우측 상단. 앱 설정 화면으로 이동</td></tr><tr><td><strong>무료 체험 중 배너</strong></td><td>본문 상단. <strong>전환하기</strong> 버튼을 누르면 <a href="/pages/9y0rccWckMy0zrU8m8Fc">아파트 회원 안내</a> 페이지로 이동</td></tr><tr><td><strong>차량번호 관리(녹색 카드)</strong></td><td>체험용으로 테스트할 차량번호를 등록 관리합니다.</td></tr><tr><td><strong>단속 시작</strong>(빨간색 카드)</td><td>카메라로 <a href="/pages/mohK478ZcEjyKx8yzkSS">번호판 스캔 시험</a>을 수행. <a href="/pages/tyWHwXXEvFZI2L1kgJZ1">등록해 둔 체험용 차량</a>에 한해 매칭 결과가 표시됩니다.</td></tr><tr><td><strong>차량 신고</strong>(회색 카드)</td><td>비활성. 우측에 <strong>"아파트 회원 전용"</strong> 배지가 표시됩니다.</td></tr></tbody></table>

## 주요 동작

* **전환 하기 보기 (배너)** → [아파트 회원 안내 → 역할 선택](/dansokgogo/undefined/getting-started/upgrade.md)
* 차량번호 관리 → 테스트할 차량번호를 등록하는 [차량번호 관리 화면](/dansokgogo/undefined/app/my-cars.md)으로 진입
* **단속 시작** → 카메라/만보계 권한 확인 후 [번호판 스캔](/dansokgogo/undefined/app/scan.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/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.
