> For the complete documentation index, see [llms.txt](https://docs.mavenseed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavenseed.com/admin/subscriptions/changing-your-subscription-plan.md).

# Changing your Maven Subscription Plan

As a customer to Mavenseed (Maven) and or your customers themselves are able to change or cancel their subscription.&#x20;

Let's go over how to change a subscription on Mavenseed.&#x20;

{% hint style="info" %}
If you're interested in cancelling your and or a customer of yours subscription be review those instructions, avoid Deleting the Subscription, this does not cancel the subscription.&#x20;
{% endhint %}

Changing Subscriptions as a Maven

While logged into your Mavenseed admin account, choose Account from the drop-down menu underneath your Avatar dropdown. From there click on the Subscription tab.&#x20;

![](/files/-M-G30bPHH2bjNHSFamj)

On the right hand side you'll see an info block containing information regarding your subscription on Mavenseed. To change your subscription to a new plan, click the green (change) link.&#x20;

Displayed by default will be the current plan you're subscribed to. To explore other plans click the Swap link to the right. This will bring up a window of available subscription options. Click on the desired new subscription.

![](/files/-M-G3y8ixbgtcG3Cx3XK)

&#x20;This will update and display what the new pro-rated charge amount will be.&#x20;

{% hint style="info" %}
The process for customers of Maven's is identical to the above.&#x20;
{% endhint %}


---

# 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://docs.mavenseed.com/admin/subscriptions/changing-your-subscription-plan.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.
