> For the complete documentation index, see [llms.txt](https://help.supplyd.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supplyd.co/supplyd-erp/settings/tax.md).

# Tax

**Tax** in Supply’d settings allows you to control how tax is applied to your products and orders. By configuring these settings, you can ensure the correct tax is used across sales, helping maintain accurate pricing, compliance, and consistent tax handling throughout the platform.

## Adding a Tax Rate

{% stepper %}
{% step %}

#### Go to Settings

Click on your company name in the top right and select **Settings**.&#x20;

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

<figure><img src="/files/RWk3bT2GpW0vHHPsZQxg" alt="" width="188"><figcaption></figcaption></figure>

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

***

{% endstep %}

{% step %}

#### Select Tax

Select **Tax** from the **Settings** menu.

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

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

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

\
The **Tax Rates** page will open displaying your current tax settings. This is also where you can manage the tax rates that are applicable to your products.

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

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

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

***

{% endstep %}

{% step %}

#### Click Add+

To add a new **Tax Rate**, click **Add+** in the top right.

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

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

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

The **Add Tax Rate** form will open.

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

***

{% endstep %}

{% step %}

#### Complete the Form

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

<figure><img src="/files/Wfn99hmN9ZKj7TnDE9YV" alt="" width="563"><figcaption></figcaption></figure>

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

Complete the **Tax Rate Details** fields as follows:

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

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

**Name:**

Enter a name for the tax (eg. "GST", "VAT", "State Tax").&#x20;

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

**Percentage**

The numerical percentage of the tax. For example, if your tax rate is 10%, you would enter "10". The system uses this to calculate the tax amount based on the product price.

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

**Countries**

Select the specific countries where this tax applies, or leave blank to apply it to all countries.

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

**States**

Enter the states within the selected countries that this tax rate is applicable to.

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

**Compounding Tax?**

Select whether or not this tax is compounded on top of other taxes.

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

**Default for New products**

Select whether or not to automatically apply this tax rate to any new products you create in the system.

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

***

{% endstep %}

{% step %}

#### Click Save

Click <img src="/files/rd3dLqTf3ZK2aOqp6BA0" alt="" data-size="line"> to add the tax rate.

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

The new rate will appear on the **Tax Rates** list.

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

{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://help.supplyd.co/supplyd-erp/settings/tax.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.
