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

# Tax Groups

Set up reusable tax groups for order invoices to speed up the process.

Go to **Settings → Business → Tax**.

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

### What tax groups do

Tax groups let you define invoice tax rules with multiple tax rate slabs once, then reuse them when creating or editing invoices.

{% hint style="info" %}
To apply a single tax rate to an invoice, retain only one tax rate in the group.
{% endhint %}

Each tax group includes:

* **Name**
* One or more tax lines (**label + percentage**)
* Optional **Tax ID**
* **Default** flag

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

{% hint style="info" %}
Tax group names are only for internal purposes and do not appear on customer invoices.
{% endhint %}

### Manage tax groups

You can:

* Add a new tax group
* Edit an existing tax group
* Set a default tax group
* Delete a tax group

{% hint style="info" %}
Deleting a tax group does not change existing invoices that already used it.
{% endhint %}

### How invoices use tax groups

* New draft invoices start with your default tax group (if configured).
* In draft invoices, you can change tax group or remove tax.
* Final totals are recalculated when tax settings change.


---

# 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://uni.fotello.co/business-details/tax-groups.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.
