> For the complete documentation index, see [llms.txt](https://docs.b2bridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2bridge.io/app-configuration/customer-group.md).

# Customer Groups

Customer Groups define *who* sees your B2B prices and *how* they pay. By assigning a Price List to a Customer Group and tagging customers into that group, those customers will see their B2B prices after logging into your store.

{% hint style="info" %}
A Customer Group needs at least one [Price List](/app-configuration/price-list.md) assigned to it before B2B prices become visible to customers in that group.
{% endhint %}

### How Customer Groups work:

* Each Customer Group is identified by a **Shopify customer tag**. Any customer with that tag automatically belongs to the group.
* You assign one or more Price Lists to the group, then customers will see the B2B prices from those lists.
* You control the assigned payment methods: online payment, net payment terms, and saved cart.
* You can choose whether tax is collected for orders from this group.

### Managing your Customer Groups:

From the **Customer Groups** page, you can:

* **Create** a new group by clicking **Create customer group**
* **Edit** an existing group by clicking the edit icon in the Action column
* **Delete** a group (this cannot be undone and cannot remove the Shopify tag remains on customers)

***

{% 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
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://docs.b2bridge.io/app-configuration/customer-group.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.
