> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/stock.md).

# Stock

- [Stock Products vs Stock Items](https://docs.bossithq.com/stock/stock-products-vs-stock-items.md)
- [Creating a Stock Product](https://docs.bossithq.com/stock/creating-a-stock-product.md)
- [Creating a Stock Item](https://docs.bossithq.com/stock/creating-a-stock-item.md)
- [Stock Category](https://docs.bossithq.com/stock/stock-category.md)
- [Stock Lists](https://docs.bossithq.com/stock/stock-lists.md)
- [Stock Price Types](https://docs.bossithq.com/stock/stock-price-types.md)
- [Stock Ledger](https://docs.bossithq.com/stock/stock-ledger.md)
- [Stock Profile](https://docs.bossithq.com/stock/stock-profile.md)
- [Managing a Product's Stock Profile](https://docs.bossithq.com/stock/stock-profile/managing-a-products-stock-profile.md)
- [Stock Profile for Products with Customisation Options](https://docs.bossithq.com/stock/stock-profile/stock-profile-for-products-with-customisation-options.md)
- [Stock Structure Approaches](https://docs.bossithq.com/stock/stock-structure-approaches.md)
- [Stock Multiplier for Customisations](https://docs.bossithq.com/stock/stock-structure-approaches/stock-multiplier-for-customisations.md)
- [Verifying Stock Deduction](https://docs.bossithq.com/stock/verifying-stock-deduction.md)
- [Stock Count](https://docs.bossithq.com/stock/stock-count.md)
- [Stock Count Comparison](https://docs.bossithq.com/stock/stock-count/stock-count-comparison.md)
- [Stock Count Adjustment](https://docs.bossithq.com/stock/stock-count/stock-count-adjustment.md)
- [Full Count vs Partial Count](https://docs.bossithq.com/stock/stock-count/full-count-vs-partial-count.md)
- [Stock Count Date and Timing](https://docs.bossithq.com/stock/stock-count/stock-count-date-and-timing.md)
- [Stock Calculations](https://docs.bossithq.com/stock/stock-count/stock-calculations.md)
- [Deleting a Stock Count](https://docs.bossithq.com/stock/stock-count/deleting-a-stock-count.md)
- [Uncounted Stock Products](https://docs.bossithq.com/stock/stock-count/uncounted-stock-products.md)
- [Stock Shipments](https://docs.bossithq.com/stock/stock-shipments.md)
- [Adding a New Shipment](https://docs.bossithq.com/stock/stock-shipments/adding-a-new-shipment.md)
- [Stock Transfer](https://docs.bossithq.com/stock/stock-transfer.md)
- [Creating a Stock Manual Transfer](https://docs.bossithq.com/stock/stock-transfer/creating-a-stock-manual-transfer.md)
- [Stock Internal Ordering](https://docs.bossithq.com/stock/stock-transfer/stock-internal-ordering.md)
- [Creating an Internal Order](https://docs.bossithq.com/stock/stock-transfer/stock-internal-ordering/creating-an-internal-order.md)
- [Receiving an Internal Order](https://docs.bossithq.com/stock/stock-transfer/stock-internal-ordering/receiving-an-internal-order.md)
- [Deleting an Internal Order](https://docs.bossithq.com/stock/stock-transfer/stock-internal-ordering/deleting-an-internal-order.md)
- [Stock Requests](https://docs.bossithq.com/stock/stock-transfer/stock-requests.md)
- [Stock Suppliers](https://docs.bossithq.com/stock/stock-suppliers.md)
- [Adding a Stock Supplier](https://docs.bossithq.com/stock/stock-suppliers/adding-a-stock-supplier.md)
- [Assigning a Stock Item to a Supplier](https://docs.bossithq.com/stock/stock-suppliers/assigning-a-stock-item-to-a-supplier.md)
- [Stock Supplier Orders](https://docs.bossithq.com/stock/stock-suppliers/stock-supplier-orders.md)
- [Creating a Supplier Order](https://docs.bossithq.com/stock/stock-suppliers/stock-supplier-orders/creating-a-supplier-order.md)
- [Supplier Order Email](https://docs.bossithq.com/stock/stock-suppliers/stock-supplier-orders/creating-a-supplier-order/supplier-order-email.md)
- [Receiving a Supplier Order](https://docs.bossithq.com/stock/stock-suppliers/stock-supplier-orders/receiving-a-supplier-order.md)
- [Supplier Invoice Recognition](https://docs.bossithq.com/stock/stock-suppliers/stock-supplier-orders/receiving-a-supplier-order/supplier-invoice-recognition.md)
- [Deleting a Supplier Order](https://docs.bossithq.com/stock/stock-suppliers/stock-supplier-orders/deleting-a-supplier-order.md)
- [Demand Forecast](https://docs.bossithq.com/stock/demand-forecast.md)
- [Demand Forecast Contents](https://docs.bossithq.com/stock/demand-forecast/demand-forecast-contents.md)
- [Confidence Levels](https://docs.bossithq.com/stock/demand-forecast/confidence-levels.md)
- [Stock Runway and Lead Time](https://docs.bossithq.com/stock/demand-forecast/stock-runway-and-lead-time.md)
- [Stock-Related Permissions](https://docs.bossithq.com/stock/stock-related-permissions.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://docs.bossithq.com/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.
