# 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="https://4069128715-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5fCRH6psoWyRQyD8J9vh%2Fuploads%2FLEVSNHNhm0dSFi5KD6RG%2Fhh_floor_inventory_substitute_conversion_navigation.png?alt=media&#x26;token=c8194a2e-b7ed-4a8a-ad4e-187f20e4e891" 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="https://4069128715-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5fCRH6psoWyRQyD8J9vh%2Fuploads%2FQ9lIrF7gsplLRA1qFDbe%2Fhh_floor_inventory_substitute_conversion_1.png?alt=media&#x26;token=72c1dc20-c0a8-4d23-a7b3-9195836dbac7" alt=""><figcaption></figcaption></figure>

#### Step 2

<figure><img src="https://4069128715-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5fCRH6psoWyRQyD8J9vh%2Fuploads%2Fc3AKJxMPLIdBwsWwAZOi%2Fhh_floor_inventory_substitute_conversion_2.png?alt=media&#x26;token=a63e1e86-c957-491c-b66e-052ec007fcdb" alt=""><figcaption></figcaption></figure>

#### Step 3

Scan product you wish to consume for conversion.

<figure><img src="https://4069128715-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5fCRH6psoWyRQyD8J9vh%2Fuploads%2FxmrBXN5BqPNLOZSfTaPu%2Fhh_floor_inventory_substitute_conversion_3.png?alt=media&#x26;token=7e87b9b6-dfc1-4ed7-a912-38fdba6fadb6" alt=""><figcaption></figcaption></figure>

#### Step 4

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

<figure><img src="https://4069128715-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5fCRH6psoWyRQyD8J9vh%2Fuploads%2F13037Bwz1IQP4bfW3JsA%2Fhh_floor_inventory_substitute_conversion_4.png?alt=media&#x26;token=f8066377-4fbe-4e3d-919d-6e9b191c517a" alt=""><figcaption></figcaption></figure>

#### Step 5

Scan a bin where you wish to store converted goods.

<figure><img src="https://4069128715-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5fCRH6psoWyRQyD8J9vh%2Fuploads%2FkhmQxbEiQvDE7fPjuw98%2Fhh_floor_inventory_substitute_conversion_5.png?alt=media&#x26;token=db695e27-033a-48ab-b2c3-1b1850a96156" alt=""><figcaption></figcaption></figure>

#### Step 6

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

<figure><img src="https://4069128715-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5fCRH6psoWyRQyD8J9vh%2Fuploads%2F1GFoQUCq0WcKNfho0L8h%2Fhh_floor_inventory_substitute_conversion_6.png?alt=media&#x26;token=cf4ee3b2-8701-4565-b4b1-8ec50f21cbb8" alt=""><figcaption></figcaption></figure>

#### Step 7

Enter quantity of the end product.

<figure><img src="https://4069128715-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5fCRH6psoWyRQyD8J9vh%2Fuploads%2FVQD4nXatDC9xAYnxVwHu%2Fhh_floor_inventory_substitute_conversion_7.png?alt=media&#x26;token=5a8ee4ff-7e54-4656-a3ee-a9aae23cfdc7" 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="https://4069128715-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5fCRH6psoWyRQyD8J9vh%2Fuploads%2FGmUwawezOSIPPPovCsVp%2Fhh_floor_inventory_substitute_conversion_result.png?alt=media&#x26;token=8dcf1833-119a-4576-9c88-90265f6c45e3" 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: 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.p4warehouse.com/v2/floor-operations/inventory/substitute-conversion.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.
