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

# Credit limits

Member credit limits on Morphic let you control how many credits each person in your organization can use, per month and per day. As your team grows, this keeps your shared credits from running out early, gives each member the right amount of credits for their work, and lets you manage everyone's usage from one place.

Here's a quick tutorial on how to manage Member credit limits on Morphic:

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

1. Go to <https://studio.morphic.com/settings/billing/limits>
2. Find the member you want, or use 'Search members...' to locate them
3. Click 'Add monthly limit' to cap the credits they can use in a billing month, or 'Add daily limit' to cap the credits they can use in a single day
4. Set the number of credits, then save
5. Set the other limit the same way if you want both. Monthly and daily are separate, so a member can have one, the other, or both
6. To change a limit later, click the member's current usage in that column and update it

The table shows 'Monthly usage' and 'Daily usage' side by side, so you can see where each member stands against both limits at a glance.

### Choosing between monthly and daily

A monthly limit is the budget for the billing cycle. It settles how much of the shared pool each person gets.

A daily limit is a ceiling on any single day. It helps when a member's monthly budget is generous but you would rather it was not spent in one sitting, for example on a long run of video renders.

Setting both gives you a total for the month and a pace for getting through it.

That's how you manage member credit limits on Morphic. It gives you a single place to control how your whole team spends credits as you scale.

Member credit limits are part of Enterprise plans and are designed for teams doing their best work at scale. Whenever you're ready to bring this to your whole team, we're here to help. Reach out at [**business@morphic.com**](mailto:business@morphic.com)

***

If you have any trouble or have any questions, feel free to reach out. We're happy to help. Write to us at [**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/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.
