# Tax Exceptions

TAKU Retail's feature for creating tax rules allows you to automatically apply taxes to your sales. This guide will show you how to step up a tax rule to offer tax exemptions or tax rebates.

In order to create tax exceptions, you must first create a new tax rule. Please follow the [Creating Tax Rules](/how-to-get-started/general-settings/taxes/creating-tax-rules.md) guide to create a new tax rule. &#x20;

### Creating Tax Exemptions

To create a tax exemption, enter the rule name for your tax in the **Rule Name** field and select the sales tax you would like to apply the tax exemption to from the drop down menu in the **Tax Name** field. You will only be able to select active sales taxes while the rest will be locked.&#x20;

Enter the tax rate in a percentage that you wish to exempt in the **Tax Rate** field.

![](/files/-MkJWdc5K2-2csO4brfl)

You must enter the country, postal/ZIP code, region, and/or cities that this tax exemption is applicable in.

![](/files/-MkJXRl_qmT9MOqtBYgy)

Under the Others section, select **Exempt** from the drop down menu in the **Tax Calculation Type** field. It is optional to set a rule priority if there are multiple tax rules applied to the same sales tax. 0 is the highest priority meaning it is applied first and 1 is applied after and so forth.&#x20;

![](/files/-MkJXzEnSvXcg0vt_2zE)

### Creating Tax Rebates

To create a tax rebate, you must follow the instructions above, however, select **Rebate in** the **Tax Calculation Typ**e field.

1. Create a new tax rule following the instructions from the Creating a Tax Rule guide.
2. Enter the name of the tax rule.
3. Select the Sales Tax this rule will be applied too.
4. Enter the tax rate that you wish to give as a rebate.
5. Enter geographic region this tax rebate is applicable in.
6. Select the tax categories this tax rule applies too.
7. Under the Others section select Rebate as the Tax Calculation Type and set a Tax Rule Priority if applicable.

![](/files/-MkJazJwpE_ePqDEyo7w)

Note: Tax exemptions can be assigned individuals, groups, companies, or products. Refer to the [Creating Tax Categories](/how-to-get-started/general-settings/taxes/creating-tax-categories.md) guide for more information on setting up tax categories.


---

# 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://help.takulabs.io/how-to-get-started/general-settings/taxes/tax-exceptions.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.
