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

# 순찰자 권한 받기

> ℹ️ 순찰자는 아파트를 직접 선택하지 않습니다. **관리자가 발급한 초대 QR을 스캔하면, 그 관리자의 아파트가 자동으로 본인 계정에 매핑**됩니다.

## 권장 경로 — QR 스캔으로 자동 매핑

순찰자 가입의 표준 경로입니다. 절차는 다음과 같습니다.

1. [계정 생성](/dansokgogo/undefined-2/getting-started/account.md) 후 자동으로 개인회원(무료 체험) 상태로 홈에 진입.
2. 홈의 **"무료 체험 중"** 배너 → **자세히 보기** → **"아파트 회원으로 전환하기"**.
3. 역할 선택에서 **순찰자** 카드 선택 → 카메라가 열리며 **순찰자 QR 스캔** 화면이 시작됩니다.
4. 관리자 화면에 표시된 **초대 QR**을 카메라로 비춥니다.
5. **"순찰자 등록 완료"** 안내가 표시되면 **해당 관리자의 아파트**의 순찰자로 즉시 등록됩니다.

<div><figure><img src="/files/gUJv92YTI6TaH6ELUrHG" alt=""><figcaption><p>아파트 회원 안내 화면</p></figcaption></figure> <figure><img src="/files/jWmsl1TH10s6NXJ73Nyo" alt=""><figcaption><p>역할 선택 화면 > 순찰자 선택</p></figcaption></figure> <figure><img src="/files/S2auWWBlZFf492rthLWN" alt=""><figcaption><p>QR로 순찰자 추가 화면</p></figcaption></figure> <figure><img src="/files/IXKUMXbwCJfTzZT5YOXs" alt=""><figcaption><p>웹어드민 순찰자 추가 화면(관리자용)</p></figcaption></figure></div>

> 별도의 광역시/도·아파트 선택 화면을 거치지 않습니다. 본인이 어떤 아파트로 등록되었는지는 홈 상단 아파트명·뱃지로 확인할 수 있습니다.

## 다른 아파트로 이동하려면

다른 아파트에서 순찰을 시작하려면, 새 아파트의 관리자에게 **새 QR 발급**을 요청한 뒤 다시 스캔하세요. 기존 권한은 관리자가 [운영 멤버 관리](/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-2/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.
