# Manufacturing Products

Manufacturing products define the details of the product being manufactured. It contains all the necessary details needed to ensure accurate costing and stock movements.

## Creating a Manufacturing Products

1. In the [**Admin Portal**](https://admin.gobossit.com/), go to the **group** level.
2. Navigate to **Stock > Manufacturing Products.**
3. Click **Add Product**.
4. Enter the details:
   1. **Name** — Identifier of manufactured item
   2. **Department** — The department which the item belongs to
5. Add **Inputs** — Stock item(s) consumed during the manufacturing process.
   * Under Inputs, click Add item. Search for stock item to add and enter appropriate quantity. Repeat to add more items.
6. Add **Other costs** — Any non-stock costs associated with the production such as utilities or labour.
   * Under **Other costs**, click **Add item**. Search for cost item and enter the value. Repeat to add more items.
7. Add **Outputs** — The finished product(s) created from the process, including the resulting quantity.
   * Under **Outputs**, click **Add item**. Search for stock item to add and enter the expected resulting quantity. Repeat to add more items.
8. Click **Create**.

<figure><img src="/files/3uW45IiaUp2siWUroysl" alt=""><figcaption></figcaption></figure>

A summary is displayed at the bottom showing the quantities of all input stock items, any additional costs, and the total output that will be created.

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


---

# Agent Instructions: 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.bossithq.com/manufacturing/manufacturing-products.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.
