> For the complete documentation index, see [llms.txt](https://gitbook-open-v2-preview.gitbook.workers.dev/url/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-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/zh/zhang-hu-guan-li/plans/billing-policy.md).

# 计费政策

本政策涵盖 GitBook 当前关于 [方案](/url/gitbook.com/docs/documentation/zh/zhang-hu-guan-li/plans.md).

我们的计费模式结合了站点定价和成员定价：

* **基础版** 费用为 **每个站点每月 $0** 并包含 **一名成员**.
* **高级版** 费用为 **每个站点每月 $65** 加上 **每位成员每月 $12**.
* **终极版** 费用为 **每个站点每月 $249** 加上 **每位成员每月 $12**.
* **企业版** 采用自定义定价和计费条款。

对于付费自助方案，我们会在方案开始和续费时，按你的站点方案和当前成员数量计费。

如果你在计费周期内添加或移除成员，我们会计算按比例调整，并将其应用到你的下一张账单，除非适用年度结算。

如果你按年付款且订阅在合约期内增加，我们会将该增加部分作为年度结算的一部分计费。这可以在下次续费前通过单独的账单开具。

{% hint style="info" %}
此页面仅涵盖当前计费。如果你使用的是已停用的定价，请查看 [旧版定价](/url/gitbook.com/docs/documentation/zh/zhang-hu-guan-li/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日**，你新增了两名成员，总数达到 8 名。还剩 **20 天** ，在一个 **30 天** 计费周期内，按比例计算的成员费用为 **2 × $12 × 20 / 30 = $16**。我们会将该 **$16** 调整计入你的下一张账单。

在 **4月27日**，你移除了一名成员，总数变为 7 名。还剩 **10 天** 在计费周期内，按比例计算的抵扣为 **1 × $12 × 10 / 30 = $4**。我们会将该 **$4** 抵扣计入你的下一张账单。

在 **5月7日**，你的下一张账单将包括：

1. **$149** 用于新的计费周期。这是 **$65** Premium 的费用加上 **7 × $12** 成员费用。
2. 一个 **$16** 对你在 4月17日新增的两名成员按比例收取的费用。
3. 一个 **-$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:

```
GET https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/zh/zhang-hu-guan-li/plans/billing-policy.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.
