> 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/wms-pick/move-pallet.md).

# Move Pallet

The Move Pallet module is designed to streamline the process of moving pallets of outbound inventory within your warehouse. By efficiently relocating pallets, you minimize searching time for pickers, optimize warehouse space utilization, and prevent bottlenecks in the picking process. The **Move Pallet** feature allows warehouse personnel to manage pallet movements efficiently, whether they need to clear space, reorganize stock for easier access, or move pallets closer to shipping areas.

{% hint style="info" %}
To move a pallet, go to **Home > Pick > Move Pallet**
{% endhint %}

### Move Pallet Fields

The Move Pallet module consists of two main fields that need to be filled in to complete the pallet movement:

* **Pallet**: In this field, scan or enter the unique identifier of the pallet you wish to move.
* **To Location**: This field is used to input the target location where the pallet will be moved. This location should be a valid and existing location within XoroERP.

Once both fields are filled in, click the **Accept** button to confirm and execute the pallet movement.

<div align="left"><figure><img src="/files/m0yQ3eaA8h0kTVnK57Kp" alt="" width="403"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/vxS22LXCXZd1Ai7GRuMw" alt="" width="403"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Always double-check the pallet identifier and the destination location before confirming the move to prevent errors and ensure smooth warehouse operations.
{% endhint %}


---

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