# ILPN Lookup

The **ILPN Lookup** module is a crucial feature within the XoroWMS application, designed to streamline inventory management by allowing users to quickly access the details of an existing License Plate Number (LPN). This LPN is typically assigned during the receiving process when items are first brought into the warehouse.

{% hint style="info" %}
To view the the OLPN details, go to **Main Menu >** **Lookup > ILPN Lookup**
{% endhint %}

### LPN Search

On the ILPN Lookup page, in the **LPN#**, enter the LPN number for which you require details, and press "Enter".

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

### **Exploring ILPN Details**

Once the LPN number is entered, the system will fetch and display all relevant details associated with that LPN. These details include:

* **Pallet#**: At the top of the details, users can view the Pallet#. This is the identification number of the pallet on which the items are stored.
* **Item#/UPC**: The unique item number or Universal Product Code (UPC) associated with the items.
* **Quality**: Information regarding the quality status of the items, such as whether they are in good condition, damaged, or require inspection.
* **Location**: The specific location within the warehouse where the LPN is currently stored.
* **ASN#**: The Advance Shipping Notice (ASN) number associated with the items, which is used to track shipments and manage receiving processes.
* **Qty**: The quantity of items stored under the LPN.

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

The ILPN Lookup module is an essential tool for warehouse staff, providing quick access to detailed information about specific LPNs. This feature helps improve the accuracy and efficiency of inventory management by ensuring that all relevant details are readily available, reducing the time spent searching for items and minimizing errors in the warehouse.


---

# 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/lookup/ilpn-lookup.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.
