> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/manufacturing/manufacturing-process/creating-a-manufacturing-process.md).

# Creating a Manufacturing Process

Manufacturing processes are critical to the efficiency and quality of your products. To streamline operations and ensure consistency, it's important to formalize these processes within your manufacturing system.&#x20;

Creating a manufacturing process in XoroERP system is easy. It involves defining the name and description of the process.&#x20;

{% hint style="info" %}
To create a Manufacturing process, go to **Menu > Manufacturing > Manufacturing Process**
{% endhint %}

### Entering the Manufacturing Process Details

Once in the Manufacturing Process module, you're required to provide specific details about the process you're creating.

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

* **Name:** Enter a unique name for your manufacturing process. This name should be easily identifiable and related to the process's main activity or product.
* **Description:** Provide a detailed description of the manufacturing process. Include information such as the purpose of the process, the steps involved, and any relevant parameters or settings.
* **Assigned Users:** This field allows you to assign one or more users to the manufacturing process. The dropdown displays the list of available users, and multiple users can be selected for a single process.

{% hint style="info" %}
The **Assigned Users** field is available only when workstation access is granted to users.
{% endhint %}

After entering the details, click "Save" to create the manufacturing process.&#x20;

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

This process will now be available in **Batch Manufacturing Orders** and **Bill of Material (BOM)** modules, where it can be applied to Manufacturing Orders to support production planning, execution, and process consistency.

<figure><img src="/files/Zv7a6gn4TtfDSUtFhoSZ" 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, and the optional `goal` query parameter:

```
GET https://docs.xorosoft.com/xoroerp-1/manufacturing/manufacturing-process/creating-a-manufacturing-process.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.
