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

# 계정 생성

순찰자도 다른 모든 사용자와 동일하게 **소셜 로그인(카카오/Google/Apple)** 으로 가입합니다. 가입 직후엔 자동으로 **개인회원(무료 체험)** 상태가 되며, 별도의 아파트 선택은 강제되지 않습니다.

기본 가입 절차와 가입 직후 상태에 대한 상세 설명은 [**개인회원 매뉴얼 - 계정 생성**](/dansokgogo/undefined/getting-started/account.md) 을 참고해 주세요.

## 순찰자에게만 해당하는 안내

* **권장 닉네임** — 관리자가 운영 멤버 목록·QR 가입 결과 다이얼로그에서 본인을 식별하기 쉽도록 **실명 또는 식별 가능한 이름** 사용을 권장합니다.
* 이미 다른 아파트의 순찰자로 활동 중이라면, 새 아파트의 관리자에게 권한 회수를 요청한 뒤 새 QR을 스캔해 주세요.

## 다음 단계

순찰자로 활성화하려면 [시작하기](/dansokgogo/undefined-2/getting-started.md) 흐름에 따라 **관리자가 발급한 초대 QR을 스캔**하세요. QR 스캔과 동시에 즉시 순찰자 권한이 활성화됩니다.


---

# 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/account.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.
