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

# Canceling Your Plan

We understand that needs change, and there might come a time when you need to cancel your BugSplat plan. We aim to make this process as straightforward as possible, ensuring you can make the best decisions for your projects without hassle.

**Monthly Billed Accounts:** If you're on a monthly billing cycle, canceling your BugSplat plan can be done directly from the [Billing page](https://app.bugsplat.com/v2/company/billing). Simply select 'Update Card,' then choose the 'Cancel Plan' option. Your plan will be terminated at the end of your current billing period, preventing any future charges.

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

**Refund Policy:** BugSplat stands behind our service with a [fair refund policy](/administration/billing/plans-upgrades-and-payments-faq/refund-policy.md) for those who decide to cancel. This policy is part of our commitment to your satisfaction, offering peace of mind as you navigate your project’s lifecycle.

**Enterprise Accounts:** Users with Enterprise plans needing to cancel should reach out directly to our sales team at <sales@bugsplat.com>. Our team will assist with the cancellation process and ensure that your transition away from BugSplat is smooth and meets your project’s closure requirements.

Whether upgrading, downgrading, or canceling, we're here to support you at every step. Should you have any questions or need assistance with managing your plan, please don’t hesitate to reach out to our support team.


---

# 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.bugsplat.com/administration/billing/upgrading-changing-or-canceling-your-plan/canceling-your-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.
