> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/ja-gitbook-documentation/akauntoto/plans/billing-policy.md).

# 請求ポリシー

このポリシーは、GitBook の現在のプランにおける [プラン](/docs/documentation/ja-gitbook-documentation/akauntoto/plans.md).

当社の請求モデルは、サイト料金とメンバー料金を組み合わせたものです：

* **ベーシック** の料金は **サイトごと、月額 $0** で、 **1人のメンバー**.
* **プレミアム** の料金は **サイトごと、月額 $65** に加えて **メンバーごと、月額 $12**.
* **アルティメット** の料金は **サイトごと、月額 $249** に加えて **メンバーごと、月額 $12**.
* **エンタープライズ** は、カスタム価格と請求条件を使用します。

有料のセルフサービスプランでは、プラン開始時と更新時に、サイトプランと現在のメンバー数に基づいて請求します。

請求期間中にメンバーを追加または削除した場合、日割りの調整額を計算し、年次精算が適用されない限り、次回の請求書に反映します。

年払いで、契約期間中にサブスクリプションが増加した場合、その増加分は年次精算の一部として請求します。これは、次回の更新前に別の請求書で発行される場合があります。

{% hint style="info" %}
このページは現在の請求のみを対象としています。旧価格体系をご利用の場合は、 [旧価格体系](/docs/documentation/ja-gitbook-documentation/akauntoto/plans/legacy-plans.md).
{% endhint %}

{% hint style="info" %}
当社の [利用規約](https://gitbook.com/docs/policies/terms)をご確認ください。特に [支払い](https://gitbook.com/docs/policies/terms#id-3.-payment-terms).
{% endhint %}

## 日割り料金の例

たとえば、 **プレミアム** で開始するとします。 **4月7日** を **6人のメンバー** と月額請求。

月額料金は **$65** のサイト料金に加えて **6 × $12** のメンバー料金です。合計すると **月額 $137**.

で、 **4月17日**にメンバーを2人追加し、合計8人になります。請求期間の残りが **20日** ある **30日** の場合、日割りのメンバー料金は **2 × $12 × 20 / 30 = $16**です。その **$16** 調整額を次回の請求書に加算します。

で、 **4月27日**にメンバーを1人削除し、合計7人になります。請求期間の残りが **10日** ある場合、日割りのクレジットは **1 × $12 × 10 / 30 = $4**です。その **$4** クレジットを次回の請求書に適用します。

で、 **5月7日**に、次回の請求書には次の内容が含まれます：

1. **$149** 新しい請求期間の料金です。これは **$65** プレミアムの **7 × $12** のメンバー料金です。
2. A **$16** 4月17日に追加した2人のメンバーに対する日割り料金。
3. A **-$4** 4月27日に削除したメンバーに対する日割りクレジット。

5月7日時点の合計は **5月7日** は **$161**.

{% hint style="info" %}
この例は、有料のセルフサービスプランにおけるメンバーの日割り計算を示しています。途中でサイトプランを変更した場合も、同じ日割り方式で調整額を計算します。
{% endhint %}

## 請求

セルフサービスプランの請求は Stripe を通じて行われます。GitBook は機密性の高い支払い情報を保存せず、請求ダッシュボードから請求情報を管理できます。

エンタープライズの請求は、契約条件に従って行われ、請求書発行を含む場合があります。

有料のセルフサービスプランでは、次のケースで登録済みの支払い方法に請求します：

1. 有料プランを開始したとき。
2. 月次または年次の更新日に。この請求書には、現在のサイトプラン、現在のメンバー数、前の期間の未調整分が含まれる場合があります。
3. 年払いで、契約期間中にサブスクリプションが増加した場合、その増加分は年次精算を通じて請求します。これは、更新前に追加の請求書として発行される場合があります。

### 請求書

請求書の履歴は、組織の設定の **請求**から Stripe で確認できます。各請求書の概要をそこから確認でき、日付ごとに請求書をダウンロードすることもできます。


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/akauntoto/plans/billing-policy.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.
