> 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/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="https://2982589234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FV8RRq0DTTyRzaX1TWKeB%2FPricing.gif?alt=media&amp;token=9e5196af-11fa-4ee6-a891-e32cba9b5762" alt=""><figcaption><p>プランの比較と選択</p></figcaption></figure>

<figure><img src="https://2982589234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FfTcEYiHmqtjRa3x1TNCO%2F%20.png?alt=media&amp;token=765793f1-5345-4c1c-9e34-39e9f8b4c596" 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/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.
