> 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** に加えて **メンバー 1 人あたり月額 $12**.
* **アルティメット** 料金は **サイトごとに月額 $249** に加えて **メンバー 1 人あたり月額 $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** Premium の **7 × $12** メンバー分です。
2. 1つの **$16** 4月17日に追加した2人のメンバーに対する日割り料金。
3. 1つの **-$4** 4月27日に削除したメンバーに対する日割りクレジット。

〜時点での合計は **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.
