# Undoing a quote

Mistakes happen. If you have applied a quote and want to reverse the changes, you can use the Undo action from the quote's `...` menu.

Undoing a quote will reverse the changes to any subscriptions created or updated, but you will have to sort out the invoices manually. The reason for this invoices can be in all kinds of different states; due, paid, processing, pending, etc that it becomes too risky and opaque if Bunny tries to revert everything. And it some cases it may not even be possible.

Note that you can only undo the last applied quote. Once that has been undo, you can undo the quote that was applied just before it etc.


---

# 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.bunny.com/guide/tour/quoting/undoing-a-quote.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.
