# Orders

The **Orders** module of the Emporix Management Dashboard is designed to help you manage orders and returns placed in your store.

The Orders section is made up of four sections:

* [Orders](/ce/management-dashboard/orders-module/orders.md) - view all the orders placed by the customers
* [SEPA](/ce/management-dashboard/orders-module/sepa.md) - create SEPA-XML files
* [Returns](/ce/management-dashboard/orders-module/returns.md) - manage returns for the orders

{% hint style="info" %}

* Looking for business guides? Check out the [User Business Scenarios](/api-references/api-guides/orders/availability/availability.md), [Availability](/ce/core-commerce/product-user-guide/availabilities.md), [Carts](/ce/core-commerce/carts.md) and [Returns](/ce/core-commerce/returns.md) documentation.
* Looking for code tutorials and API reference? Check out the [Availability Service](/api-references/api-guides/orders/availability.md), [Order Service](/api-references/api-guides/orders/order.md), [Sepa Export](/api-references/api-guides/orders/sepa-export.md), [Pick-Pack Service](/api-references/api-guides/orders/pick-pack.md) and [Returns Service](/api-references/api-guides/orders/returns.md) 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/orders-module.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.
