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

# 요금제

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

### 요금제에 접근하기

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

**직접 링크**

* 요금제 섹션으로 바로 이동하려면 <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은 다음 요금제를 제공합니다. 연간은 연간 약정 시 월별 가격입니다. 크레딧은 각 결제 주기의 시작에 초기화됩니다.

| 요금제    | 월간     | 연간     | 크레딧 / 월     | 지원      | 추가 멤버       |
| ------ | ------ | ------ | ----------- | ------- | ----------- |
| 무료     | 영구히 $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>.
* 엔터프라이즈 요금제: 고급 및 팀 요구 사항을 위해 설계되었습니다. 창의적 지원(요청 시), 무제한 스타일, 비공개 워크숍, 맞춤형 가격 및 결제 조건이 포함됩니다. 자세한 내용은 영업팀에 문의하세요.

***

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