> 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/account-and-billing/settings/member-credit-limits.md).

# 信用额度

如何限制每个成员每月和每天可花费的额度，以及如何查看谁在使用什么。

MorphiC 的成员信用额度可让你控制组织中的每个人每月和每天可以使用多少信用额度。随着团队增长，这能防止共享信用额度过早耗尽，为每位成员提供适合其工作的信用额度，并让你在一个地方管理每个人的使用情况。

下面是一个关于如何在 Morphic 上管理成员信用额度的快速教程：

{% embed url="<https://youtu.be/xroHI0wuUwg>" %}

1. 前往 <https://studio.morphic.com/settings/billing/limits>
2. 找到你想要的成员，或者使用“搜索成员...”来定位他们
3. 点击“添加每月限额”以限制他们在一个计费月内可使用的信用额度，或点击“添加每日限额”以限制他们在一天内可使用的信用额度
4. 设置信用额度数量，然后保存
5. 如果你想同时设置两个限额，也可以用同样的方法设置另一个。每月和每日是独立的，因此成员可以只有其中一个、两个都有，或都没有
6. 要稍后更改限额，请点击该成员在该列中的当前使用情况并进行更新

表格将“每月使用量”和“每日使用量”并排显示，这样你就能一眼看出每位成员相对于这两个限额的情况。

### 如何在每月和每日之间选择

每月限额是计费周期内的预算。它决定了每个人从共享额度池中获得多少。

每日限额是对单日使用量的上限。当成员的月度预算很充裕，但你不希望一次性花完时，它就很有帮助，例如长时间的视频渲染任务。

同时设置两者，可以让你既有当月总额度，也有使用这些额度的节奏。

这就是在 Morphic 上管理成员信用额度的方法。随着团队规模扩大，它让你在一个地方控制整个团队如何使用信用额度。

成员信用额度属于企业版计划，专为希望在规模化下发挥最佳工作的团队而设计。无论你何时准备好将其推广到整个团队，我们都会提供帮助。请通过以下方式联系我们： [**business@morphic.com**](mailto:business@morphic.com)

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/account-and-billing/settings/member-credit-limits.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.
