> For the complete documentation index, see [llms.txt](https://support.charlla.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.charlla.io/userguide/plan/instant-upgrade.md).

# 즉시 플랜 업그레이드

초과금 발생을 줄이거나 더 많은 로드수가 필요한 경우, 다음 결제일을 기다리지 않고 **지금 바로** 플랜을 업그레이드할 수 있습니다. 차액만 결제하면 즉시 상위 플랜이 적용됩니다.

{% hint style="info" %}
다운그레이드는 기존과 동일하게 다음 결제일에 예약 적용됩니다.
{% endhint %}

***

### 즉시 업그레이드 가능 대상

카드 결제 고객 중 **Lite 또는 Basic 플랜** 구독자가 이용 가능합니다.

| 현재 플랜    | 현재 로드수           | 가능한 액션                   |
| -------- | ---------------- | ------------------------ |
| Lite     | 25만 이하           | Basic 또는 Standard로 업그레이드 |
| Lite     | 25만 초과 \~ 80만 이하 | Standard로 업그레이드          |
| Lite     | 80만 초과           | 채팅상담으로 문의                |
| Basic    | 80만 이하           | Standard로 업그레이드          |
| Basic    | 80만 초과           | 채팅상담으로 문의                |
| Standard | -                | 채팅상담으로 문의                |

***

### 요금 계산 방식

즉시 업그레이드 시 **현재 플랜과 상위 플랜의 구독료 차액에 부가세(10%)가 적용**되어 결제됩니다. 일할 계산은 적용되지 않습니다.

* Lite → Basic: (₩70,000 − ₩30,000) × 1.1 = **₩44,000**
* Lite → Standard: (₩150,000 − ₩30,000) × 1.1 = **₩132,000**
* Basic → Standard: (₩150,000 − ₩70,000) × 1.1 = **₩88,000**

{% hint style="info" %}
소수점 금액이 발생하는 경우 절삭 처리됩니다. (예: ₩123.7 → ₩123)
{% endhint %}

업그레이드 이후에도 해당 구독 기간 중 변경된 플랜 기준으로 초과 로드수가 발생한 경우, 초과금은 기존과 동일하게 다음 정기 결제일에 청구됩니다.

***

### 업그레이드 방법

**Step 1.** \[상단 프로필] > \[결제 관리] > \[구독 플랜] > \[플랜 선택]으로 이동합니다.

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

**Step 2.** 가격 안내 화면에서 업그레이드할 플랜을 선택합니다. 이때 **\[다음 달부터 적용]** 과 **\[지금 바로 업그레이드]** 중 **\[지금 바로 업그레이드]** 를 선택합니다.

<figure><img src="/files/8GN0jbuziyp3xnXYKCrA" alt=""><figcaption></figcaption></figure>

**Step 3.** 결제 수단을 확인하고 업그레이드를 완료합니다. 기존에 등록된 카드가 기본 결제 수단으로 적용되며, 이 과정에서 카드 정보를 변경하면 이후 정기 결제에도 동일하게 적용됩니다.

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

로드수가 **80%** 또는 **100%** 에 도달한 시점에 콘솔에 접속하면 즉시 업그레이드 안내 모달이 자동으로 표시됩니다.

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

{% hint style="info" %}
설정 권한은 **대표 운영자(관리자)** 에게만 있습니다.
{% endhint %}

***

### 주의사항

{% hint style="info" %}
️결제일 당일 **09:00 \~ 10:10** 사이에는 정산 처리로 인해 즉시 업그레이드를 포함한 모든 플랜 변경이 일시적으로 제한됩니다. 정산 완료 이후부터 다시 이용하실 수 있습니다.
{% endhint %}


---

# 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://support.charlla.io/userguide/plan/instant-upgrade.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.
