> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/zhang-hu-yu-ji-fei/settings/billing-and-usage.md).

# 计费与使用情况

“计费与使用情况”是你管理与订阅相关的一切内容的地方。在这里，你可以查看或升级你的方案、取消订阅、更新付款方式、购买积分、跟踪积分使用情况、设置成员积分上限，以及下载发票。

### 访问“计费与使用情况”

1. 在仪表板视图中，点击左上角的组织徽标。
2. 在下拉菜单中，选择“设置”。
3. 在左侧边栏中，查看“计费与使用情况”。

“计费与使用情况”包含四个页面，每个页面都有自己的链接：

| 页面                                                         | 内容                 |
| ---------------------------------------------------------- | ------------------ |
| [方案详情](https://studio.morphic.com/settings/billing/plans)  | 你当前的有效方案、付款方式和取消订阅 |
| [积分](https://studio.morphic.com/settings/billing/credits)  | 购买积分和积分活动          |
| [积分上限](https://studio.morphic.com/settings/billing/limits) | 每位成员可消耗的积分上限       |
| [发票](https://studio.morphic.com/settings/billing/invoices) | 你的发票历史记录           |

### 当前方案

* 查看你当前的方案和计费周期。
* 要升级你的方案，请点击“升级”。

### 管理付款方式

* 打开 [方案详情](https://studio.morphic.com/settings/billing/plans).
* 然后前往 当前方案 > 现有方案 > 通过 Stripe 管理。
* 添加或移除你的付款方式。

<figure><img src="/files/7d2bc8132a3dd6c092e7743324b432fe304a9441" alt=""><figcaption></figcaption></figure>

### 取消方案

* 取消订阅：如需取消，请点击当前方案旁边的“通过你的支付提供商管理”，并按照取消步骤操作。

<figure><img src="/files/75677bf52a064303b645ee11aebf75e7293b4df1" alt=""><figcaption></figcaption></figure>

### 成员

* 查看你的方案中包含的额外成员数量。
* 在此部分管理成员访问权限和角色。

### 购买积分

你可以随时从 [积分](https://studio.morphic.com/settings/billing/credits)，或从组织/账户下拉菜单中购买积分（点击左上角的 Morphic 标志）。

1. 打开组织/账户下拉菜单。
2. 点击“购买积分”。
3. 会弹出一个包含可用方案的窗口。
4. 点击你偏好的方案下方的“购买”以完成购买。

<figure><img src="/files/d4ad87e116ea76da3968abc499f3ad75a06ef306" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bd5d409d23fb7ab0a09907c82d0f72827b76504d" alt=""><figcaption><p>购买积分</p></figcaption></figure>

### 发票历史记录

打开 [发票](https://studio.morphic.com/settings/billing/invoices).

* 查看并下载你过去的发票。
* 方案升级或积分充值等购买记录会显示在这里。

### 积分活动

组织账户的管理员可以在 Morphic 中跟踪积分使用情况和活动。以下是访问方法。

打开 [积分](https://studio.morphic.com/settings/billing/credits)，或者前往“设置”，并在左侧边栏的“计费与使用情况”下点击“积分”。

<figure><img src="/files/48e0b11354be67eff3fd118a9b285ff183f22534" alt=""><figcaption></figcaption></figure>

* 每条记录都会显示日期、成员、资产类型、使用的积分和状态。
* 可按日期、成员、状态或项目进行筛选。
* 可在“全部”、“按项目”或“按成员”视图之间切换。
* 点击“下载 CSV”导出你的使用数据。

这就是你在 Morphic 中管理计费与使用情况的方式。它让你在一个地方查看你的方案、积分，以及它们的去向记录。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/zh/zhang-hu-yu-ji-fei/settings/billing-and-usage.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.
