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

# 아파트 변경

이미 가입된 아파트가 아닌 다른 아파트의 입주민으로 소속을 변경하는 기능입니다.

## 이런 상황에 사용하세요

* **이사** — 새 아파트로 이사한 뒤 단속고고에서도 거주 아파트를 바꿔야 할 때.
* **잘못된 아파트로 가입했을 때** — 이름이 비슷한 아파트를 잘못 선택했을 때 다시 올바른 아파트로 바꿉니다.

## 사용 절차

1. [홈 화면](/dansokgogo/undefined-3/app/home.md) 우측 상단 **설정(⚙️) 버튼** → 설정 페이지 → **아파트 변경** 을 누릅니다.
2. [역할 선택 → 아파트 선택](/dansokgogo/undefined-3/getting-started/apartment-selection.md) 흐름이 다시 시작됩니다.
3. **광역시/도 → 시/군 → 구/읍/면·동 → 아파트** 순서로 새 거주 아파트를 선택합니다.
4. **"아파트 변경"** 확인 다이얼로그에서 **변경** 을 누르면 기존 아파트 소속이 자동으로 해제되고 새 아파트의 입주민으로 즉시 전환됩니다.

## 변경할 수 없는 경우

다음 조건의 아파트는 선택 시 안내 다이얼로그가 뜨고 변경이 차단됩니다. 자세한 내용은 [아파트 선택](https://chord-on-code.gitbook.io/dansokgogo/undefined-3/app/pages/cJuOaOQKhhF8WzJ8JVCp#선택할-수-없는-아파트)을 참고하세요.

* 관리자가 아직 등록되지 않은 아파트
* 관리사무소가 입주민 신고 기능을 꺼둔 아파트
* 이미 같은 아파트의 입주민인 경우

## 변경 후

* 기존 아파트에 누적된 본인의 신고 이력은 그 아파트의 데이터로 남으며, 새 아파트에서는 새로 시작합니다.
* 홈 제목의 아파트명·지역 뱃지가 새 아파트로 즉시 갱신됩니다.


---

# 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/apartment-change.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.
