> 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/getting-around/settings/billing-and-usage.md).

# 청구 및 사용량

청구 및 사용량 페이지에서는 구독과 관련된 모든 것을 관리할 수 있습니다. 여기에서 요금제를 확인하거나 업그레이드하고, 구독을 취소하고, 결제 수단을 업데이트하고, 멤버를 추가하거나 제거하고, 크레딧을 구매하고, 크레딧 사용량을 추적하고, 인보이스를 다운로드할 수 있습니다.

### 청구 및 사용량에 액세스하기

1. 대시보드 보기에서 왼쪽 상단 모서리의 조직 로고를 클릭합니다.
2. 드롭다운에서 설정을 선택합니다.
3. 왼쪽 사이드바에서 청구 및 사용량을 클릭합니다.
4. 청구 및 사용량 페이지로 이동합니다.

**직접 링크**

* 청구 섹션으로 바로 이동하려면 <https://studio.morphic.com/settings/billing>

### 활성 요금제

* 현재 요금제와 청구 주기를 확인하세요.
* 요금제를 업그레이드하려면 업그레이드를 클릭하세요.

### 결제 수단 관리

* 청구 및 사용량 섹션으로 이동하세요: <https://studio.morphic.com/settings/billing>
* 그런 다음 활성 요금제 > 현재 요금제 > Stripe를 통해 관리로 이동합니다.
* 결제 수단을 추가하거나 제거합니다.

<figure><img src="/files/991855e981950f6b8d8da629a2ebe97d3db59863" alt=""><figcaption></figcaption></figure>

### 요금제 취소

* 구독 취소: 취소하려면 현재 요금제 옆의 결제 제공업체를 통해 관리를 클릭하고 취소 단계를 따르세요.

<figure><img src="/files/58b7adf5220f49ab0b825762eb43b53eb8f93ac7" alt=""><figcaption></figcaption></figure>

### 멤버

* 요금제에 포함된 추가 멤버 수를 확인하세요.
* 이 섹션에서 멤버 접근 권한과 역할을 관리하세요.

### 크레딧 구매

조직/계정 드롭다운에서 언제든지 크레딧을 구매할 수 있습니다(왼쪽 상단 모서리의 Morphic 로고를 클릭하세요).

1. 조직/계정 드롭다운을 엽니다.
2. 크레딧 구매를 클릭합니다.
3. 사용 가능한 요금제가 있는 팝업이 나타납니다.
4. 원하는 요금제 아래의 구매를 클릭하여 구매를 완료하세요.

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

<figure><img src="/files/c8297f0ac6539789d19e0a5f75c62e60b7e57b14" alt=""><figcaption><p>크레딧 구매</p></figcaption></figure>

### 인보이스 기록

* 이전 인보이스를 확인하고 다운로드합니다.
* 요금제 업그레이드나 크레딧 충전과 같은 구매 내역이 여기에 표시됩니다.

### 크레딧 활동

조직 계정의 관리자는 Morphic의 청구 및 사용량 페이지에서 직접 크레딧 사용량과 활동을 추적할 수 있습니다. 접근 방법은 다음과 같습니다.

이동 <https://studio.morphic.com/settings/billing> 또는 왼쪽 사이드바에서 설정 > 청구 및 사용량으로 이동하세요. 아래로 스크롤하여 크레딧 활동 섹션으로 이동합니다.

<figure><img src="/files/19a554ca8a5692f9d368394b58062756210b15ac" alt=""><figcaption></figcaption></figure>

* 각 항목에는 날짜, 멤버, 자산 유형, 사용된 크레딧, 상태가 표시됩니다.
* 날짜, 멤버, 상태 또는 프로젝트별로 필터링합니다.
* 전체, 프로젝트별, 멤버별 보기 간에 전환합니다.
* 사용량을 내보내려면 CSV 다운로드를 클릭합니다.

***

문제가 있거나 궁금한 점이 있으면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 [**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/getting-around/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.
