# How to Add a Raw Material

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

### Steps

1. **Click on "Inventory" from the side menu and click on "Raw Materials". This will take you to the Raw Materials page.**
2. Click on the "Add Raw Material" button on the top right corner. This will take you to the Add Raw Material page.
3. Fill out the form:
   * **Material Name:** Enter your material name.
   * **Description:** Provide a brief description of the material.
   * **Cost Price:** Enter the cost price of the material.
   * **Unit:** Enter the unit of the material.
   * **Quantity:** Enter the quantity of material you have in stock.
   * **Restock Level:** Enter the quantity threshold at which you want to be notified for restocking.
4. Click on "Add Material" to add the material to your Raw Materials.

{% hint style="info" %}
**Hint**

The quantity of the material should be based on how it is used. For instance, if you buy 10 boxes of bottles and each box contains 50 bottles, and you use the bottles individually, then the total quantity should be 500 bottles (not 10 boxes), with the unit being "pieces" instead of "boxes." Additionally, the cost price should be the cost for one piece, not one box.
{% endhint %}

### FAQs

<details>

<summary><strong>Can I add multiple raw materials at once?</strong></summary>

No, you need to add raw materials individually. However, you can use the import feature for bulk additions.

</details>


---

# 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.keepup.store/docs/tutorials/raw-materials/how-to-add-a-raw-material.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.
