> For the complete documentation index, see [llms.txt](https://learn.withessential.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.withessential.com/field-operations/inventory/reorder-levels-and-whats-running-low.md).

# Reorder levels and what's running low

A reorder level is the threshold at which an item counts as low. Set it per item with Edit Reorder Level on the item page; an item with no reorder level set is never flagged. An item needs reordering when its available quantity (on hand minus reserved) falls below its reorder level.

On the Inventory page, the Needs Reorder toggle filters the list to just those items, and the Available column shows how short you are; Incoming shows how much is already on order via open purchase orders, which doesn't clear the needs-reorder flag until it's received.

Asking Essential what's running low, what needs reordering, or whether a particular item is below its reorder level is answered from these quantities across the business.

> **Where to find it:** On the item page, Edit Reorder Level; on the Inventory page, the Needs Reorder filter

## Related guides

* [Creating and receiving purchase orders](/field-operations/inventory/creating-and-receiving-purchase-orders.md)
* [Inventory quantity terms: on-hand, reserved, available, incoming](/field-operations/inventory/inventory-quantity-terms-on-hand-reserved-available-incoming.md)
* [Adjust on-hand quantity and transfer items between locations](/field-operations/inventory/adjust-on-hand-quantity-and-transfer-items-between-locations.md)
* [See and browse your inventory (the Inventory page)](/field-operations/inventory/see-and-browse-your-inventory-the-inventory-page.md)
* [What the inventory item page shows](/field-operations/inventory/what-the-inventory-item-page-shows.md)


---

# 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://learn.withessential.com/field-operations/inventory/reorder-levels-and-whats-running-low.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.
