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

# 계정 생성

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

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

<figure><img src="/files/DtHsai25M0M9NlFJOWl3" alt="" width="188"><figcaption></figcaption></figure>

## 관리자에게만 해당하는 안내

* 모바일 앱과 웹 관리자 페이지(`https://admin.dansokgogo.com/`)는 **같은 소셜 계정**으로 로그인합니다.
* PC 웹 관리자 로그인은 모바일 앱의 **웹 인증(QR)** 메뉴로 빠르게 인증할 수 있습니다.

## 다음 단계

관리자로 전환하려면 [아파트 선택](/dansokgogo/undefined-1/getting-started/apartment-selection.md) → [관리자 권한 신청](/dansokgogo/undefined-1/getting-started/role-request.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-1/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.
