# Move LPN

The "Move LPN" module in XoroWMS allows users to efficiently relocate inventory within your warehouse. This module enables you to quickly and accurately move LPNs (License Plate Numbers) to specific pallets or locations, ensuring seamless inventory tracking and management.

{% hint style="info" %}
To move the LPN, go to **Home > Receive > Move LPN**
{% endhint %}

### Move LPN fields

**LPN:** Enter the LPN number that you want to move and press **Enter**. Once entered, the details associated with the LPN, such as the current location or pallet information, will be displayed in the bottom section of the module.

**To Pallet/Location:** In this field, input the pallet number or location where you want to move the LPN inventory. You can specify either a pallet or a storage location, depending on your operational needs.&#x20;

* **Location:** Move all contents of the LPN to a designated location.
* **Random String (Invalid Location):** If a random string is scanned (i.e., not a valid location), a pallet will be generated with that name, and a pop-up will appear asking for the actual location. The LPN contents will then be moved to this newly created pallet at the specified location.
* **Existing Pallet:** If a valid pallet is scanned, the contents of the LPN will be transferred to the existing pallet and the corresponding location.

After entering the destination pallet or location, press **Enter** or click the **Accept** button to confirm the move.&#x20;

<div align="left"><figure><img src="/files/OMcV6xe0BDs63dCVt7VG" alt="" width="378"><figcaption></figcaption></figure></div>

Once confirmed, the inventory will be transferred to the specified pallet or location.&#x20;

<div align="left"><figure><img src="/files/u0OqAgW09AUKr7vpbTYd" alt="" width="378"><figcaption></figcaption></figure></div>


---

# 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.xorosoft.com/xorowms/wms-receive/move-lpn.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.
