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

# 시작하기

입주민은 **별도의 권한 신청·승인 없이** 단속고고를 사용할 수 있습니다. 새 가입 흐름은 다음과 같습니다.

1. [**계정 생성**](/dansokgogo/undefined-3/getting-started/account.md) — 카카오/Google/Apple 로그인
2. **자동으로 개인회원(무료 체험)** 상태로 홈에 진입
3. 홈의 **"무료 체험 중"** 안내 배너에서 **자세히 보기** → 아파트 회원 안내 페이지
4. **"아파트 회원으로 전환하기"** 버튼 → 역할 선택에서 **입주민** 선택
5. [**아파트 선택**](/dansokgogo/undefined-3/getting-started/apartment-selection.md) — 거주 중인 아파트를 선택하면 **즉시 입주민 전환 완료**

<div><figure><img src="/files/pNAA7c3jb8HwPAeNDLMB" alt=""><figcaption><p>1) 아파트 회원 안내 화면</p></figcaption></figure> <figure><img src="/files/jWmsl1TH10s6NXJ73Nyo" alt=""><figcaption><p>2) 역할 선택 화면 > 입주민</p></figcaption></figure> <figure><img src="/files/v6SFvJb3wCtVG5kaTxZo" alt=""><figcaption><p>3) 아파트 선택화면</p></figcaption></figure></div>

## 흐름 요약

```
로그인 → 자동 개인회원 → 무료 체험 배너 → 자세히 보기 → 역할 선택(입주민) → 아파트 선택 → 입주민 활성화
```

* 입주민 전환에는 **관리자 승인 절차가 필요하지 않습니다.**
* 단, **관리자가 등록된 아파트** + **관리사무소가 입주민 신고 기능을 켠 아파트** 만 선택할 수 있습니다.
* 이미 입주민이라면 [홈 → 설정 → 아파트 변경](/dansokgogo/undefined-3/app/mypage.md)에서 같은 흐름으로 다른 아파트로 변경할 수 있습니다.

## 이어지는 단계

* 메인 액션: [주차질서 위반 신고](/dansokgogo/undefined-3/app/violation-report.md)
* 앱 사용: [앱 사용법 개요](/dansokgogo/undefined-3/app.md)
* 관리사무소로부터 받은 공개 리포트 링크: [공개 웹 리포트](/dansokgogo/undefined-3/web.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.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.
