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

# 시작하기

개인회원은 단속고고를 가입 직후 즉시 사용할 수 있습니다. 별도의 아파트 선택·권한 신청이 필요하지 않습니다.

1. [**계정 생성**](/dansokgogo/undefined/getting-started/account.md) — 카카오/Google/Apple 로그인
2. **자동으로 개인회원(무료 체험)** 상태로 홈에 진입
3. (선택) [**차량 번호 관리**](/dansokgogo/undefined/app/my-cars.md)에서 시험에 쓸 체험용 차량을 등록
4. (선택) [**단속 시작**](/dansokgogo/undefined/app/scan.md)에서 등록한 체험용 차량 번호판을 카메라로 스캔해 인식 결과 시험
5. 필요해지면 [**아파트 회원으로 전환하기**](/dansokgogo/undefined/getting-started/upgrade.md) — 관리자/순찰자/입주민 중 하나로 업그레이드

## 흐름 요약

```
소셜 로그인 → 자동 개인회원 → 홈 진입 → (필요 시 차량 등록 / 스캔 시험)
```

* 가입 직후 홈 상단에 **"무료 체험 중"** 안내 배너가 표시됩니다.
* 홈 제목 영역에는 아파트명 대신 **"무료 체험 중"** 이 표시됩니다.
* 본격적인 단속·신고·통계·결제를 사용하려면 [아파트 회원으로 전환하기](/dansokgogo/undefined/getting-started/upgrade.md)를 진행하세요.

## 다음 단계

* 체험용 차량 등록·관리: [차량 번호 관리](/dansokgogo/undefined/app/my-cars.md)
* 번호판 스캔 시험: [단속 시작 — 번호판 스캔](/dansokgogo/undefined/app/scan.md)
* 본격 사용: [아파트 회원으로 전환하기](/dansokgogo/undefined/getting-started/upgrade.md)
* 더 이상 사용하지 않는 경우: [회원 탈퇴 (계정 삭제)](/dansokgogo/undefined/getting-started/account-deletion.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/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.
