> 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/plans.md).

# 요금제

요금제 섹션에서 구독을 비교하고 관리할 수 있습니다. Morphic은 다양한 옵션을 제공하므로, 필요에 가장 잘 맞는 요금제를 선택할 수 있습니다.

### 요금제 접근하기

1. 대시보드 보기에서 왼쪽 상단 모서리의 Org 로고를 클릭하세요.
2. 드롭다운 메뉴에서 설정을 선택하세요.
3. 왼쪽 사이드바에서 요금제를 클릭하세요.
4. 요금제 페이지로 이동하게 되며, 여기서 구독을 보고 관리할 수 있습니다.

또는 바로 이동하세요: [studio.morphic.com/settings/plans](https://studio.morphic.com/settings/plans)

### 요금제 업그레이드 또는 변경

1. 요금제 페이지에서 이용 가능한 구독 옵션을 검토하세요.
2. 원하는 요금제 아래의 업그레이드 버튼을 클릭하세요.
3. 화면의 안내에 따라 업그레이드 또는 변경을 완료하세요.

<figure><img src="/files/24bfd2558cf84de722d5a520893b7449597a5c5e" alt=""><figcaption><p>요금제 비교 및 선택</p></figcaption></figure>

<figure><img src="/files/e0bc9402acc20d567b123f85a1aa918b79705ffa" alt=""><figcaption><p>이용 가능한 구독 요금제</p></figcaption></figure>

## 이용 가능한 요금제

Morphic은 다음 요금제를 제공합니다. Yearly는 연간 약정 시 월별 가격입니다. 크레딧은 각 결제 주기 시작 시 초기화됩니다.

| 요금제    | 월간       | 연간       | 크레딧 / 월     | 지원      | 추가 멤버       |
| ------ | -------- | -------- | ----------- | ------- | ----------- |
| 무료     | 영구적으로 $0 | 영구적으로 $0 | 일회성 크레딧 20개 | 커뮤니티 지원 | 제공되지 않음     |
| 교육     | $5       | $4       | 600         | 이메일 지원  | 사용자 1명만     |
| 베이직    | $9       | $9       | 900         | 이메일 지원  | 제공되지 않음     |
| 스탠다드   | $29      | $24      | 3,200       | 이메일 지원  | 제공되지 않음     |
| 프로     | $49      | $45      | 6,200       | 이메일 지원  | 멤버당 월 $10   |
| 프로 맥스  | $185     | $170     | 24,000      | 이메일 지원  | 멤버당 월 $10   |
| 엔터프라이즈 | 맞춤형      | 맞춤형      | 대용량\*       | 맞춤형 지원  | 맞춤형 좌석 수 제한 |

몇 가지 요금제별 세부사항:

* 교육용 요금제: 학생과 교사를 위한 교육 목적으로만 할인 가격이 제공됩니다. 다음으로 문의하세요. <support@morphic.com>.
* 엔터프라이즈 요금제: 고급 및 팀 요구사항을 위해 설계되었습니다. 창의적 지원(요청 시), 무제한 스타일, 비공개 워크숍, 맞춤형 가격 및 청구 조건이 포함됩니다. 자세한 내용은 영업팀에 문의하세요.

이렇게 Morphic에서 요금제를 비교하고 관리할 수 있습니다. 필요가 바뀌면 언제든 다른 요금제로 이동할 수 있습니다.

***

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