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

# 앱 소개

단속고고는 아파트 주차장에서 발생하는 미등록 차량·주차질서 위반 등 주요 주차 문제를 해결하기 위해 개발된 주차 관리 솔루션입니다. 본 매뉴얼은 **아파트에 거주하는 입주민** 사용자를 대상으로 합니다.

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

## 입주민이 할 수 있는 일

* **소셜 로그인**으로 단속고고에 가입하고 본인 아파트를 선택합니다.
* 이중주차·통행 방해 등 **주차질서 위반 차량을 사진과 함께 신고**합니다.
* 관리사무소가 공유한 링크 또는 QR을 통해 **공개 웹 리포트**(우리 아파트의 단속·위반 현황)를 로그인 없이 확인합니다.
* 이사 시 **아파트 변경**을 통해 다른 아파트의 입주민으로 전환합니다.
* 관리자가 발급한 초대 QR을 스캔해 **순찰자 권한**을 받을 수 있습니다.

## 지원 환경

| 구분       | 지원 환경        | 주 용도                            |
| -------- | ------------ | ------------------------------- |
| 모바일 앱    | iOS, Android | 로그인, 아파트 선택·변경, 차량 신고, 내 정보 관리  |
| 공개 웹 리포트 | PC/모바일 브라우저  | 관리사무소가 공유한 링크/QR로 우리 아파트 리포트 조회 |

## 매뉴얼 구성

1. [시작하기](/dansokgogo/undefined-3/getting-started.md) — 계정 생성, 아파트 선택
2. [앱(모바일) 사용법](/dansokgogo/undefined-3/app.md) — 홈 화면, 차량 신고, 내 정보 관리
3. [공개 웹 리포트](/dansokgogo/undefined-3/web.md) — 관리사무소가 공유하는 리포트 조회
4. [자주 묻는 질문(FAQ)](/dansokgogo/undefined-3/faq.md)

## 역할 구분

| 역할               | 설명                                                                              |
| ---------------- | ------------------------------------------------------------------------------- |
| **관리자 (매니저)**    | 아파트 관리사무소의 담당자. [관리자 매뉴얼](/dansokgogo/undefined-1/admin.md) 참조.                 |
| **순찰자**          | 현장에서 차량을 스캔하고 위반을 식별·신고하는 담당자. [순찰자 매뉴얼](/dansokgogo/undefined-2/patrol.md) 참조. |
| **입주민**          | 아파트 거주자. 본 매뉴얼 대상. 별도의 권한 신청은 필요하지 않습니다.                                        |
| **개인회원 (무료 체험)** | 가입 직후 자동으로 부여되는 무료 체험 상태. [개인회원 매뉴얼](/dansokgogo/undefined/personal.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/resident.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.
