> 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/xoroerp-1/admin/warehouse/wave-template-rule/what-is-a-wave-template-rule.md).

# What is a Wave Template Rule?

A wave template defines how the items should be allocated when processing a wave, especially when those items are available in multiple locations within a warehouse. A wave template rule is a predefined set of conditions used to determine which wave template will be applied during the wave creation process. By setting up a wave template rule, you can automate the process of selecting the right wave template for a given wave, saving time and minimizing errors.

### Benefits of Using Wave Template Rules

Wave template rules offer several benefits that enhance the efficiency and effectiveness of warehouse operations:

1. **Improved Order Fulfillment**: Wave template rules automatically apply the correct template based on your predefined criteria, eliminating manual selection and saving valuable time.
2. **Increased Flexibility**: Warehouses can adapt to different operational needs by creating various wave template rules for different scenarios.
3. **Enhanced Efficiency**: The wave template rule helps to streamline your processes, resulting in faster wave creation and smoother fulfillment operations.
4. **Better Resource Utilization**: By tailoring wave processing to specific criteria, users can ensure that the resources are allocated more effectively.


---

# 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/xoroerp-1/admin/warehouse/wave-template-rule/what-is-a-wave-template-rule.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.
