> 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/installation.md).

# Install the app

## Installation steps

1. Go to the Shopify App Store and click **Add app** on the Orbit Wholesale B2B listing.
2. Review the requested permissions and click **Install app**.
3. You'll be redirected to the app dashboard inside your Shopify admin.

That's it — you land in the app dashboard. To show B2B prices on your storefront, enable the **B2B Prices** app embed once (it's OFF by default). See [Enable the embed](/orbit-b2b-docs/b2b-prices-app-embed/enable.md).

***

## What gets installed

* **B2B Prices app embed** — overrides retail prices everywhere on the storefront (product pages, sticky add-to-cart, and product cards on collection / search / home). One toggle, applies everywhere. OFF by default — turn it on in the theme editor. See [B2B Prices overview](/orbit-b2b-docs/b2b-prices-app-embed/overview.md).
* **App blocks** — optional blocks you can drag onto specific pages via Theme Editor:
  * **Volume Pricing Table** — shows the quantity-break tier table on a product page
  * **Variant Drawer** — slide-out multi-variant order drawer
  * **Quick Order** — bulk-order form
  * **Request a Quote** — opens the RFQ modal on a product page
  * **Registration Form** — B2B signup form for customers to apply for a wholesale account

> The app never modifies your theme files. You can uninstall at any time and everything is removed cleanly.

***

## Check that the embed is active

1. Go to **Online Store → Themes → Customize**
2. Click **App embeds** (top bar or left panel)
3. Make sure **Orbit B2B Wholesale** is toggled on

If it was accidentally turned off, toggle it back on and save.

***

## Compatible themes

Works with all Shopify Online Store 2.0 themes, including:

* Dawn, Studio, Craft, Trade, Sense
* Horizon
* Any theme that supports App Blocks


---

# 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/installation.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.
