> 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 다운로드를 클릭하세요.

***


---

# 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.
