# Inventory

Each product can have its own set inventory/stock regarding the qty/units in stock and for each recorded inventory purchase the purchase cost per unit can be added for the respective date of purchase.

## Adding Inventory

When stock is turned on, you can set the initial inventory on hand for that product. After the first inventory has been added, to add more inventory click the ![](/files/5aqAoRFuJPVtC3UFaSFV) button to add to your existing inventory. Fields required are the Vendor (add a vendor if this has been done so already)/or use the Adjustment button to put an Adjustment as a vendor. The QTY - this will add against the existing QTY (note that a negative QTY will reduce from the existing QTY), the cost per unit for the new products to be added, and the date which this addition to the inventory took place (i.e. when you received the inventory order)

<figure><img src="/files/A5gn5g3kO7iuv5A0zgTe" alt=""><figcaption><p>Adding 10 items to the standing inventory of the selected Product</p></figcaption></figure>

## Removing Inventory

Click the ![](/files/5aqAoRFuJPVtC3UFaSFV) and then select the Adjustment button to set a vendor called Adjustment

<figure><img src="/files/87qUTh8ta2dL3yeqq9p0" alt=""><figcaption><p>Removing 10 items by entering a -10QTY a vendor is not assigned when the Adjustment button is selected</p></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.simplespa.net/simplespa-documentation/fundamentals/products/inventory.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.
