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

# QR로 순찰자 추가

[홈 화면](/dansokgogo/undefined-1/app/home.md)의 **추가 메뉴**(우측 하단 플로팅 버튼)에서 **QR로 순찰자 추가**를 선택하면, 1분마다 자동 갱신되는 초대 QR이 표시됩니다. 본인(순찰자 대상자) 앱으로 이 QR을 스캔하면 즉시 순찰자로 등록됩니다.

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

* **현장에서 즉시 등록** — 새로 합류한 경비/순찰 인력이 옆에 있을 때, PC 앞으로 이동할 필요 없이 모바일에서 바로 QR을 띄워 등록합니다.
* **이메일을 모를 때** — 대상자의 이메일을 모르거나 입력이 번거로울 때 QR이 가장 빠릅니다.
* **여러 명을 연속 등록** — 모달을 닫지 않고 두면 자동으로 새 QR이 갱신되므로, 두세 명을 연달아 스캔하게 할 수 있습니다.

## 사용 절차

1. [홈 화면](/dansokgogo/undefined-1/app/home.md) → 우측 하단의 **추가 메뉴(플로팅 버튼)** → **QR로 순찰자 추가** 를 선택합니다.<br>

   <figure><img src="/files/FmFkwoSNRmCVNsvcL3xr" alt="" width="375"><figcaption></figcaption></figure>
2. QR 모달이 열리고, 1분마다 자동으로 새 QR이 표시됩니다.<br>

   <figure><img src="/files/S2auWWBlZFf492rthLWN" alt="" width="188"><figcaption></figcaption></figure>
3. 등록 대상자가 본인 단속고고 앱에서 다음 중 하나의 경로로 스캔합니다.
   * 가입 직후 역할 선택 → **순찰자** 카드 → 카메라가 즉시 열림
   * 이미 입주민으로 가입된 사용자 → 설정 → **QR 스캔으로 순찰자 가입하기**
4. 스캔이 성공하면 모달이 자동으로 **"등록 완료"** 화면으로 전환되고, 대상자의 앱은 곧바로 순찰자 권한으로 활성화됩니다.

## QR 보안

* QR은 **1분마다 자동 갱신**됩니다. 시간이 지나 만료된 QR을 스캔하면 대상자 앱에 **"만료된 QR"** 안내가 표시됩니다.
* 한 번 사용된 QR은 **재사용할 수 없습니다.**
* QR 코드는 다른 사용자에게 노출되지 않도록 모달이 열린 상태로 두지 마세요.

## 동일 기능 — 웹 관리자 페이지

웹 관리자 페이지의 [운영 멤버 관리 — 순찰자 추가 — QR로 추가](/dansokgogo/undefined-1/web/members.md) 와 완전히 동일한 플로우입니다. PC 앞에서 작업 중이라면 그쪽이, 현장에서 즉시 등록할 때는 모바일 앱이 편리합니다.


---

# 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/app/patrol-invite.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.
