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

# 요금제 보기

상단 메뉴 **요금제 보기** 메뉴에서 이용 가능한 정기 결제 요금제를 확인하고 결제를 진행합니다.

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

* **무료 체험 종료 직전** — 대시보드의 `무료 사용 D-N` 배지가 며칠 남지 않았을 때 들어와서 단지 규모에 맞는 요금제를 선택합니다.
* **세대수 변경** — 신규 입주·세대 분리 등으로 차량 등록 한도 초과 경고가 떴을 때 상위 요금제로 전환합니다.
* **연간 결제로 전환** — 매월 결제 대신 1년치를 한 번에 결제해 할인 혜택을 받고 싶을 때 (연간/일괄 옵션 선택).

<figure><img src="/files/33q9Pr2sIvP0JcI0TnUZ" alt=""><figcaption></figcaption></figure>

## 표시 정보

* **현재 구독 상태** — 구독 중인 요금제, 남은 기간
* **차량 등록 한도** — 현재 등록된 수 / 한도
* **요금제 카드** — 각 요금제의 가격, 포함 기능, 한도

## 결제 흐름

1. 원하는 요금제 카드의 **결제/전환** 버튼을 클릭합니다.
2. 결제 수단(카드/간편결제 등)을 선택하고 결제를 진행합니다.
3. 결제가 완료되면 [결제 내역 보기](/dansokgogo/undefined-1/web/billing.md)에서 확인할 수 있습니다.

## 유의사항

* 요금제 변경 시 등록된 차량 수가 새 요금제의 한도를 초과하면 경고가 표시됩니다. 필요 시 [차량 번호 관리](/dansokgogo/undefined-1/web/car-numbers.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/product.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.
