> For the complete documentation index, see [llms.txt](https://docs.p4warehouse.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.p4warehouse.com/v2/floor-operations/inventory/substitute-conversion.md).

# Substitute Conversion

Substitute Conversion is a P4W function that is designed to make the clean conversion from one SKU to a different one.&#x20;

In this case, a bin contains mineral oil measured in liters (1000 L). However, customer requires 4 bottles of mineral oil measuring 750 ml each (total of 3000 ml in bottles). Assuming that warehouse has a possibility to bottle liquid products, Substitute Conversion is able to transform 3 liters of mineral oil into 4 bottles of 750 ml each (as long and both products (SKUs) belong to the same substitution category).&#x20;

To start conversion process, navigate to Floor > Inventory and select 'Substitute conversion' option.

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

#### Step 1

Scan 'Convert request' label provided by the web dispatcher to begin the process. Follow system generated instruction to complete conversion.

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

#### Step 2

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

#### Step 3

Scan product you wish to consume for conversion.

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

#### Step 4

Enter quantity of product to consume according to the conversion request instructions.

<figure><img src="/files/1vrsaIQpG4H50fc711JM" alt=""><figcaption></figcaption></figure>

#### Step 5

Scan a bin where you wish to store converted goods.

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

#### Step 6

Scan the end product barcode (Bottle of mineral Oil in this conversion case).

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

#### Step 7

Enter quantity of the end product.

<figure><img src="/files/9wXxWHans8huXhyuyDhZ" alt=""><figcaption></figcaption></figure>

#### Result

As a result, 3 liters of mineral oil has been converted into 4 bottles of 750 ml each and stored in the new bin.&#x20;

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

{% hint style="info" %}
Notice: substitute conversion can also be done between difference units of measurements. For example: Liters (L) to milliliters (ML), or pounds (lbs.) to kilos (Kg) etc.
{% endhint %}


---

# 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.p4warehouse.com/v2/floor-operations/inventory/substitute-conversion.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.
