# Rounding mechanism explained

Rounding helps to round the total payable to the nearest currency exchange available.

To enable rounding go to `Settings -> Business Settings -> Sales` and choose the Amount rounding method

1. Round to nearest whole number: It will round the payable value to the nearest whole number. For example, 1.49 will be rounded to 1.00 and 1.51 will be rounded to 2.00
2. Round to nearest decimal (multiple of 0.05): It will round the payable value to the nearest decimal number which is a multiple of 0.05. For example, 1.49 will be rounded to 1.50, 1.51 will be rounded to 1.50, 1.59 will be rounded to 1.60, 1.54 will be rounded to 1.55
3. Similarly all other rounds to the nearest decimal number work as per the multiplier.


---

# 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.kbgfuzion.com/erp/knowledge-base/sales-sell/pos-screen-guide/rounding-mechanism-explained.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.
