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

# Billing & usage

Billing & usage is where you manage everything related to your subscription. From here, you can view or upgrade your plan, cancel your subscription, update your payment method, buy credits, track credit usage, set member credit limits, and download invoices.

### Accessing Billing & usage

1. In the Dashboard view, click the Org logo in the top-left corner.
2. From the dropdown, select Settings.
3. In the left sidebar, look under 'Billing & usage'.

'Billing & usage' holds four screens, each with its own link:

| Screen                                                              | What is on it                                      |
| ------------------------------------------------------------------- | -------------------------------------------------- |
| [Plan details](https://studio.morphic.com/settings/billing/plans)   | Your active plan, payment method, and cancellation |
| [Credits](https://studio.morphic.com/settings/billing/credits)      | Buying credits and credit activity                 |
| [Credit limits](https://studio.morphic.com/settings/billing/limits) | Caps on how many credits each member can spend     |
| [Invoices](https://studio.morphic.com/settings/billing/invoices)    | Your invoice history                               |

### Active plan

* View your current plan and billing cycle.
* To upgrade your plan, click Upgrade.

### Manage payment method

* Open [Plan details](https://studio.morphic.com/settings/billing/plans).
* Then go to Active plan > Current plan > Manage via Stripe.
* Add or remove your payment methods.

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

### Cancel plan

* Cancel subscription: to cancel, click on Manage via your payment provider next to your current plan and follow the cancellation steps.

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

### Members

* View the number of additional members included in your plan.
* Manage member access and roles from this section.

### Buy credits

You can purchase credits anytime from [Credits](https://studio.morphic.com/settings/billing/credits), or from the org/account dropdown (click the Morphic logo in the top-left corner).

1. Open the org/account dropdown.
2. Click Buy credits.
3. A pop-up will appear with available plans.
4. Click Buy under your preferred plan to complete the purchase.

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

<figure><img src="/files/7CwVGFaqirsMGbvjPZb2" alt=""><figcaption><p>Purcahse credits</p></figcaption></figure>

### Invoice history

Open [Invoices](https://studio.morphic.com/settings/billing/invoices).

* View and download your past invoices.
* Purchases like plan upgrades or credit top-ups will appear here.

### Credit activity

The admin of the org account can track credit usage and activity in Morphic. Here is how to access it.

Open [Credits](https://studio.morphic.com/settings/billing/credits), or go to Settings and click 'Credits' under 'Billing & usage' in the left sidebar.

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

* Each entry shows the date, member, asset type, credits used, and status.
* Filter by date, member, status, or project.
* Switch between All, By project, or By member views.
* Click Download CSV to export your usage.

That's how you manage billing and usage on Morphic. It gives you one place for your plan, your credits, and a record of where they went.

***

If you have any trouble or have any questions, feel free to reach out. We're happy to help. Write to us at [**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/account-and-billing/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.
