> For the complete documentation index, see [llms.txt](https://learn.erpag.com/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.erpag.com/project/manufacturing/manufacturing-project/manufacturing-project-01.md).

# Manufacturing project - Basics

Manufacturing Project enables you to track multiple work orders arranged inside one project.

Usual implementations:

* Multi-level products
* Simple construction
* HVAC
* on site installations

Manufacturing project summarizes all costs in one place so from the cost perspective you can know where are you standing for each project.

### Basic interface

As all forms in ERPAG, MP form is also split in sections. First section is Document header.

In document header you can see general references or meta data describing this Manufacturing Project.

| Field          | Description                                                  |
| -------------- | ------------------------------------------------------------ |
| Number         | incremental number for MP defined by the system              |
| Tag            | standard text field limited to 8 characters                  |
| Date time      | Date and time of document creation                           |
| Warehouse      | Default inventory Warehouse                                  |
| Description    | Free text filed (256 characters long) for describing project |
| Planned start  | Date time of planned start                                   |
| Expected       | Date time for finishing date                                 |
| Estimated cost | Summarized value combining all WO included in project        |

![](/files/-LKg7y6NCd5B0hEHYaAh)

#### Second section

In order to represent the structure of the project - we use rectangles which are designed to show basic info for each work order submitted in project.

![](/files/-LKg5U4Hy-HHjhr2ceqy)

#### Third section is representation in Gantt charts&#x20;

{% hint style="info" %}

### Gantt chart

a chart in which a series of horizontal lines shows the amount of work done or production completed in certain periods of time in relation to the amount planned for those periods.
{% endhint %}

Sample from the gantt chart preview

![](/files/-LKg5vnQBG4E5yRXjDDq)

#### Last section  represents summary table&#x20;

Here you can see  all items, sub-assemblies and work operations included in the project.\
Values are grouped based on the type:

* Finished products
* Raw materials
* Work operations

Each group has its own summary row so you can see cost exploded by type

![](/files/-LKg6EZcdbbIAofVP6DG)


---

# 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, and the optional `goal` query parameter:

```
GET https://learn.erpag.com/project/manufacturing/manufacturing-project/manufacturing-project-01.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
