> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/stock.md).

# Stock

**Stock** is the inventory management Power-Up in OutSmart.

Use it to track what you have, where it is stored, and when to reorder.

### In this guide

* [**Introduction to Stock**](/marketplace-packages-and-power-ups/power-ups/stock/introduction-to-stock.md)
* [**Activate Stock through the License Manager**](/marketplace-packages-and-power-ups/power-ups/stock/activate-stock-through-the-license-manager.md)
* [**Create warehouses**](/marketplace-packages-and-power-ups/power-ups/stock/create-warehouses.md)
* [**Set stock levels per warehouse**](/marketplace-packages-and-power-ups/power-ups/stock/set-stock-levels-per-warehouse.md)
* [**Import stock with Excel**](/marketplace-packages-and-power-ups/power-ups/stock/import-stock-with-excel.md)
* [**Use Stock in work orders**](/marketplace-packages-and-power-ups/power-ups/stock/use-stock-in-work-orders.md)
* [**Record stock transactions**](/marketplace-packages-and-power-ups/power-ups/stock/record-stock-transactions.md)

### What you do with Stock

* manage stock per warehouse, vehicle, or job site
* set current, minimum, preferred, and maximum stock levels
* update stock automatically from material usage on work orders
* record deliveries, corrections, stock counts, and transfers
* keep supplier, purchase price, and lead-time data together

### Important to know before you start

* Activate **Stock** first.
* Set up your warehouse structure before you add stock.
* Stock values are stored per item and per warehouse.
* Work order material usage can update stock automatically.
* Excel import can speed up your first setup.

{% hint style="info" %}
Stock stays reliable when employees always select the correct warehouse before they register used materials.
{% endhint %}

### Why teams use Stock

* avoid stockouts on important items
* see stock availability across locations
* restock faster with clearer reorder signals
* track every stock movement in one history
* keep office and field teams aligned

### Related topics

* [**2BA**](/marketplace-packages-and-power-ups/power-ups/2ba.md)
* [**OutSmart packages**](/marketplace-packages-and-power-ups/marketplace/outsmart-packages.md)
* [**Power-Ups**](/marketplace-packages-and-power-ups/power-ups.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://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/stock.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.
