# Customer Management

The **Customer Management** module of the Emporix Management Dashboard is designed to help you manage companies, customers, contacts and discount coupons.

The **Customer Management** module is made of three sections:

* [Companies](/ce/management-dashboard/customer-management/companies.md) - where you can manage details of the companies assigned to the customers
* [Customers](/ce/management-dashboard/customer-management/customers.md) - where you can manage all the customers and contacts' details
* [Groups](/ce/management-dashboard/customer-management/customer-groups.md) - where you can manage customer groups and their access permissions
* [Segments](/ce/management-dashboard/customer-management/segments.md) - where you can manage customers' groupings together with featured products and categories
* [Coupons](/ce/management-dashboard/customer-management/coupons.md) - where you can manage discounts for the customers

{% hint style="info" %}

* Looking for business guides about the features? See [Customer Management](/ce/core-commerce/customer-management.md) and [Coupons](/ce/core-commerce/coupons.md) documentation in the Core Commerce section.
* Looking for the API documentation? See [Company and Customers](/api-references/api-guides/companies-and-customers/client-management/customer-management.md) and [Coupons](/api-references/api-guides/rewards-and-promotions/coupon/coupon.md) services documentation.
  {% 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://developer.emporix.io/ce/management-dashboard/customer-management.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.
