# Add customer groups

With customer Groups, you can classify customers as Retail Customers, Wholesale Customers, Friends, Colleagues, or whatever you would love to…

* To add a “Customer Group” go to `Contacts -> Customer Groups` & Click on the “Add” button.
* It will show a popup asking for the customer group name & Calculation Percentage.

Calculation percentage is used to calculate the selling price.

### **Example:**

* Suppose the Selling Price set for a product Product1 is Rs.200
* Customer Group Name = Students\
  Calculation Percentage = -20
* **Note**: -20 (notice a minus sign) or you may set it to 20 = +20%
* And you have created a customer with Harry with Customer Group assigned as Friend.
* Now go to the POS or Sell screen. Select the customer Harry and add the product1.
* You will notice that the selling price set for the product will be 200-20% = Rs.160

This is how customer Group works.

Customer Group does an internal calculation and applies the calculation percentage to the selling price. It will not show a separate discount on the invoice or the POS screen.

#### Customer Group Name Ideas (Based On Different Business)

1. VIP
2. Government Employees
3. Wholesale
4. Students
5. Influencers
6. Employee & Staff
7. Family

{% hint style="info" %}
**Tips:**

This feature is highly useful for retail, wholesale, or customer categories.
{% endhint %}

You can view reports for different customer groups from “Customer Groups Report” or in other terms, if you have retail and wholesale customer groups you can see which type of customer group is giving more sales.


---

# 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.kbgfuzion.com/erp/knowledge-base/contacts/add-customer-groups.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.
