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

# 시작하기

단속고고를 처음 사용하는 관리자는 다음 순서로 준비합니다. 각 단계별 상세 안내는 하위 페이지를 참고하세요.

1. [**계정 생성**](/dansokgogo/undefined-1/getting-started/account.md) — 카카오/Google/Apple 로그인
2. **자동으로 개인회원(무료 체험)** 상태로 홈에 진입
3. 홈의 **"무료 체험 중"** 안내 배너 → **전환하기** → **"아파트 회원으로 전환하기"**
4. **역할 선택** 화면에서 **관리자** 카드 선택
5. [**아파트 선택**](/dansokgogo/undefined-1/getting-started/apartment-selection.md) — 관리할 아파트를 선택
6. [**관리자 권한 신청**](/dansokgogo/undefined-1/getting-started/role-request.md) — 사업자 등록증 업로드 후 단속고고 고객센터에 승인 요청
7. [**승인 대기와 결과 확인**](/dansokgogo/undefined-1/getting-started/approval-result.md) — 승인 완료 시 관리 업무 시작

> 📷 *스크린샷 placeholder: 관리자 온보딩 흐름 (홈 → 자세히 보기 → 역할 선택 → 아파트 선택 → 사업자 등록증 업로드)*

<div><figure><img src="/files/5pC2x0ABcNGpNfPw99OC" alt="ㅂㅈㄷ"><figcaption><p>1) 홈 > 무료체험 중 배너</p></figcaption></figure> <figure><img src="/files/gUJv92YTI6TaH6ELUrHG" alt=""><figcaption><p>2) 아파트 회원 안내</p></figcaption></figure> <figure><img src="/files/jWmsl1TH10s6NXJ73Nyo" alt=""><figcaption><p>3) 역할 선택</p></figcaption></figure> <figure><img src="/files/v6SFvJb3wCtVG5kaTxZo" alt=""><figcaption><p>4) 아파트 선택</p></figcaption></figure> <figure><img src="/files/vKE2MV3v4eLicCZJYcaK" alt=""><figcaption><p>5) 사업자 등록증 업로드</p></figcaption></figure></div>

## 흐름 요약

```
로그인 → 자동 개인회원 → 무료 체험 배너 → 자세히 보기 → 역할 선택(관리자) → 아파트 선택 → 사업자 등록증 업로드 → (단속고고 고객센터 승인) → 관리 업무 시작
```

## 가입 경로 분기

* **첫 관리자로 신청하는 경우** — 사업자 등록증 업로드 → 단속고고 고객센터가 첨부 파일을 검토하여 승인합니다.
* **이미 관리자가 등록된 아파트** — 동일 아파트에 신규 관리자 신청은 차단됩니다(이미 관리자 또는 대기 중 신청이 있다는 안내 다이얼로그). 관리자 추가가 필요하면 **기존 관리자에게** [운영 멤버 관리 - 관리자 추가](/dansokgogo/undefined-1/web/members.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.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.
