> 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/getting-started/apartment-selection.md).

# 아파트 선택

[계정 생성](/dansokgogo/undefined-3/getting-started/account.md) 후 자동으로 진입한 **개인회원(무료 체험)** 상태에서, 본인 아파트를 선택해 입주민으로 전환합니다.

<div><figure><img src="/files/pNAA7c3jb8HwPAeNDLMB" alt=""><figcaption><p>1) 아파트 회원 안내 화면</p></figcaption></figure> <figure><img src="/files/jWmsl1TH10s6NXJ73Nyo" alt=""><figcaption><p>2) 역할 선택 화면 > 입주민</p></figcaption></figure> <figure><img src="/files/v6SFvJb3wCtVG5kaTxZo" alt=""><figcaption><p>3) 아파트 선택 화면</p></figcaption></figure></div>

## 입주민 전환 흐름

1. 홈 화면 상단의 **"무료 체험 중"** 안내 배너에서 전환하기를 누릅니다.
2. **"아파트 회원 안내"** 페이지에서 입주민·관리자 등 아파트 회원이 받는 기능을 확인한 뒤 하단의 **"아파트 회원으로 전환하기"** 버튼을 누릅니다.
3. **"역할 선택"** 화면에서 **입주민** 카드를 선택합니다.

   > *관리자가 등록된 아파트만 선택할 수 있습니다. 또한 입주민 신고 기능이 활성화된 아파트에서만 선택할 수 있습니다.(기본 선택 가능)"*
4. **광역시/도 → 시/군 → 구/읍/면·동 → 아파트** 순서로 거주 중인 아파트를 선택합니다.
5. **"입주민으로 전환"** 확인 다이얼로그에서 **전환**을 누릅니다.
6. 즉시 차량 신고 기능을 사용할 수 있는 홈 화면으로 진입합니다.

> ℹ️ 입주민 전환에는 **관리자 승인 절차가 필요하지 않습니다.** 아파트 선택과 동시에 즉시 활성화됩니다.

## 선택할 수 없는 아파트

다음 조건을 충족하지 못한 아파트는 선택 시 안내 다이얼로그가 뜨고 전환이 차단됩니다.

| 안내 메시지                                  | 의미                                                                                                                                    | 대응                       |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
| **"아직 해당 아파트에서 서비스가 사용되지 않고 있습니다"**     | 해당 아파트에 관리자가 등록되지 않은 상태                                                                                                               | 관리사무소에 단속고고 도입을 요청해 주세요. |
| **"이 아파트는 현재 입주민 신고 기능을 사용하지 않고 있습니다"** | 관리자가 [입주민 신고 기능](https://chord-on-code.gitbook.io/dansokgogo/undefined-3/getting-started/pages/FpSocJiZL7UBiuzMwhOa#입주민-신고-기능)을 꺼둔 상태 | 관리사무소에 활성화를 요청해 주세요.     |
| **"이미 이 아파트의 입주민입니다"**                  | 이미 같은 아파트의 입주민                                                                                                                        | 별도 행동 필요 없음.             |

## 아파트 변경 (이사 등)

이미 다른 아파트의 입주민인 상태에서 새 아파트를 선택하면 **"아파트 변경"** 다이얼로그가 표시됩니다. 변경을 누르면 기존 아파트 소속이 해제되고 새 아파트 입주민으로 전환됩니다.

자세한 메뉴 위치는 [내 정보 관리 - 아파트 변경](/dansokgogo/undefined-3/app/mypage.md)을 참고하세요.

## 무료 체험만 계속 사용하고 싶다면

아파트가 단속고고에 도입되어 있지 않거나, 아직 입주민으로 전환할 필요가 없다면 **개인회원(무료 체험)** 상태를 그대로 유지해도 됩니다. 무료 체험에서도 체험용 차량 등록·스캔 시험 등 일부 기능은 사용할 수 있습니다.

## 다음 단계

전환이 완료되면 [홈 화면](/dansokgogo/undefined-3/app/home.md)의 빨간색 **차량 신고** 카드가 활성화됩니다. 위반 차량 신고 절차는 [주차질서 위반 신고](/dansokgogo/undefined-3/app/violation-report.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/getting-started/apartment-selection.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.
