> 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.md).

# 시작하기

순찰자는 **관리자가 발급한 초대 QR을 스캔**하면 즉시 권한이 활성화됩니다. 별도의 신청·승인 단계가 필요하지 않습니다.

1. [**계정 생성**](/dansokgogo/undefined-2/getting-started/account.md) — 카카오/Google/Apple 로그인
2. **자동으로 개인회원(무료 체험)** 상태로 홈에 진입
3. 홈의 **"무료 체험 중"** 안내 배너 → **자세히 보기** → **"아파트 회원으로 전환하기"**
4. **역할 선택** 화면에서 **순찰자** 카드 선택
5. **관리자가 발급한 초대 QR을 스캔** — 즉시 순찰자로 등록되어 단속 시작

> 📷 *스크린샷 placeholder: 순찰자 온보딩 흐름 (홈 → 자세히 보기 → 역할 선택 → QR 스캔)*

## 흐름 요약 (권장: QR 가입)

```
로그인 → 자동 개인회원 → 무료 체험 배너 → 자세히 보기 → 역할 선택(순찰자) → QR 스캔 → 즉시 활성화
```

* 순찰자 권한 활성화에는 **관리자 승인 절차가 필요하지 않습니다.** QR 스캔과 동시에 활성화됩니다.
* 입주민으로 가입한 뒤에도 [홈 → 설정 → "QR 스캔으로 순찰자 가입하기"](/dansokgogo/undefined-2/app/mypage.md)에서 같은 QR을 스캔해 순찰자로 승격할 수 있습니다.
* QR은 보안을 위해 **1분마다 자동 갱신**되므로, 만료 안내가 뜨면 관리자 화면의 새 QR을 다시 스캔하면 됩니다.

## QR을 받기 어렵다면

QR 발급을 받기 어려운 상황이라면, 관리자에게 **이메일로 등록**해 달라고 요청하세요. 관리자는 [운영 멤버 관리 — 순찰자 추가 — 이메일로 추가](/dansokgogo/undefined-1/web/members.md)에서 등록할 수 있습니다.

## 다음 단계

* 활성화 완료 후: [번호판 스캔](/dansokgogo/undefined-2/app/scan.md)에서 현장 단속을 시작합니다.
* 현장 위반 신고: [주차질서 위반 신고](/dansokgogo/undefined-2/app/violation-report.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.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.
