> 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.md).

# Cockpit views

- [Dashboard](https://developer.emporix.io/order-intake-cockpit/cockpit-views/dashboard.md): The Order Intake Cockpit Dashboard provides customizable KPI cards and charts for order intake documents and the sales orders they produce.
- [Upload Document](https://developer.emporix.io/order-intake-cockpit/cockpit-views/upload-document.md): Upload purchase order PDF files in the Order Intake Cockpit to start extraction, validation, and order-intake processing.
- [Documents](https://developer.emporix.io/order-intake-cockpit/cockpit-views/documents.md): The Documents view shows processing statuses of order intakes, and enables correcting exceptions and continuing processing.
- [Orders](https://developer.emporix.io/order-intake-cockpit/cockpit-views/orders.md): The Orders view shows sales orders created from Order Intake Cockpit processing, including order status and order details for follow-up.
- [Companies](https://developer.emporix.io/order-intake-cockpit/cockpit-views/companies.md): The Companies view lets operators manage company records - legal entities and billing/shipping address roles that used during order intake.


---

# 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.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.
