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

# 아파트 선택

[계정 생성](/dansokgogo/undefined-1/getting-started/account.md) 후 자동으로 진입한 **개인회원(무료 체험)** 상태에서, 관리할 아파트를 선택해 관리자 가입 절차를 시작합니다.

## 진입 절차

1. 홈 화면 상단의 **"무료 체험 중"** 안내 배너를 누릅니다.
2. **"아파트 회원 안내"** 페이지에서 관리자가 받는 기능을 확인한 뒤 하단의 **"아파트 회원으로 전환하기"** 버튼을 누릅니다.
3. **"역할 선택"** 화면에서 **관리자** 카드를 선택합니다.
4. **광역시/도 → 시/군 → 구/읍/면·동 → 아파트** 순서로 관리할 아파트를 선택합니다.

<div><figure><img src="/files/jWmsl1TH10s6NXJ73Nyo" alt=""><figcaption></figcaption></figure> <figure><img src="/files/BwKz2XqUMP4VRGux2Z1l" alt=""><figcaption></figcaption></figure> <figure><img src="/files/I6X8qcKJd01t6pQnU38A" alt=""><figcaption></figcaption></figure> <figure><img src="/files/l0sehEDXc3bM8aVSPG2L" alt=""><figcaption></figcaption></figure> <figure><img src="/files/dCF4t2Q7KoNwrOdVFoT1" alt=""><figcaption></figcaption></figure></div>

## 선택할 수 없는 아파트

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

| 안내 메시지                                   | 의미                                     | 대응                                                                                            |
| ---------------------------------------- | -------------------------------------- | --------------------------------------------------------------------------------------------- |
| **"이미 관리자가 등록되어 있거나 승인 대기 중인 신청이 있습니다"** | 해당 아파트의 관리자 자리가 이미 점유되었거나, 다른 신청이 대기 중 | 기존 관리자에게 [운영 멤버 관리 - 관리자 추가](/dansokgogo/undefined-1/web/members.md)에서 본인 이메일로 추가해 달라고 요청하세요. |

## 다음 단계

아파트 선택이 통과되면 자동으로 [관리자 권한 신청](/dansokgogo/undefined-1/getting-started/role-request.md)의 **사업자 등록증 업로드** 화면으로 이동합니다.

아파트가 목록에 없는 경우

* 단속고고 고객센터로 문의하시면 등록을 도와드립니다.

## 아파트 변경

관리자는 모바일 앱에서 아파트를 변경할 수 없습니다. 아파트를 옮겨야 한다면 기존 아파트의 다른 관리자에게 본인의 [역할 해제](/dansokgogo/undefined-1/web/members.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-1/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.
