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

# 웹 관리자 페이지 사용법

웹 관리자 페이지는 관리자의 주요 업무(운영 멤버 관리, 차량 관리, 신고 현황, 통계, 결제, 설정 등)를 수행하는 대시보드입니다. **PC 브라우저(Chrome 권장)** 로 접속하세요.

<figure><img src="/files/0StsJsO9ranPQc7B1fWy" alt=""><figcaption></figcaption></figure>

## 접속과 로그인

1. 웹 관리자 페이지 주소(`https://admin.dansokgogo.com/`)로 접속합니다.
2. 모바일 앱에서 [계정 생성](/dansokgogo/undefined-1/getting-started/account.md) 단계에서 사용한 **소셜 계정**(카카오/Google/Apple)으로 로그인합니다.
3. 모바일 앱의 **웹 인증** 메뉴로 PC에 표시된 QR을 스캔해 로그인 인증을 빠르게 마칠 수도 있습니다.

<div><figure><img src="/files/GuIQytpVcgJWRIgTL2Mn" alt=""><figcaption><p>웹어드민 로그인 화면</p></figcaption></figure> <figure><img src="/files/S2auWWBlZFf492rthLWN" alt="" width="375"><figcaption><p>모바일앱 웹인증 화면</p></figcaption></figure></div>

## 화면 구성

| 영역           | 설명                                       |
| ------------ | ---------------------------------------- |
| **상단 네비게이션** | 카테고리별 드롭다운 메뉴 (멤버 관리 / 차량 관리 / 분석 등)     |
| 우측 상단        | 현재 아파트명·요금제 배지, 프로필 드롭다운(로그아웃·결제·요금제 진입) |
| 본문 영역        | 선택한 메뉴의 상세 화면                            |

## 네비게이션 메뉴

상단 네비게이션의 카테고리별 드롭다운에서 다음 메뉴를 사용할 수 있습니다. 자주 쓰는 메뉴 5개는 [대시보드](/dansokgogo/undefined-1/web/dashboard.md) 단축키로 한 번에 진입할 수 있습니다.

* **멤버 관리** 드롭다운
  * [운영 멤버 관리](/dansokgogo/undefined-1/web/members.md)
  * [입주민 목록](/dansokgogo/undefined-1/web/residents.md)
* **차량 관리** 드롭다운
  * [차량 번호 관리](/dansokgogo/undefined-1/web/car-numbers.md)
  * [차량 스캔 현황](/dansokgogo/undefined-1/web/scan-report.md)
  * [주차질서 위반 신고 현황](/dansokgogo/undefined-1/web/violation-report.md)
* **분석** 드롭다운
  * [일별 현황(실시간)](/dansokgogo/undefined-1/web/realtime.md)
  * [기간별 트렌드](/dansokgogo/undefined-1/web/stat.md)
  * [블랙리스트](/dansokgogo/undefined-1/web/blacklist.md)
  * [공개 리포트 접속](/dansokgogo/undefined-1/web/public-report-analytics.md)
* **프로필 드롭다운**(우측 상단)
  * [요금제 보기](/dansokgogo/undefined-1/web/product.md)
  * [결제 내역](/dansokgogo/undefined-1/web/billing.md)
  * [설정](/dansokgogo/undefined-1/web/settings.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/web.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.
