> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/other-products/xorowms/lookup/pallet-lookup.md).

# 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="https://3188343778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fkf8DNCjEfcSm64PCPcmf%2Fuploads%2F0zGzeGhXytayOEHnZUCh%2Fimage.png?alt=media&amp;token=2240e326-3506-463a-b0ae-02e9744e638f" 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="https://3188343778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fkf8DNCjEfcSm64PCPcmf%2Fuploads%2FVJleF5PdmYDWiQNt7h4c%2Fimage.png?alt=media&amp;token=9291fc27-a034-41f6-aa16-c9883bf2cc27" 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
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.xorosoft.com/other-products/xorowms/lookup/pallet-lookup.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.
