> 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/patrol-join.md).

# QR 스캔으로 순찰자 가입하기

이미 입주민으로 가입된 상태에서, 관리자가 발급한 초대 QR을 스캔해 **순찰자 권한을 추가로 받는** 기능입니다.

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

* **관리사무소에서 순찰 인력으로 활동하기 시작할 때** — 입주민으로 단속고고를 이미 쓰고 있는데, 추가로 순찰 업무를 맡게 된 경우.
* **이웃 입주민이 순찰자로 합류** — 관리자가 모바일·웹에서 QR을 띄우면 그 자리에서 즉시 가입할 수 있습니다.

## 사용 절차

1. 관리자에게 **순찰자 초대 QR을 띄워 달라고** 요청합니다. 관리자는 [홈 화면 추가 메뉴 → QR로 순찰자 추가](/dansokgogo/undefined-1/app/patrol-invite.md) 또는 [웹 관리자 페이지 — 운영 멤버 관리 — 순찰자 추가 — QR로 추가](/dansokgogo/undefined-1/web/members.md) 에서 발급합니다.
2. 본인 앱 [홈 화면](/dansokgogo/undefined-3/app/home.md) 우측 상단 **설정(⚙️) 버튼** → 설정 페이지 → **QR 스캔으로 순찰자 가입하기** 를 누릅니다.
3. 카메라가 열리면 관리자 화면의 QR을 비춥니다.
4. **"순찰자 등록 완료"** 안내가 표시되면 즉시 순찰자 권한이 활성화되고, 홈 화면에 **단속 시작** 카드가 활성화됩니다.

## QR이 만료된 경우

QR은 보안을 위해 **1분마다 자동 갱신**됩니다. 만료 안내가 뜨면 관리자에게 새 QR을 띄워 달라고 요청한 뒤 다시 스캔하세요.

## 다음 단계

순찰자 권한이 활성화된 뒤의 사용법(번호판 스캔, 위반 신고 등)은 [순찰자 매뉴얼](/dansokgogo/undefined-2/patrol.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/patrol-join.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.
