# Kanban Kitting

You can use ION to setup a kanban kitting system where you pre-assemble kits into a container in inventory, send it to the production line to be installed, and then send the container back to inventory to pre-assemble the same kit again. This process flow (as shown below) can be helpful for higher volume workflows where the parts required do not change.&#x20;

<figure><img src="/files/HmLFvhWmzoiIa5h13YuN" alt=""><figcaption></figcaption></figure>

As the rate of installations increases, you can increase the inventory per kit until you reach container limitations. At that point, add more kits to this flow. To minimize production downtime, we recommend trying to maintain a minimum of 2 kits at the lineside location where there is always one kit available for consumption for Technicians while the depleted kit is being re-filled.

To streamline this workflow, ION makes it easy to de-kit all the inventory off a part kit that gets re-used multiple times. Once all the inventory from a kit has been installed and it's time to send the kit back to inventory, have the user click the "Remove all Inventory" button on the Kit page. This will de-kit all the inventory attached to the kit. Then set the status of the kit to Requested as seen in the flow diagram above, and send it back to the warehouse to be refilled.

<figure><img src="/files/gJFfXpoTmAVzFNccrxRI" alt=""><figcaption></figcaption></figure>


---

# 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.firstresonance.io/features/kitting/kanban-kitting.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.
