> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/store-financials/setting-up-sales-tax-rules.md).

# Sales tax rules

1. Click **File** | **Configuration**.
2. Click the **Sales Tax** tab.
3. Select tax rules for the store, e.g., method of taxation, which item tax to apply to new items, and how to identify the applicable item tax when shipping items to a different tax jurisdiction.

<details>

<summary><img src="/files/Bdprh8VktJ8YD1YS6AjL" alt="" data-size="original"></summary>

<table><thead><tr><th valign="top">Option</th><th valign="top">Field</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Method of Taxation</td><td valign="top">Tax-Exclusive (United States, Canada)</td><td valign="top">The tax exclusive system is primarily used in the United States. The price shown on the price tag or shelf tag is the price before (excluding) tax. The tax is calculated and added to the transaction total when the item is sold. Select this option if your store is located in the United States, or in a region where a tax exclusive system is used.</td></tr><tr><td valign="top"></td><td valign="top">Value Added Tax (VAT) or Tax-Inclusive (Europe)</td><td valign="top">Many countries use a VAT or tax inclusive system. The price shown on the price tag or shelf tag is the price including tax. Select this option if your store is located in a region where VAT or a tax inclusive system is used.</td></tr><tr><td valign="top"></td><td valign="top">VAT Reg. No.</td><td valign="top">If your store is located in a region where VAT is used, enter your businesses VAT registration number. This number is printed on receipts and tax reports.</td></tr><tr><td valign="top"></td><td valign="top">VAT Detail ID</td><td valign="top"></td></tr><tr><td valign="top">Tax Schedule Basis</td><td valign="top">Select the local tax (identified in the Item tax field) to apply to any newly created items</td><td valign="top">Select an item tax from this drop-down if you want to automatically assign it to any newly created items. This is typically the item tax that applies to items purchased in the store.</td></tr><tr><td valign="top"></td><td valign="top">If shipping to the customer, select the value (e.g. Ship to state\ city\ country\ ZIP) to use to determine the local tax at the destination (on a per customer basis)</td><td valign="top">If the store ships items to customers, select a value from this field to enable POS to automatically apply the item tax in the jurisdiction where the customer is receiving the items. The item tax will be determined the customer's shipping address, not their billing address. Refer to Shipping items to customers for more information.</td></tr></tbody></table>

</details>

4. Click **Save And Close**.


---

# 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.rmhpos.com/store-manager/configure-pos-and-store-manager/store-financials/setting-up-sales-tax-rules.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.
