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

# 대시보드

웹 관리자 첫 화면입니다. 현재 아파트 정보와 자주 사용하는 메뉴 단축키를 한눈에 확인할 수 있습니다.

## 이런 상황에 사용하세요

* **매일 출근 직후 5초 점검** — 가장 자주 들어가는 화면(예: 일별 현황, 차량 번호 관리, 위반 신고 현황) 3\~5개를 단축키로 등록해 두면, 사이드 메뉴를 펼치지 않고 바로 진입할 수 있습니다.
* **요금제·D-day 확인** — 헤더의 요금제 배지에서 무료 사용 기간이 며칠 남았는지를 빠르게 확인하고, 결제가 필요한 시점을 놓치지 않습니다.

<figure><img src="/files/vE6itsb3YPKqa0OQNUvk" alt=""><figcaption></figcaption></figure>

## 화면 구성

### 헤더

* **아파트명** — 현재 로그인된 관리자 계정이 소속된 아파트
* **인사말** — `OO님, 안녕하세요!`
* **요금제 배지** — 결제 상태에 따라 표시
  * 유료 구독 중: 요금제명 표시 (예: `스탠다드`)
  * 무료 사용 중: `무료 사용 D-N` (남은 일수)

### 단축키 카드

[설정 - 대시보드 바로가기](https://chord-on-code.gitbook.io/dansokgogo/undefined-1/web/pages/FpSocJiZL7UBiuzMwhOa#대시보드-바로가기-최대-5개)에서 선택한 메뉴(최대 5개)가 카드 그리드로 노출됩니다. 카드를 클릭하면 해당 메뉴로 이동합니다.

* 자주 사용하는 메뉴를 단축키로 등록할 수 있으며, 설정 메뉴에서 변경할 수 있습니다.

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

## 단축키 변경

[설정](/dansokgogo/undefined-1/web/settings.md) 화면 상단의 **대시보드 바로가기** 카드에서 칩(체크박스)을 켜고 끄면 됩니다. 저장 즉시 다음 대시보드 진입부터 반영됩니다.

## 상단 메뉴와의 차이

* **상단 네비게이션**은 모든 메뉴를 카테고리별 드롭다운으로 노출합니다. 일상 업무는 상단 메뉴를 사용하세요.
* **대시보드 단축키**는 매일 자주 사용하는 5개 메뉴에 한 번에 진입하기 위한 보조 도구입니다.


---

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