> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/salesforce/cpq/update-subscription-as-a-quote.md).

# Update Quote

Quote a change to a subscription the customer already has.

The **Update Quote** flow produces a quote for a change to a subscription the customer already has. It starts from an Opportunity and creates a `Limio_Quote__c` record with `Subscription_Id__c` set to the Limio subscription being changed.

To quote a brand-new subscription instead, see [New Quote](/salesforce/cpq/new-quote.md).

{% hint style="info" %}
**LFS version:** requires Limio for Salesforce v14.26 or later\
Individual features note their own version requirements.
{% endhint %}

## Create the quote

1. Open the Opportunity.
2. Click **Generate Limio Quote**.
3. On the **Select Quote type** screen, choose **Create a quote to update an existing subscription**.
4. Pick the subscription from the customer's subscription table.
5. On **Update Subscription Offers**, change the offer, add-ons and quantities, and confirm the **Bill To** and **Sold To** contacts.
6. Click **Next**, then follow the link to the new Limio Quote record.

## Work with the quote record

When you open a **Limio Quote** record:

**Main area (left)** — displays the **Cart Items** for the change, read-only, alongside the current subscription. Below them is a single **Update** link with a copy button.

<figure><img src="https://284256719-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUgE12kxtw8dDbuEZGzbI%2Fuploads%2Fgit-blob-8d9f571d773615aafefab20fa6e200d8acccbd6d%2Fimage%20(405).png?alt=media" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The Limio API behind these links is documented in [Checkout and Baskets](https://docs.limio.com/api/checkout-baskets-api). To generate links programmatically instead of from the UI, see [Generate checkout and preview links from Apex](/salesforce/cpq/generate-links-from-apex.md).
{% endhint %}

## Next

* [Override a price manually](/salesforce/cpq/manual-price-override.md) before sending the quote
* [Edit the quote](/salesforce/cpq/edit-a-quote.md) if the customer asks for changes
* [Route it for approval](/salesforce/cpq/quote-approvals.md)
* [Track its status](/salesforce/cpq/quote-statuses.md) through to Closed Won


---

# 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.limio.com/salesforce/cpq/update-subscription-as-a-quote.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.
