# プランを確認・変更する

今契約しているプランや次回の更新日は、設定の画面で確認できます。ベーシックとプレミアムの切り替えや、月払いと年払いの変更もできます。

## 今のプランを確認する

画面左のメニューから［設定］を開き、［プラン］タブを選びます。「現在ご利用中のプラン」に、次の内容が表示されます。

* **プラン名**: 契約中のプランと支払い周期（例:「ベーシック月払い」）
* **金額**: 今のプランの料金
* **次回更新日**: 次に自動更新される日

無料トライアル中は、トライアル期間中であることが表示されます。

{% hint style="info" %}
「次回更新日」が表示されている場合は、プランが自動で更新されます。解約を予約している場合は、代わりに「解約予定日」が表示されます。解約については[解約する](/reference/cancel.md)を参照してください。
{% endhint %}

## プランを変更する

契約中のプランの変更（ベーシック⇔プレミアム、月払い⇔年払い）は、支払いの管理画面から行います。

{% stepper %}
{% step %}

### 設定のプランを開く

［設定］→［プラン］を開き、「現在ご利用中のプラン」の［支払いを管理］を押します。外部の決済サービス（Stripe）の画面が開きます。
{% endstep %}

{% step %}

### プランと支払い周期を選ぶ

開いた画面で、サブスクリプションを更新（変更）する操作を選びます。プラン（ベーシック・プレミアム）と支払い周期（月払い・年払い）を選びます。
{% endstep %}

{% step %}

### 内容を確認して確定する

確認画面で、変更後の料金と請求の内容を確かめてから、変更を確定します。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
プランの変更は、外部の決済サービス（Stripe）の画面で行います。Stripe の画面や項目名は変更されることがあり、この案内と異なる場合があります。その場合は、画面の案内に従って操作してください。
{% endhint %}

## 変更が反映されるタイミング

* 上位のプランへの変更など、料金が増える変更では、変更した時点で新しいプランに切り替わり、差額が日割りで請求されます。確認画面に、その時点で請求される金額が表示されます。
* 次回の更新からは、新しいプランの料金で請求されます。
* 変更内容によって反映のタイミングは異なります。確定する前に、確認画面に表示される請求の内容を必ず確かめてください。

## 関連ガイド

* [料金プラン](/reference/plans.md)
* [解約する](/reference/cancel.md)
* [支払い方法を変更する](/reference/payment.md)


---

# Agent Instructions: 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:

```
GET https://help.donbuzz.jp/reference/change-plan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
