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

# 홈 화면

앱 홈 화면에서는 현재 선택된 아파트 정보와 입주민의 메인 액션인 **차량 신고**에 빠르게 진입할 수 있습니다.

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

## 화면 구성

| 영역                | 설명                                                                                    |
| ----------------- | ------------------------------------------------------------------------------------- |
| 상단 제목             | 현재 선택된 아파트명·지역 + **입주민** 권한 뱃지(파란색)                                                   |
| 설정 버튼(⚙️)         | 우측 상단. 앱 설정 및 [내 정보 관리](/dansokgogo/undefined-3/app/mypage.md) 진입                     |
| **차량 신고**(빨간색 카드) | 입주민의 메인 액션. [주차질서 위반 신고](/dansokgogo/undefined-3/app/violation-report.md) 화면으로 진입합니다. |
| 단속 시작(회색 카드)      | 비활성. "순찰자 용입니다" 배지가 표시됩니다. 입주민은 단속 스캔을 사용할 수 없습니다.                                    |

## 주요 동작

* **차량 신고** → [주차질서 위반 신고](/dansokgogo/undefined-3/app/violation-report.md)
* **설정(⚙️)** → 로그아웃, 프로필, 아파트 변경, 순찰자 가입(QR) 등 [내 정보 관리](/dansokgogo/undefined-3/app/mypage.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-3/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.
