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

# 계정 생성

단속고고 앱을 처음 실행하면 로그인 화면이 나타납니다. **카카오톡, Google, Apple** 소셜 계정 또는 **이메일**로 가입할 수 있습니다.

## 가입 방법

1. 단속고고 앱을 실행합니다.
2. 로그인 화면에서 원하는 방식의 버튼을 선택합니다.[GitBook AgentAgent](/dansokgogo/undefined/getting-started/account.md)
   * 카카오톡으로 계속하기
   * Google로 계속하기
   * Apple로 계속하기
3. 각 서비스의 인증 절차에 따라 로그인을 완료합니다.
4. 최초 가입 시 프로필(닉네임)이 자동 생성됩니다. 닉네임은 추후 [내 정보 관리](/dansokgogo/undefined/app/mypage.md)에서 변경할 수 있습니다.

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

## 가입 직후엔 자동으로 개인회원

가입이 완료되면 **별도의 아파트 선택 없이 자동으로 홈 화면**에 진입합니다. 이 시점에 본인은 **개인회원(무료 체험)** 상태이며 다음과 같이 표시됩니다.

* 앱바(상단 제목): **"무료 체험 중"**
* 홈 본문 상단: **"무료 체험 중"** 안내 배너 (전환하기 버튼)
* 차량번호 관리 카드: 활성화 (테스트해 볼 차량 등록 및 관리)
* 단속 시작 카드: 활성화 (등록한 차량으로 번호판 스캔 시험 가능)
* 차량 신고 카드: 비활성화 (배지 "아파트 회원 전용")

## 단속고고가 수집하는 정보

* 단속고고는 **차량번호 외 단속에 필요한 별도의 개인정보를 수집하지 않습니다.**
* 가입 시 사용한 소셜 계정의 이메일·닉네임·프로필 이미지만 식별 용도로 저장됩니다.


---

# 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/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.
