> 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/zh/zhang-hao-he-zhang-dan/plans/billing-policy.md).

# 计费政策

本政策涵盖 GitBook 当前关于 [计划](/docs/documentation/zh/zhang-hao-he-zhang-dan/plans.md).

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

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

对于付费自助服务计划，我们会在计划开始时以及续订时按站点计划和当前成员数量计费。

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

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

{% hint style="info" %}
此页面仅涵盖当前计费。如果你使用的是已停用的定价，请参阅 [旧版定价](/docs/documentation/zh/zhang-hao-he-zhang-dan/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日** ，包含 **六名成员** 并按月计费。

你的每月价格是 **$65** 站点费用加上 **6 × 12 美元** 的成员费用。总计为 **每月 137 美元**.

在 **4月17日**，你新增两名成员，总数变为八名。由于 **还剩 20 天** ，位于一个 **30 天** 计费周期内，按比例计算的成员费用为 **2 × 12 美元 × 20 / 30 = 16 美元**。我们会将该 **$16** 调整添加到你的下一张账单中。

在 **4月27日**，你移除一名成员，总数变为七名。由于 **还剩 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, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/documentation/zh/zhang-hao-he-zhang-dan/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.
