# Supply Chain

- [Purchasing](https://manual-v2.firstresonance.io/supply-chain/readme.md)
- [Create Purchases](https://manual-v2.firstresonance.io/supply-chain/readme/create-purchases.md): This guide outlines the steps to create a purchase order
- [Approve Purchases](https://manual-v2.firstresonance.io/supply-chain/readme/approve-purchases.md): This guide outlines the steps required to submit a purchase order for approval and the subsequent approval process.
- [Receiving](https://manual-v2.firstresonance.io/supply-chain/receiving.md)
- [Create Receipts](https://manual-v2.firstresonance.io/supply-chain/receiving/create-receipts.md): This guide outlines the steps to create a receipt against a purchase order in ION
- [Kitting](https://manual-v2.firstresonance.io/supply-chain/kitting.md)
- [Request Parts](https://manual-v2.firstresonance.io/supply-chain/kitting/request-parts.md): Create a Kit to Request Parts to be delivered to a Location
- [Fulfill Kits](https://manual-v2.firstresonance.io/supply-chain/kitting/fulfill-kits.md): As a material handler, here is the guide to fulfilling a kit
- [Inventory](https://manual-v2.firstresonance.io/supply-chain/inventory.md)
- [Create A Table View](https://manual-v2.firstresonance.io/supply-chain/inventory/create-a-table-view.md)
- [Create Inventory](https://manual-v2.firstresonance.io/supply-chain/inventory/create-inventory.md)
- [Inventory Actions](https://manual-v2.firstresonance.io/supply-chain/inventory/inventory-actions.md): A guide on splitting, moving, scrapping, and adjusting an inventory line.


---

# 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://manual-v2.firstresonance.io/supply-chain.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.
