> 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/readme-1/work-with-taxes/transactions-working-with-taxes.md).

# Remove or change taxes

You can remove taxes for specific items in the transaction, or you can remove taxes for the entire transaction. You can also change taxes for specific items or for the entire transaction. Follow the store's policies when removing or changing taxes.

{% hint style="info" %}
You must have the **Allowed to change tax status** permission to change taxes in POS.
{% endhint %}

## Remove taxes for a specific item

1. Enter all of the items in the transaction.
2. Tap the item once to select it and tap **Taxes** | **Current Item Tax** | **Current Item Tax On/Off**.
3. (Optional) If your store requires reason codes for tax changes, tap the browse icon next to the **Reason Code** field, tap the appropriate reason code to select it, and tap **OK**.

<div align="left"><img src="/files/lcRPdsvn9CwIUsUatauJ" alt=""></div>

If you selected a reason code, it displays below the item description. The taxes are removed for the item.

<div align="left"><img src="/files/OXEtFb2OyxGCifJN1CW1" alt=""></div>

## **Remove taxes for the entire transaction**

1. Enter all of the items in the transaction.
2. Do one of the following:

* Tap **Taxes** | **Transaction Tax** | **No Tax**.
* Tap **Taxes** | **Transaction Tax** | **Tax On/Off**.

3. (Optional) If your store requires reason codes for tax changes, tap the browse icon next to the **Reason Code** field, tap the appropriate reason code to select it, and tap **OK**.

<div align="left"><img src="/files/lcRPdsvn9CwIUsUatauJ" alt=""></div>

If you selected a reason code, it displays below the item description. The taxes are removed for the transaction.

<div align="left"><img src="/files/OXEtFb2OyxGCifJN1CW1" alt=""></div>

## Change taxes for a specific item

1. Enter all of the items in the transaction.
2. Do one of the following:

* Tap the **Action** button beside the item, and on the **Item Action** screen, tap **Tax**.
* Tap the item once to select it and tap **Taxes** | **Current Item Tax** | **Set Current Item Tax**.

3. Select the tax that applies to the item.

<div align="left"><img src="/files/V7gsnrCd0yXFvrRu0h82" alt=""></div>

4. (Optional) If your store requires reason codes for tax changes, tap the browse icon next to the **Reason Code** field, tap the appropriate reason code to select it, and tap **OK**.

If you selected a reason code, it displays below the item description. The taxes are changed for the item.

<div align="left"><img src="/files/3bbdUJRHVc1WByiYRilA" alt=""></div>

## Change taxes for the entire transaction

1. Enter all of the items in the transaction.
2. Tap **Taxes** | **Transaction Tax** | **Set Transaction Tax**.
3. Select the tax that applies to the transaction.

<div align="left"><img src="/files/V7gsnrCd0yXFvrRu0h82" alt=""></div>

4. (Optional) If your store requires reason codes for tax changes, tap the browse icon next to the **Reason Code** field, tap the appropriate reason code to select it, and tap **OK**.

If you selected a reason code, it displays below the item description. The taxes are changed for the transaction.

<div align="left"><img src="/files/3bbdUJRHVc1WByiYRilA" alt=""></div>


---

# 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/readme-1/work-with-taxes/transactions-working-with-taxes.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.
