> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/discounts-and-gwp/using-gwp-and-discounts/run-multiple-discounts-and-gwps/combine-gwps-with-loyalty-rewards-or-bundles.md).

# Combine GWPs with loyalty rewards or bundles

Run a GWP alongside loyalty offers or bundle promotions without creating accidental overlap.

Yes. You can combine a GWP with loyalty rewards or bundle discounts.

The key is to keep the audience, trigger, or timing distinct.

### Best ways to combine offers

#### VIP-only gift

Set the GWP to **Members** and choose the allowed tiers.

This works well when the gift should be a loyalty perk.

#### Gift plus loyalty discount

Keep the GWP rule simple.

A clear **Minimum Spend** is usually easiest to test and explain.

If the loyalty reward reduces the cart subtotal, recheck the GWP threshold.

#### Bundle discount plus gift

Use different qualifying rules so the same cart does not accidentally trigger both offers unless that is intentional.

Roadmap bundle discounts are product discounts.

Keep the GWP threshold, audience, or timing separate.

### Safe setup rules

Use one or more of these:

* different **Customer Eligibility**
* different **Conditions**
* different **Active Dates**
* a sensible **Maximum number of uses per order** on the GWP

### Recommended examples

#### Everyone gets the gift, members get extra savings

Set the GWP to **All customers**.

Deliver the member benefit through loyalty rewards.

#### Members-only gift during a sitewide sale

Keep the sale broad.

Restrict the GWP to **Members** or tagged VIPs.

#### Bundle discount plus premium gift

Keep the bundle discount product-based.

Use a separate GWP threshold or member restriction for the gift.

### Launch checklist

Before going live, check these:

* the two offers do not unintentionally target the same customer and cart
* the GWP gift cap is intentional
* the member tiers or tags are correct
* the offers have been tested one at a time first

### If results look inconsistent

Pause one offer and retest.

If the result becomes predictable, the issue is usually overlap.

### Related guides

* [Discount codes with GWPs](/discounts-and-gwp/using-gwp-and-discounts/discount-codes-with-gwps.md)
* [Run multiple discounts and GWPs at once](/discounts-and-gwp/using-gwp-and-discounts/run-multiple-discounts-and-gwps.md)
* [GWP not showing at checkout](/discounts-and-gwp/troubleshooting/gwp-not-showing-at-checkout.md)


---

# 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.roadmap.so/discounts-and-gwp/using-gwp-and-discounts/run-multiple-discounts-and-gwps/combine-gwps-with-loyalty-rewards-or-bundles.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.
