> 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/jp/akauntoto/settings/member-credit-limits.md).

# クレジット上限

Morphic のメンバーごとのクレジット上限を使うと、組織内の各メンバーが月ごと・日ごとにどれだけクレジットを使えるかを管理できます。チームが大きくなっても、共有クレジットが早く尽きるのを防ぎ、各メンバーに仕事に必要な適切な量のクレジットを割り当て、全員の使用状況を一か所から管理できます。

Morphic でメンバーのクレジット上限を管理する簡単なチュートリアルです:

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

1. へ移動 <https://studio.morphic.com/settings/billing/limits>
2. 目的のメンバーを探すか、'Search members...' を使って見つけてください
3. そのメンバーが請求月に使用できるクレジットの上限を設定するには 'Add monthly limit' をクリックし、1日あたりに使用できるクレジットの上限を設定するには 'Add daily limit' をクリックします
4. クレジット数を設定してから保存します
5. 両方設定したい場合は、もう一方の上限も同じ手順で設定します。月ごとと日ごとは別々なので、メンバーはどちらか一方、または両方を持てます
6. 後で上限を変更するには、その列のメンバーの現在の使用量をクリックして更新します

表では 'Monthly usage' と 'Daily usage' が並んで表示されるため、各メンバーが両方の上限に対してどの位置にいるかを一目で確認できます。

### 月ごとと日ごとの選び方

月ごとの上限は、請求サイクルにおける予算です。共有プールから各人がどれだけ受け取るかを決めます。

日ごとの上限は、1日あたりの上限です。たとえば長時間の動画レンダリングを連続で行う場合など、メンバーの月間予算に余裕があっても一度に使い切ってしまわないようにするのに役立ちます。

両方設定すると、月全体の合計と、それを使い切るペースの両方を管理できます。

これで、Morphic でメンバーのクレジット上限を管理できます。規模が拡大しても、チーム全体のクレジット消費を一か所で管理できます。

メンバーのクレジット上限は Enterprise プランの一部であり、規模を拡大しながら最高の仕事をするチーム向けに設計されています。全チームに導入する準備ができたら、いつでもお手伝いします。お問い合わせは [**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/jp/akauntoto/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.
