> For the complete documentation index, see [llms.txt](https://helpwith.salesorder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpwith.salesorder.com/wms-warehouse-management/overship-tolerance.md).

# Overship Tolerance

Please note, this functionality is only available for users who have the WMS installed.&#x20;

The Overship Tolerance functionality allows the quantity on the Shipment to be increased up to a specified percentage above the ordered quantity.

To configure your system to allow Overship Tolerances, go to the WMS (<mark style="color:orange;">Products and Services > Sites > WMS</mark>). Go to the 'Admin' Tab and select 'Edit' next to the user. Then ensure that 'Allow quantity editing on goods out' is checked. Click save.

<figure><img src="/files/Ue7CJZ71sFDEJRx1OKLQ" alt=""><figcaption></figcaption></figure>

Then, go to the 'Config' Tab and select 'Show Config' next to 'Pack Orders'. From here, set the Overship Tolerance %.&#x20;

<figure><img src="/files/uJtax4mXrhL5WJ8moq3R" alt=""><figcaption></figcaption></figure>

Now, from 'Goods Out' click on a Sales Order from the Orders list. This will show in the window directly below. Click on the Quantity and enter a new value in the pop up (below).&#x20;

<figure><img src="/files/1mTIiJc0cExBKHl0QcEX" alt=""><figcaption></figcaption></figure>

When you save, this will update the quantity on the WMS, the Sales Order and the Shipment.&#x20;


---

# 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://helpwith.salesorder.com/wms-warehouse-management/overship-tolerance.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.
