# inventory

- [Inventory strategies](https://docs.commercelayer.io/how-tos/inventory/strategies.md): How to manage the available options in terms of order fulfillment.
- [No split](https://docs.commercelayer.io/how-tos/inventory/strategies/no-split.md): How the default inventory strategy works
- [Split shipments](https://docs.commercelayer.io/how-tos/inventory/strategies/split-shipments.md): How to fulfill your orders shipping from the available stock locations
- [Split by line items](https://docs.commercelayer.io/how-tos/inventory/strategies/split-by-line-items.md): How to fulfill your orders creating a separate shipment for each line item
- [Ship from first available (or primary)](https://docs.commercelayer.io/how-tos/inventory/strategies/ship-from-first-available-or-primary.md): How to fulfill your orders shipping from the first stock location available
- [Ship from primary](https://docs.commercelayer.io/how-tos/inventory/strategies/ship-from-primary.md): How to fulfill your orders shipping from the primary stock location


---

# Agent Instructions: 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:

```
GET https://docs.commercelayer.io/how-tos/inventory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
