> For the complete documentation index, see [llms.txt](https://docs.p4warehouse.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.p4warehouse.com/v2/production/production-orders/production-order-details-page-overview.md).

# Production Order Details Page Overview

After the new production order is created, users can access following details page. &#x20;

<figure><img src="/files/vX4Gn9w1RZw3UHZTg9Jv" alt=""><figcaption></figcaption></figure>

Production order detail page consists of 4 segments: Header, Production, Info details, and Lines.

#### Header

Header section display general information about the production order, including State, order number, and warehouse (this information is fixed or changes automatically). Users can add or edit reference and comments fields.&#x20;

<figure><img src="/files/EPmxo4O24NgQjRzmepGD" alt=""><figcaption></figcaption></figure>

#### Production

In the following section users can assign production orders to specific warehouse employees, choose a workflow using drop down menu, and assign work area.&#x20;

<figure><img src="/files/7rfVhFBe2YTSZpJbaFoV" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Notice: Workflows must be setup beforehand (Setup > Workflows).
{% endhint %}

Before assigning a work area, make sure that warehouse zone is set as a production area (Setup > Warehouse > Zones).&#x20;

Click 'Assign...' link next to 'Work area' field and make a work bin selection from the 'Production Bin Assignment' pop-up window.

<figure><img src="/files/XP6LAqFW9sDidXqf0cS6" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9RIui0TFvmDrNgRmwkYp" alt=""><figcaption></figcaption></figure>

#### Info Details

This section contains ten fields for custom details about current production work order. Information from this field will also be visible from the production work order list and can be used for sorting purposes.&#x20;

<figure><img src="/files/5LjPhzdzLpszn1gA1rBl" alt=""><figcaption></figcaption></figure>

#### Lines

Lines section display input and output products involved in the current production order.&#x20;

Switch between 'Consume' and 'Produce' tabs to see consumables and expected results of the production order.&#x20;

<figure><img src="/files/anwrhXbiAKf41laFHTt2" alt=""><figcaption></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://docs.p4warehouse.com/v2/production/production-orders/production-order-details-page-overview.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.
