# Pallet Lookup

The **Pallet Lookup** module in the XoroWMS application is a vital tool for efficiently managing and tracking pallets within a warehouse. This module allows users to quickly search for and retrieve detailed information about a specific pallet, including its location, the number of LPNs (License Plate Numbers) associated with it, and the items contained within the pallet.

{% hint style="info" %}
To search for pallet details, go to the **Main Menu > Lookup > Pallet Lookup**
{% endhint %}

### Pallet Lookup Fields

* **Pallet:** Enter the specific pallet number you wish to search for.

After entering the pallet number, press "Enter" to initiate the search.

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

### Exploring Pallet Details

The Pallet Lookup module presents the information in two distinct sections:

<div align="left"><figure><img src="/files/O3gEFmtyjvKQiRyIxbDd" alt="" width="364"><figcaption></figcaption></figure></div>

#### Pallet Details Section

The **Pallet Details** section provides essential information about the pallet's current location and the number of LPNs it contains. This section includes the following fields:

* **Location**: Displays the current location of the pallet within the warehouse.
* **LPN Count**: Shows the total number of LPNs associated with the pallet.

#### Item Details Section

The **Item Details** section offers a detailed view of the items contained within the pallet. This section includes the following fields:

* **Item#/UPC**: This field identifies the specific item or UPC code associated with the items in the pallet.
* **LPN#**: This field displays the LPN number associated with each item.
* **Quality**: This field indicates the quality status of the items in the pallet.
* **Qty**: This field shows the quantity of each item in the pallet.
* **ASN#**: This field displays the ASN number associated with the item.


---

# 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/pallet-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.
