# General settings

## Discount strategy

Controls what happens when a customer qualifies for both a wholesale pricing rule **and** a volume pricing rule at the same time.

| Strategy                              | Behavior                                                                                       |
| ------------------------------------- | ---------------------------------------------------------------------------------------------- |
| **Best price for customer** (default) | The app compares both discounts and applies whichever gives the customer the lower final price |
| **Stack discounts**                   | Both discounts are applied on top of each other                                                |

To change the strategy:

1. Go to **Settings → General**
2. Find **Discount strategy**
3. Select your preferred option
4. Save

***

## Notification email

The email address where you receive new B2B registration notifications. By default this is your Shopify store email.

To change it:

1. Go to **Registration → Email Settings → Registration**
2. Update the **Notify email** field
3. Save

***

## Registration page

The Shopify page where your B2B registration form is hosted. Used to generate the correct link in emails and the setup guide.

To set it:

1. Go to **Registration → Email Settings → Registration**
2. Select your registration page from the dropdown
3. Save


---

# 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://orbit-b2b.gitbook.io/orbit-b2b-docs/settings/general.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.
