# Manage subscription

Mattermix uses [Stripe](https://stripe.com/) for subscription management and payment processing.

### Create subscription&#x20;

When your Mattermix account is created you will automatically be signed up for a Mattermix Subscription without needing to provide any credit card information. The only time you would need to include your credit card information is when you increase your [API limit](/api/set-api-limit.md) beyond 50 monthly exports.

If your subscription is canceled you'll need to create a new subscription from the [Subscription Dashboard](https://www.mattermix.com/account/subscription) by clicking on the *Subscribe* button. This will redirect you to Stripe Checkout where you can enter your information and subscribe.

![Create subscription from the Subscription Dashboard](/files/l6OCSwtsGZH8QcBmdSRs)

### View subscription&#x20;

You can view your current and previous subscription from the [Subscription Dashboard](https://www.mattermix.com/account/subscription) by clicking on the *Manage* button. This will redirect you to the Stripe Customer Portal where you can view and update your payment method, billing information, and invoice history.

![Manage subscription from the Subscription Dashboard](/files/Dgmu4tOWoU4uuyFFcItK)

### Cancel subscription&#x20;

You can cancel your subscription from the [Subscription Dashboard](https://www.mattermix.com/account/subscription) by clicking on the *Manage* button. This will redirect you to the Stripe Customer Portal where you can click the *Cancel plan* button.&#x20;

![Cancel subscription from the Stripe Customer Portal](/files/16bQPEQP9hmbsLN9Z6qv)

Last, confirm your cancelation by clicking the next *Cancel plan* button.

![Confirm cancelation from the Stripe Customer Portal](/files/CElK0c1suADMafzFThoP)

Your plan will be canceled immediately and you will be invoiced for any outstanding balances on your account.


---

# Agent Instructions: 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:

```
GET https://docs.mattermix.com/subscription/manage-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
