> 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/billing-and-usage.md).

# 請求と使用状況

請求と使用状況では、サブスクリプションに関するあらゆる管理を行います。ここから、プランの確認やアップグレード、サブスクリプションの解約、支払い方法の更新、クレジットの購入、クレジット使用量の追跡、メンバーごとのクレジット上限の設定、請求書のダウンロードができます。

### 請求と使用状況へのアクセス

1. ダッシュボード画面で、左上隅の Org ロゴをクリックします。
2. ドロップダウンから「設定」を選択します。
3. 左側のサイドバーで、「請求と使用状況」を確認してください。

「請求と使用状況」には4つの画面があり、それぞれに独自のリンクがあります。

| 画面                                                            | 内容                   |
| ------------------------------------------------------------- | -------------------- |
| [プラン詳細](https://studio.morphic.com/settings/billing/plans)    | 現在のプラン、支払い方法、解約      |
| [クレジット](https://studio.morphic.com/settings/billing/credits)  | クレジットの購入とクレジットの利用状況  |
| [クレジット上限](https://studio.morphic.com/settings/billing/limits) | 各メンバーが使用できるクレジット数の上限 |
| [請求書](https://studio.morphic.com/settings/billing/invoices)   | 請求書の履歴               |

### アクティブプラン

* 現在のプランと請求サイクルを表示します。
* プランをアップグレードするには、「アップグレード」をクリックします。

### 支払い方法を管理

* 開いて [プラン詳細](https://studio.morphic.com/settings/billing/plans).
* 次に、アクティブプラン > 現在のプラン > Stripe経由で管理 に移動します。
* 支払い方法を追加または削除します。

<figure><img src="/files/754bbceeebc8d7791daadcbff96592834f2d887f" alt=""><figcaption></figcaption></figure>

### プランをキャンセル

* サブスクリプションのキャンセル: キャンセルするには、現在のプランの横にある支払いプロバイダー経由で管理 をクリックし、キャンセル手順に従ってください。

<figure><img src="/files/64be762fd7ea4ef715e6e09a95f5a6926e292789" alt=""><figcaption></figcaption></figure>

### メンバー

* プランに含まれる追加メンバー数を表示します。
* このセクションでメンバーのアクセス権と役割を管理します。

### クレジットを購入

クレジットはいつでも [クレジット](https://studio.morphic.com/settings/billing/credits)から、または組織/アカウントのドロップダウンから購入できます（左上隅のMorphicロゴをクリックします）。

1. 組織/アカウントのドロップダウンを開きます。
2. 「クレジットを購入」をクリックします。
3. 利用可能なプランが表示されるポップアップが開きます。
4. 希望するプランの下にある「購入」をクリックして、購入を完了します。

<figure><img src="/files/b56e0ff75eecf4312cb2b154bf9e97327c12423b" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/225845f1b7df7c213ad7316ece4a805c610716c8" alt=""><figcaption><p>クレジットを購入</p></figcaption></figure>

### 請求書履歴

開いて [請求書](https://studio.morphic.com/settings/billing/invoices).

* 過去の請求書を表示してダウンロードできます。
* プランのアップグレードやクレジットの追加購入などの購入履歴がここに表示されます。

### クレジットの利用状況

組織アカウントの管理者は、Morphicでクレジットの使用状況とアクティビティを追跡できます。アクセス方法は次のとおりです。

開いて [クレジット](https://studio.morphic.com/settings/billing/credits)、または「設定」に移動し、左側のサイドバーの「請求と使用状況」の下にある「クレジット」をクリックします。

<figure><img src="/files/e8b04ffbfacc16ef380a2a4941ad234548fb1b96" alt=""><figcaption></figcaption></figure>

* 各項目には、日付、メンバー、アセット種別、使用したクレジット、ステータスが表示されます。
* 日付、メンバー、ステータス、プロジェクトで絞り込みできます。
* 「すべて」「プロジェクト別」「メンバー別」を切り替えて表示できます。
* 「CSVをダウンロード」をクリックして、利用状況をエクスポートします。

これで、Morphicでの請求と使用状況の管理は完了です。プラン、クレジット、そしてそれらがどこで使われたかの記録を、1か所で確認できます。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**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/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.
