> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/ce/customer-use-cases.md).

# Customer Use Cases

- [Commerce Use Cases](https://developer.emporix.io/ce/customer-use-cases/scenarios-introduction.md): Get familiar with the Emporix storefront showcase. We've described a few use case examples to demonstrate the possibilities of Emporix system.
- [Quote Process](https://developer.emporix.io/ce/customer-use-cases/scenarios-introduction/quote-process.md): Find out how a quote process looks like from start to end.
- [Orders](https://developer.emporix.io/ce/customer-use-cases/scenarios-introduction/orders-process.md): See the end-to-end order process.
- [Coupons and Redeeming Rewards](https://developer.emporix.io/ce/customer-use-cases/scenarios-introduction/coupons-process.md): See the example of using coupons end-to-end.
- [Returns](https://developer.emporix.io/ce/customer-use-cases/scenarios-introduction/returns-process.md): Learn how the returns work in CE.
- [Payments](https://developer.emporix.io/ce/customer-use-cases/scenarios-introduction/payment-process.md): See how you can utilize different payment solutions.
- [User Management and Approvals](https://developer.emporix.io/ce/customer-use-cases/scenarios-introduction/right-roles.md): Learn how you can manage users and permissions on the storefront.
- [Customer Social Login](https://developer.emporix.io/ce/customer-use-cases/scenarios-introduction/social-login.md): See how social login facilitates accessing your online store.
- [Personalized Commerce - Customer Segments](https://developer.emporix.io/ce/customer-use-cases/scenarios-introduction/segments.md): See the example of using customer segments to offer personalized experience.
- [Company Shared Orders and Customer Groups](https://developer.emporix.io/ce/customer-use-cases/scenarios-introduction/shared-orders.md): Learn how customer groups and shared company orders can facilitate your workflows.
- [Automated Use Cases](https://developer.emporix.io/ce/customer-use-cases/introduction.md): Explore the examples of how Emporix CE and OE systems can work together to learn how the functionalities we offer can be used in your company.
- [First Registration Coupon](https://developer.emporix.io/ce/customer-use-cases/introduction/first-registration-coupon.md): Check out usage of a value stream to automate coupon creation for first time customers.
- [Availability and Warehouse Assignment](https://developer.emporix.io/ce/customer-use-cases/introduction/availability-and-warehouse.md): Check out the Emporix use case of product availability check and warehouse reassignment process.
- [Quote and Order Entry Automation](https://developer.emporix.io/ce/customer-use-cases/introduction/order-entry.md): See the use case of how the quotes and order process can be automated.


---

# 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://developer.emporix.io/ce/customer-use-cases.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.
