> 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/what-the-inventory-item-page-shows.md).

# What the inventory item page shows

The item page is the full picture of one inventory item. The top shows its name and SKU, with Edit to change them and Edit Reorder Level to set the reorder threshold. A table breaks the stock down by location, with Total Qty, Reserved, and Available at each location and a Total row across them; the default location is listed first, and you can expand a location to see which jobs are holding the reserved units.

The numbers mean: on hand is the physical count, reserved is what's earmarked for jobs or visits not yet completed, available is on hand minus reserved, and incoming is what's on order via open purchase orders.

Adjust Quantity changes the counted stock, and Transfer Items moves units between locations. A chart shows the item's inventory or usage over time, and a Timeline tracks activity. You can ask Essential about the item you're viewing, such as how many are in stock, how many are available, what's reserved or incoming, or whether it needs reordering.

![Inventory item detail page](/files/TrHM5Lx2qe6UongnizX2)

> **Where to find it:** Inventory page (main navigation, Inventory), then open an item

## Related guides

* [Adjust on-hand quantity and transfer items between locations](/field-operations/inventory/adjust-on-hand-quantity-and-transfer-items-between-locations.md)
* [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)
* [See and browse your inventory (the Inventory page)](/field-operations/inventory/see-and-browse-your-inventory-the-inventory-page.md)
* [Reorder levels and what's running low](/field-operations/inventory/reorder-levels-and-whats-running-low.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/what-the-inventory-item-page-shows.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.
