# Verifying Stock Deduction

The best way to verify if a product's stock profile is accurately configured is to **test with an order**. Create a test order through the POS then check **Stock Item History** to confirm correct deductions.

> **Example**
>
> Order a Quarter Pounder Burger. Verify that the system deducts appropriate units for each ingredient. Repeat the order and test with customisations. Verify that customisations add or deduct appropriate units of stock.


---

# 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/stock/verifying-stock-deduction.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.
