> 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/kr/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. 원하는 멤버를 찾거나 'Search members...'를 사용해 찾으세요
3. 'Add monthly limit'를 클릭해 청구 월에 사용할 수 있는 크레딧을 제한하거나, 'Add daily limit'를 클릭해 하루 동안 사용할 수 있는 크레딧을 제한하세요
4. 크레딧 수를 설정한 다음 저장하세요
5. 둘 다 원한다면 같은 방식으로 다른 한도도 설정하세요. 월별과 일별은 별개이므로, 멤버는 둘 중 하나만 가질 수도 있고, 둘 다 가질 수도 있습니다
6. 나중에 한도를 변경하려면 해당 열에서 멤버의 현재 사용량을 클릭하고 업데이트하세요

표에는 'Monthly usage'와 'Daily usage'가 나란히 표시되어 있어, 각 멤버가 두 한도에 비해 어디쯤 있는지 한눈에 확인할 수 있습니다.

### 월별과 일별 중 선택하기

월별 한도는 청구 주기 동안의 예산입니다. 각 사람이 공유 풀에서 얼마를 받는지 정해 줍니다.

일별 한도는 하루 동안의 상한선입니다. 멤버의 월간 예산이 넉넉하더라도 한 번에 다 써 버리지 않도록 도와줍니다. 예를 들어 긴 영상 렌더링 작업이 연속으로 이어질 때 유용합니다.

둘 다 설정하면 한 달 전체 예산과 그 예산을 사용하는 속도를 함께 관리할 수 있습니다.

이렇게 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/kr/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.
