> 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/order-intake-cockpit/cockpit-views/orders.md).

# Orders

The **Orders** view lists all successfully processed customer orders that were created from emails with attachments or by uploading documents directly in the cockpit. Only orders that came through the email channel are displayed.

The table provides key order details, including order number, link to the related order intake document, status, customer, order date, delivery date, delivery address, payment, and order value.

Use this view to verify that order intake processing has resulted in the expected orders and to access individual records for further review or follow-up.

Orders displayed in the Order Intake Cockpit are also visible in the Management Dashboard. However, orders from channels other than *email* are not shown here.

<figure><img src="/files/bdBFVY0VnHTCEAQpng2O" alt="Orders table with columns and status badges"><figcaption><p>Orders — sales orders from order intake</p></figcaption></figure>

## Order details

The Order details view shows the full information for a selected order. Open an **Order number** from the table to access this view. It allows you to review all data captured during the order intake process.

At the top of the page, you see the order identifier along with a status badge.

The page is organized into sections that group key information:

* **Order** - Includes data such as date, channel, site, market, and payment method.
* **Customer** - Displays details such as name, email, customer ID, and company.
* **Addresses** - Shows both Ship To and Bill To information.

The order items table lists all products included in the order. For each item, you can review the product (image, identifier, and label), as well as quantity, net price, tax, and gross price.

<figure><img src="/files/6ZvvcH1SdnL0PB11Xc52" alt="Order details page with summary cards and order items table"><figcaption><p>Order details view</p></figcaption></figure>


---

# 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/order-intake-cockpit/cockpit-views/orders.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.
