> For the complete documentation index, see [llms.txt](https://support.blitzbear.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.blitzbear.com/billing-and-account/can-i-change-or-cancel-my-plan.md).

# Can I change or cancel my plan?

You may change or cancel your plan at any time from your [BlitzBear settings page](https://blitzbear.com/settings).

Please note, you must be the owner of the BlitzBear account in order to make changes to your subscription.

When you change or cancel your subscription, the change or cancellation will occur effective immediately.

## How to change your plan

To change your BlitzBear plan, please perform the following steps:

1. Go to your [settings page](https://blitzbear.com/settings) and scroll to the *Plan* section
2. Click the *Change plan* button
3. Select a new plan and follow the on-screen instructions to proceed with changing your plan.

{% hint style="info" %}
If you are on an existing paid BlitzBear plan and upgrade to a paid plan with higher usage limits, you will be charged on a pro-rated basis for the difference between the plans and your invoice billing cycle will remain the same.
{% endhint %}

## How to cancel your plan

To cancel your BlitzBear plan, please perform the following steps:

1. Go to your [settings page](https://blitzbear.com/settings) and scroll to the *Plan* section
2. Click the *Cancel subscription* button
3. Follow the on-screen instructions to proceed with cancellation.

{% hint style="warning" %}
It is important to note that cancelling your paid BlitzBear plan will result in the following:

1. Immediate forfeiture of any remaining credits. Once your plan is cancelled, these credits cannot be redeemed or refunded. We recommend using all your credits before cancelling or downgrading plans in order to avoid losing them.
2. Immediate removal of all bonuses, including credit bonuses and project bonuses. Once your plan is cancelled, you forfeit all bonuses and cannot get them back even if upgrading to a paid plan again.
   {% endhint %}

BlitzBear is not liable for incurred transactions as a result of failure to comply with the aforementioned procedures. View [BlitzBear's Payment and Refund Policy](https://support.blitzbear.com/billing-and-account/what-is-blitzbears-payment-and-refund-policy).


---

# 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://support.blitzbear.com/billing-and-account/can-i-change-or-cancel-my-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.
