# Location Lookup

The Location Lookup feature in the XoroWMS application enables users to search for and view comprehensive details of a specific location within a warehouse or storage facility. This functionality is essential for managing inventory effectively, ensuring quick access to location information, and streamlining warehouse operations.

{% hint style="info" %}
To access the Location Lookup feature, go to **Main Menu > Lookup > Location Lookup**
{% endhint %}

### **Location Lookup Fields**

* **Store Code**: This field displays the store code of the default store associated with the user's profile. This field provides context for the location search, ensuring that the user is querying the correct store.
* **Location/LPN#**: This field allows the user to enter either the name of the location or the LPN of the location they wish to search. After entering the desired Location/LPN#, press "Enter" to initiate the search and view the details.

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

### Exploring **Location Details**

Once a search is performed, the system displays the details of the location in two main sections:

<div align="left"><figure><img src="/files/mpj8kBSMGk71khk28MlP" alt="" width="371"><figcaption></figcaption></figure></div>

**1. Location Details**

This section provides specific information about the location, which helps users identify and manage the location efficiently. The fields in this section include:

* **Loc#**: This field shows the name assigned to the location within the warehouse.
* **Barcode**: This field shows the barcode associated with the location, which can be scanned for quick access.
* **Zone Name**: This is the zone within the warehouse where the location is situated.
* **Type**: This field specifies type of location, which might indicate the storage method or specific function of the location (e.g., warehouse, staging, etc.).

**2. LPN Details**

This section offers detailed information about the LPNs present in the selected location. The fields in this section include:

* **LPN#**: This field shows the  uniquely identifier of the LPN.
* **Item#/UPC**: The item number, UPC, and the description associated with the item stored in the LPN.
* **Available**: This field shows the quantity of items available in the LPN.
* **On Hand**: This field displays the total quantity of items physically present in the LPN.
* **Allocated**: The quantity of items in the LPN that have been allocated for orders or other purposes but are not yet picked.
* **Quality**: This field specifies quality of the item  in the LPN.
* **Sku:** This field displays the identifier value for item on basis of selected identifier type in "**Secondary SKU Identifier Type In WMS Screens**" app config.
* **Pallet:** This field displays the pallet associated with the LPN.


---

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