# Customer Service (Tenant Managed)

Create, manage, and delete customer profiles.

{% hint style="info" %}
This part of the Customer Service is managed in the tenant by employees on behalf of the customers. Actions can be performed in Emporix Management Dashboard directly, or by integrating the Emporix API Customer Service with a third-party application.
{% endhint %}

### Key Features and benefits

* Provides rich customer profiles that are extensible with custom fields
* Supports multiple addresses for payment and delivery
* Supports social login for different platforms
* Offers self-service for customers to manage their profile information
* Provides convenient login and removes login barriers with SSO for social logins
* Captures data important for the business to serve customers better
* Ensures secure login for customers to access their profiles


---

# 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/api-references/api-guides/companies-and-customers/customer-service.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.
