# Get started

Follow these steps to get your B2B store up and running with B2Bridge. You can track your progress directly from the **Set up checklist** on your dashboard.

<figure><img src="/files/UzdJC8KVgBHmBc9fLtOq" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
When you install B2Bridge for the first time, you'll be taken through a short **Onboarding** that helps you choose the right plan based on your B2B goals. You can skip it and come back to this checklist at any time.
{% endhint %}

{% stepper %}
{% step %}

### Activate B2Bridge's app embed

Go to your Shopify Theme Editor and activate the B2Bridge app embed. This enables B2Bridge to display B2B prices and features on your storefront.

From your dashboard, click **Enable App** — this opens the Theme Editor directly with B2Bridge pre-selected.
{% endstep %}

{% step %}

### Subscribe to a pricing plan

Subscribe to a pricing plan to unlock B2Bridge's full feature set. Click **Go to pricing page** from the Set up guide, or navigate to **Pricing plans** in the sidebar.

A 14-day free trial is available on all paid plans — you won't be charged until the trial ends.
{% endstep %}

{% step %}

### Set up a Price List

Create your first Price List to define B2B prices for your products. A Price List can contain custom discounts, volume tiers, and order limits.

Head to [Price Lists](/v2.2026/app-configuration/price-list.md) to get started.
{% endstep %}

{% step %}

### Set up a Customer Group

Create a Customer Group and assign your Price List to it. The Customer Group defines which customers see B2B prices and what payment methods are available to them.

Head to [Customer Groups](/v2.2026/app-configuration/customer-group.md) to get started.
{% endstep %}

{% step %}

### Install B2Bridge on your theme

Run the installation to embed B2Bridge's code into your Shopify theme. This step is required for features like Quick Order, Net Terms, and RFQ to appear on your storefront.

Head to [Installation](/v2.2026/app-configuration/installation.md) to get started.
{% endstep %}

{% step %}

### Test on your store

Open your store and log in with a test B2B account to verify that prices, payment options, and other features are working as expected.

From your dashboard, click **Open store** to go directly to your storefront.
{% endstep %}
{% endstepper %}

***

{% hint style="success" %}

### Need Help?

If you have questions or run into issues while using any feature, we're here to help.

* 💬 **Start a** [**Live Chat** with our support team](https://go.crisp.chat/chat/embed/?website_id=a59f354c-f51f-4f84-ae9a-c0e8dd69d2e5) directly from your B2Bridge dashboard.
* 📧 **Email us at** [**support@b2bridge.io**](mailto:support@b2bridge.io) and we'll get back to you as soon as possible.
  {% endhint %}


---

# 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://docs.b2bridge.io/v2.2026/get-started.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.
