> For the complete documentation index, see [llms.txt](https://docs.paretodeals.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paretodeals.com/upsell-and-cross-sell/post-purchase.md).

# Post-purchase

### 1. Enable on Post-purchase

* Click "Go to setting" button to redirect to post-purchase page settings

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

* Choose "Pareto - Volume Discount" option
* Click "Save" button to save your change

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

### 2. Setup campaign

* Display when: allows you to set when the offer will be displayed based on: Order value, Total quantity, Customer tag, product tag or for all

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

* First offer: Select the products you want to upsell, cross-sell and enter your discount. You can select multiple products

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

* If the customer accepts your first offer, you can cross-sell with a second offer.

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

* If the customer declined your first offer, you can upsell, cross-sell with another, more attractive offer.

<figure><img src="/files/594wCf2hIEzPItmre6L3" alt=""><figcaption></figcaption></figure>


---

# 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.paretodeals.com/upsell-and-cross-sell/post-purchase.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.
