# Combining Discounts

Merchants are able to set custom 'combines with' rules for any benefits that adds discounts to orders, and they are able to define whether credits are able to combine with other discount benefits. These combination rules follow the same rules found within the Shopify discount menu.

{% hint style="warning" %}
Combines With rules will only affect codes created within Inveterate. If you need non-Inveterate codes to also combine, you will need to edit these codes manually within Shopify.
{% endhint %}

**Discount Based Benefits**

All discount based benefits have the following menu built into the configuration page.  Each discount benefit must have the menu configured independently. If you are using this same benefit across multiple tiers, you will need to ensure the settings are the same cross all tiers.

<figure><img src="/files/4h4oYDXJ663gg2iddp9s" alt=""><figcaption></figcaption></figure>

**Credit Based Benefits**

'Combines With' rules for credit based benefits are configured within the 'settings' menu of Inveterate. You will find the same menu that you see within the discount based benefits. For credits, you will only need to set this configuration once - unlike discount benefits that need to be configured individually.

<figure><img src="/files/8uF8DQwX0rbUb6ZFpouk" alt=""><figcaption></figcaption></figure>


---

# 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://help.inveterate.com/help-center/discount-information/combining-discounts.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.
