> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chift.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Taxes

### Definition

A tax object represents a tax rate configured in the invoicing software. It defines the percentage and the rules for applying it to invoice lines.

### Purpose

Tax objects ensure each invoice line carries the correct tax rate. The invoicing software uses them to calculate the tax amount on each line.

### Relationships

* Referenced by invoice lines.
* Each tax has a rate and a name.

### Endpoints

| Method | Endpoint                                                                    | Description                      |
| ------ | --------------------------------------------------------------------------- | -------------------------------- |
| GET    | [Retrieve all taxes](/api-reference/endpoints/invoicing/retrieve-all-taxes) | Returns a list of all tax rates. |
