> For the complete documentation index, see [llms.txt](https://docs.platter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platter.com/checkout/checkout-extensions/dynamically-priced-upsell.md).

# Dynamically Priced Upsell

## What is a Dynamically Priced Upsell?

A **Dynamically Priced Upsell** is an upsell offer presented during the checkout process, where the price of the suggested product adjusts based on the items already in the customer’s cart.

***

## How to configure a Dynamically Priced Upsell?

Follow the instructions below to setup a **Dynamically Priced Upsell**.

1. From the dashboard, go to **Extensions** tab.
2. In the Extensions page, scroll down and find the extension you'd like to set up and click **Add to Checkout.**
3. Open the **Settings** window, and adjust the content and styling of the Dynamically Priced Upsell.\
   ![](https://3290803092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrQAMmskYzr7YduJvnmdP%2Fuploads%2F0BlzE9aFxqhdd5kP7JUd%2FScreenshot%202024-11-26%20at%202.10.06%20PM.png?alt=media\&token=8a8d1b7f-d7aa-4795-a71c-a30191402f0b)
4. Set the price.\
   ![](https://3290803092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrQAMmskYzr7YduJvnmdP%2Fuploads%2FguKMq3tdh2RONvI3skyD%2FScreenshot%202024-11-26%20at%202.10.06%20PM.png?alt=media\&token=e37ba7b7-65e6-4360-816d-45b075971866)
5. Customize the content settings.\
   ![](https://3290803092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrQAMmskYzr7YduJvnmdP%2Fuploads%2FDzvnhHERpl4xYCDxVt6A%2FScreenshot%202024-11-26%20at%202.26.19%20PM.png?alt=media\&token=85dbcf18-7b79-4bc2-a9ec-536e80cd89be)
6. Open the **Install extension in checkout editor** window, and enter a custom name (optional).\
   &#x20;![](https://3290803092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrQAMmskYzr7YduJvnmdP%2Fuploads%2FWGGe9DsMiqMhawN9dlqs%2FScreenshot%202024-11-26%20at%201.02.43%20PM.png?alt=media\&token=e5f879e3-b5d3-4de3-8806-efe46b0e74e1)
7. Click the **`+`** icon to copy the Handle to your clipboard.\
   &#x20;![](https://3290803092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrQAMmskYzr7YduJvnmdP%2Fuploads%2FDN8l7Chd8IjlskJyPcP9%2FScreenshot%202024-11-26%20at%201.02.43%20PM.png?alt=media\&token=0dc20ff8-6b5f-4567-8b59-31c29d9d1599)
8. Hit **`Save`** to to ensure your settings and saved.
9. Open your Checkout Editor and [install your extension](https://docs.platter.co/~/changes/QMi520wn6lsXSXuRamqi/get-started/get-started-in-3-steps#installing-an-extension).


---

# 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.platter.com/checkout/checkout-extensions/dynamically-priced-upsell.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.
