# Use groups in pricing rules

Once you have a Customer Group set up, you target it in pricing rules using the group's tag.

***

## In a Wholesale Pricing rule

1. Open or create a **Wholesale Pricing** rule
2. Under **Customer eligibility**, select **Customer tags**
3. Enter the group's tag (e.g. `b2b-gold`)
4. Save

All members of the Gold group will see the discounted price.

***

## In a Volume Pricing rule

Same process — set **Customer eligibility → Customer tags** and enter the group tag.

***

## Targeting multiple groups with one rule

Enter multiple tags in the **Customer tags** field. A customer who has *any* of those tags qualifies.

**Example:** A "20% off B2B" rule targets both `b2b-gold` and `b2b-diamond` customers.

***

## One rule per group vs. shared rules

| Approach           | When to use                                                    |
| ------------------ | -------------------------------------------------------------- |
| One rule per group | Different discount amounts per tier (Gold = 20%, Silver = 10%) |
| One shared rule    | Same discount for all groups, just restricted to B2B buyers    |

***

## Verification

After setting up the rule:

1. Log in to your storefront as a customer who is in the group
2. Visit a product the rule covers
3. Verify the discounted price appears on the product card and product page


---

# 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/customer-groups/use-in-rules.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.
