# Quick setup (5 minutes)

After installing the app, follow these steps to start showing B2B prices to your customers.

***

## Step 1 — Create a Volume Pricing rule

Volume pricing gives discounts to customers who buy more.

1. Go to **Volume Pricing** in the left menu
2. Click **Create rule**
3. Add quantity tiers, for example:
   * Buy 3–9 → 5% off
   * Buy 10–49 → 10% off
   * Buy 50+ → 15% off
4. Click **Save**

The tier table will appear automatically on your product pages.

***

## Step 2 — Create a Wholesale Pricing rule

Wholesale pricing gives a fixed discount to specific customers.

1. Go to **Wholesale Pricing** in the left menu
2. Click **Create rule**
3. Set the audience to **Customer tags** and enter your wholesale tag (e.g. `wholesale`)
4. Choose a discount type — for example, 20% off
5. Click **Save**

***

## Step 3 — Verify on your storefront

1. Log in to your store as a test customer who has the `wholesale` tag
2. Visit any product page
3. You should see B2B prices on the product cards and collection pages

***

## Next steps

* [Set up the B2B Registration Form](/orbit-b2b-docs/b2b-registration/overview.md) — let buyers apply for wholesale access
* [Create Customer Groups](/orbit-b2b-docs/customer-groups/overview.md) — organize buyers into tiers
* [Configure Email Notifications](/orbit-b2b-docs/email-notifications/overview.md) — send branded emails on approval/rejection


---

# 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/getting-started/quick-start.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.
