> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/view-your-impactcom-subscription-and-usage-details.md).

# 查看您的 impact.com 订阅和使用详情

该 *订阅* 页面显示有关您的 impact.com 订阅、相关费用的信息，并允许您将订单表下载为 PDF。请注意，您的订阅和使用受 impact.com 的 [使用条款](https://impact.com/terms-of-use/).

#### 查看您的订阅摘要

1. 从顶部导航栏中，选择 **您的余额** → **订阅**.
2. 在 *概览* 页面，查看显示您的订阅摘要的订阅小组件。

   * 您每月的 impact.com 订阅费用
   * 您的订阅期
   * 订阅期间使用的采购价格差异（PPV）总配额。请参阅下方的 [使用详情部分](#view-your-usage-details-0-1) 以了解更多信息。

   <div data-with-frame="true"><figure><img src="/files/12bb5bb8fa432dd47c19eefe91dcd5a8f5ee5670" alt="" width="375"><figcaption></figcaption></figure></div>
3. 选择 **查看订阅** 以查看有关您的订阅的更多信息。

   * 查看 *详情* 和 *订阅费* 请参阅下方的参考部分，了解此屏幕上的字段的更多信息。

   <div data-with-frame="true"><figure><img src="/files/1e618ea40eae4b55f272d02895161fe39a207ddc" alt="" width="563"><figcaption></figcaption></figure></div>

<details>

<summary>详情参考</summary>

|     |                                                                  |
| --- | ---------------------------------------------------------------- |
| 商品  | 您所订阅的 impact.com 版本名称。可选地，选择 **下载订单表** 以下内容以下载您的 impact.com 订单表。 |
| 订阅期 | 您订阅的开始和结束日期。                                                     |
| 续订期 | 您的订阅将自动续订的日期，以及新订阅期的开始和结束日期。                                     |

</details>

<details>

<summary>订阅费用参考</summary>

|               |                                                                                                         |
| ------------- | ------------------------------------------------------------------------------------------------------- |
| impact.com 费用 | 有关您的 impact.com 费用的详情。                                                                                  |
| 每月订阅费用        | <p>有关您的订阅费用、相关付款日期以及可处理多少 \* 的详情<em>付款处理量</em> 包含在您的订阅中。</p><p>\*可在 impact.com 上每月处理且不会产生增量费用的付款金额。</p> |
| 额外使用的增量费用     | 一旦您的使用量超过约定的合同限额，即会产生的额外费用。                                                                             |
| 查看使用情况        | 选择 **查看使用情况** 按钮，以查看更多有关付款量使用情况的信息。                                                                     |

</details>

4. 选择 **查看使用情况** 以查看您的使用详情，其中显示您每月的包含量以及增量或累计量的详细信息，以及任何增量使用费用。

   * 请参阅 *列参考* 下方以了解有关此屏幕上各列的更多信息。

   <div data-with-frame="true"><figure><img src="/files/0bf0a1be1cb6c9dd10bea051ccaf96b7d79b49be" alt=""><figcaption></figcaption></figure></div>

   *\*上方截图是年度订阅账户示例。*

<details>

<summary>列参考</summary>

|                 |                                                                                                               |
| --------------- | ------------------------------------------------------------------------------------------------------------- |
| 月份              | 月份和年份。                                                                                                        |
| 包含量             | 可用使用量基于您的订阅。在此期间后续购买的容量会增加此数值。适用于年度使用量。                                                                       |
| 当月用量（适用于年度订阅账户） | 当月使用量总计。                                                                                                      |
| 已使用总量           | 当月使用量总计。                                                                                                      |
| 累计量（适用于年度订阅账户）  | 一年内累计的用量。                                                                                                     |
| 增量量             | 用量超出包含量的部分。                                                                                                   |
| 增量使用费           | 与超额使用相关的费用。                                                                                                   |
| 状态              | <p>要么 <em>估算</em> 适用于当月，或 <em>最终</em> 适用于前几个月。</p><p>状态为 <em>估算</em> 表示数值可能仍会变动，而 <em>最终</em> 表示数值预计不会变动。</p> |

</details>


---

# 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://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/view-your-impactcom-subscription-and-usage-details.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.
