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

# プラン

「プラン」セクションでは、サブスクリプションを比較・管理できます。Morphic ではさまざまなオプションが用意されており、ニーズに最も合ったプランを選択できます。

### プランへのアクセス

1. ダッシュボード画面で、左上の組織ロゴをクリックします。
2. ドロップダウンメニューで［設定］を選択します。
3. 左側のサイドバーから「プラン」をクリックします。
4. プランページに移動し、そこでサブスクリプションを表示・管理できます。

または、直接開くには： [studio.morphic.com/settings/plans](https://studio.morphic.com/settings/plans)

### プランのアップグレードまたは変更

1. プランページで、利用可能なサブスクリプションオプションを確認します。
2. 希望するプランの下にある「アップグレード」ボタンをクリックします。
3. 画面の指示に従って、アップグレードまたは変更を完了します。

<figure><img src="/files/c41038f7ce0a72d569bdcb1c26b70436b9db537a" alt=""><figcaption><p>プランの比較と選択</p></figcaption></figure>

<figure><img src="/files/c470defc94f122112deb47881209d962e50fe6b9" 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           | メールサポート    | 1メンバーあたり $10/月 |
| プロ マックス  | $185   | $170   | 24,000          | メールサポート    | 1メンバーあたり $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/jp/akauntoto/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.
