# Set up Customer Group

Customer Group represents a segment of your B2B customers (e.g. small customers vs key customers), and each customer group may receive a different set of B2B prices.

Main features in Customer Group:

* Assign price list(s)
* Select payment options available (pay online or on a net terms)
* Exempt tax

## Set up your customer group

From the left-side navigation, select **Customer Groups** and click on **Create customer group.**

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

### Step 1: Name your customer group

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

In this step, you can name your customer group to whatever you desire, since the name won't be displayed to your customers.

### Step 2: Add a tag to distinguish between customer groups

This step is imperative to make B2Bridge display correct prices to correct customers

### Step 3: Assign price list(s)

Here you assign price list(s) to a customer group. If you have not created a price list yet, it is advisable to create a price list 1st, before you set up a customer group.

{% hint style="info" %}
If 2 price lists have any section selected to **Apply to the total sum of product quantity from this price list,** then you should assign only 1 price list to a customer group.
{% endhint %}

### Step 4: Select payment options available

<div data-full-width="true"><figure><img src="/files/oMb01xf3w7ElGrVtExq3" alt="" width="563"><figcaption></figcaption></figure></div>

* **Pay online:** Customers will checkout with default Shopify checkout.
* **Net payment term:** Customers will use the custom Net term checkout. It allows customers to pay within 15 days, 30 days... Finish setting up Net payment term [here](https://b2bridge.gitbook.io/b2bridge/app-configuration/customer-group/set-up-net-payment-terms).
* **Save for later**: Save cart for future order

<figure><img src="/files/mofOkKFHCnCzOD2LT1Xf" alt="" width="375"><figcaption><p>Checkout with Net payment terms</p></figcaption></figure>

{% columns %}
{% column %}

<figure><img src="/files/oCcJLvZ2TRmFoNI5NDRq" alt="" width="563"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/b41aJOePXrSn8bO0SKC8" alt="" width="563"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Step 5: Add customers

You can add add manually to customers with tag from Step 2, our app will still recognize the tag and display correct prices.

You can also add customers in this section below, by adding customers here, they will automatically be tagged with the same tag from Step 2.

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

### Step 6: Add order tag

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

These tags help you manage orders. To avoid overlapping issues, ensure 1 customer has 1 tag. In that way, the price list will always be correct.

### Step 7: Exempt tax (optional)

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

This setting will change the tax setting in each customer in this group

<figure><img src="/files/QEKBqwRL4YgzIbOXE0hr" alt="" width="360"><figcaption></figcaption></figure>

You can see this tax setting changes in each customers when visiting Customers tab in your Shopify admin.

## Next step:

You'll need to install code snippets onto your theme in order to make our app work. You can read more about installation [here](https://b2bridge.gitbook.io/b2bridge/app-configuration/installation).

{% 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/app-configuration/customer-group/set-up-customer-group.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.
