> 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/frontend/commerce-examples/introduction.md).

# Introduction

This section walks through end-to-end customer journeys in the commerce frontend.\
Each story pairs customer-facing steps with matching merchant actions in the management dashboard. You can expect practical flows like browsing, ordering, quoting, and returns.

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><i class="fa-basket-shopping">:basket-shopping:</i></td><td align="center"><strong>Orders</strong></td><td align="center">From checkout in the storefront to order handling in the dashboard.</td><td><a href="/pages/PQQkTIUK3glJ6Kppsb0E">/pages/PQQkTIUK3glJ6Kppsb0E</a></td></tr><tr><td align="center"><i class="fa-message-quote">:message-quote:</i></td><td align="center"><strong>Quotes</strong></td><td align="center">Request and negotiate quotes, then convert them into orders.</td><td><a href="/pages/sMONov910vvCIGjo4rzX">/pages/sMONov910vvCIGjo4rzX</a></td></tr><tr><td align="center"><i class="fa-rotate-reverse">:rotate-reverse:</i></td><td align="center"><strong>Returns</strong></td><td align="center">Initiate returns in the storefront and process them in the dashboard.</td><td><a href="/pages/IBwU5418yLHrVoe2F0XM">/pages/IBwU5418yLHrVoe2F0XM</a></td></tr></tbody></table>

{% hint style="info" %}
For more details about the merchant side in the Emporix solution, see the [Management Dashboard](/ce/management-dashboard/introduction.md) guides.
{% 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:

```
GET https://developer.emporix.io/frontend/commerce-examples/introduction.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.
