# Applying a quote

Applying a quote means that the account's subscriptions will be updated with all the changes contained in the quote.

Until a quote is applied, it's still just a shopping cart with some items in it. Applying it will make all the contained changes take effect on the account and this operation cannot be reversed. When a quote is applied, an invoice may also be generated and the account balanced is updated accordingly.


---

# 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/applying-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.
