# Get started

Once installed, you can immediately use the app and start setting up your B2B store using our checklist:

<figure><img src="/files/OStyhoY4HSnTo6yuGCYQ" alt=""><figcaption></figcaption></figure>

### Overview of the checklist:

{% stepper %}
{% step %}

### Activate our app embed script

This step is imperative to make B2Bridge work on your store.
{% endstep %}

{% step %}

### Set up Price list and Customer group to map B2B prices to a customer group

**Tip**: When configuring Customer group, add your own account so you can test out the app immediately.

Read more about [Price list](/app-configuration/price-list.md) and [Customer group](https://b2bridge.gitbook.io/b2bridge/app-configuration/customer-group/set-up-customer-group).
{% endstep %}

{% step %}

### Install elements to display B2B prices

Install code snippets on collection pages and product pages to display B2B prices.
{% endstep %}

{% step %}

### Create a B2B registration form for your potential B2B customers

Read more about [B2B registration form](https://b2bridge.gitbook.io/b2bridge/app-configuration/b2b-registration-form/create-a-b2b-registration-form).
{% endstep %}

{% step %}

### Log into your test account

See how B2Bridge works on your store, place a test order, test your registration form, etc.
{% 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/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.
