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

# 계정 생성

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

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

## 입주민에게만 해당하는 안내

* 단속고고는 회원 가입 시 이메일/닉네임/프로필 이미와 차량 스캔 시 **차량번호 외 다른 개인정보를 수집하지 않습니다.**
* 개인회원(무료 체험) 상태에서는 차량 신고 카드가 **"아파트 회원 전용"** 배지와 함께 비활성으로 표시됩니다.

## 다음 단계

입주민으로 전환하려면 [아파트 선택](/dansokgogo/undefined-3/getting-started/apartment-selection.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/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.
