# Change Your Plan

## Upgrade plan

You can upgrade your plan at any time by visiting the [Pricing page](https://metasleuth.io/plans), selecting your desired plan, and clicking "Upgrade."

When upgrading to a higher plan mid-billing cycle:

* You will be charged immediately for the new plan.
* The amount due will be prorated based on the remaining time in your current billing cycle.
* The new plan takes effect immediately, and the billing cycle remains the same.

If you switch to a longer billing interval:

* You will be charged immediately for the new plan.
* The amount due will be reduced by a prorated amount based on the time remaining in your previous billing period for your current plan.
* The new plan takes effect immediately, and the billing cycle changes right away.

## Downgrade plan

Currently, MetaSleuth does not provide the option to downgrade while an active subscription plan is in effect. If you need to downgrade, we kindly ask that you cancel your current subscription first and then resubscribe after the current billing cycle.

{% hint style="info" %}
Please note that in MetaSleuth, changing the billing interval from a longer duration to a shorter one is considered a downgrade.
{% endhint %}

## Cancel subscription

Your MetaSleuth subscription, whether monthly or annually, will renew automatically until you cancel it.

You can cancel anytime by clicking `User avatar icon` -> `Subscription` -> `Manage Billing`.

On the Stripe page, click ***`Cancel subscription`*** to unsubscribe. After you cancel, you’ll still have access to all the paid features until the end of your billing cycle.


---

# 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.metasleuth.io/user-manual/plans-billings-and-payments/change-your-plan.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.
