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

# Warehouse

- [Receiving](https://docs.xorosoft.com/xoroerp-1/warehouse/receiving.md)
- [Create ASN](https://docs.xorosoft.com/xoroerp-1/warehouse/receiving/create-asn.md)
- [What is Advance Shipping Notice (ASN)?](https://docs.xorosoft.com/xoroerp-1/warehouse/receiving/create-asn/what-is-advance-shipping-notice-asn.md)
- [Creating ASNs](https://docs.xorosoft.com/xoroerp-1/warehouse/receiving/create-asn/creating-asns.md)
- [Receive ASN](https://docs.xorosoft.com/xoroerp-1/warehouse/receiving/receive-asn.md)
- [Receiving an ASN](https://docs.xorosoft.com/xoroerp-1/warehouse/receiving/receive-asn/receiving-an-asn.md)
- [Split ASN Lines to Create a New ASN](https://docs.xorosoft.com/xoroerp-1/warehouse/receiving/receive-asn/split-asn-lines-to-create-a-new-asn.md)
- [Partial ASN Line Close](https://docs.xorosoft.com/xoroerp-1/warehouse/receiving/receive-asn/partial-asn-line-close.md)
- [Voiding an ASN](https://docs.xorosoft.com/xoroerp-1/warehouse/receiving/receive-asn/voiding-an-asn.md)
- [Picking](https://docs.xorosoft.com/xoroerp-1/warehouse/picking.md)
- [Create Wave](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/create-wave.md)
- [What is a Wave?](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/create-wave/what-is-a-wave.md)
- [Creating a Wave](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/create-wave/what-is-a-wave/creating-a-wave.md)
- [Creating a Wave/Allocating a Sales Order](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/create-wave/what-is-a-wave/creating-a-wave-allocating-a-sales-order.md)
- [What to do if my Inventory falls Short while creating a Wave?](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/create-wave/what-to-do-if-my-inventory-falls-short-while-creating-a-wave.md)
- [Wave Centre](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/wave-centre.md)
- [Pick Wave](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/pick-wave.md)
- [Picking a Wave](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/pick-wave/picking-a-wave.md)
- [Scan to Verify](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/pick-wave/picking-a-wave/scan-to-verify.md)
- [Merging Waves](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/pick-wave/merging-waves.md)
- [How to Void a Wave/Unallocate an Order?](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/pick-wave/how-to-void-a-wave-unallocate-an-order.md)
- [What are Produced LPNs & Consumed LPNs columns in the Pick Wave module?](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/pick-wave/what-are-produced-lpns-and-consumed-lpns-columns-in-the-pick-wave-module.md)
- [Pack & Ship](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/pack-and-ship.md)
- [Shipping a Sales Order](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/pack-and-ship/shipping-a-sales-order.md)
- [How to Over Ship an Allocated SO?](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/pack-and-ship/how-to-over-ship-an-allocated-so.md)
- [How can I cancel a shipping label after shipment is created without voiding the entire wave?](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/pack-and-ship/how-can-i-cancel-a-shipping-label-after-shipment-is-created-without-voiding-the-entire-wave.md)
- [Packing Slip Centre](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/packing-slip-centre.md)
- [Packing Slip Centre Fields](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/packing-slip-centre/packing-slip-centre-fields.md)
- [Priority Code](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/priority-code.md)
- [What is a Priority Code?](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/priority-code/what-is-a-priority-code.md)
- [Creating Priority Codes](https://docs.xorosoft.com/xoroerp-1/warehouse/picking/priority-code/creating-priority-codes.md)
- [Transfers](https://docs.xorosoft.com/xoroerp-1/warehouse/transfers.md)
- [Transfer Purchase Order](https://docs.xorosoft.com/xoroerp-1/warehouse/transfers/transfer-purchase-order.md)
- [Transfer Sales Order](https://docs.xorosoft.com/xoroerp-1/warehouse/transfers/transfer-sales-order.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.xorosoft.com/xoroerp-1/warehouse.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.
