> For the complete documentation index, see [llms.txt](https://orbit-b2b.gitbook.io/orbit-b2b-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-b2b.gitbook.io/orbit-b2b-docs/getting-started/quick-start.md).

# 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
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://orbit-b2b.gitbook.io/orbit-b2b-docs/getting-started/quick-start.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.
