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

# Settings - Taxes

> Define tax rates and whether your prices include or exclude tax.

export const userRoleDefinition = "What a user can see and do. Each user has one built-in system role — Owner, Admin, Manager, or Member — and can also be assigned any number of custom roles you create with specific permissions. Effective access is the combination of all their roles.";

<Frame caption="Settings > Taxes">
  <img src="https://mintcdn.com/twicecommerce/lZhc_tO8u1u_bL0Q/images/settings-taxes.webp?fit=max&auto=format&n=lZhc_tO8u1u_bL0Q&q=85&s=196c571b8d53de37d7b0f542e6d42387" alt="Taxes settings page" width="1920" height="1080" data-path="images/settings-taxes.webp" />
</Frame>

<Info>
  This view can look different dependent on your user role. <br />See [Visibility & Permissions](#visibility-and-permissions) for details.
</Info>

## Primary Purpose

Define the tax rates applied to orders and whether your listing prices include or exclude tax.

<AccordionGroup>
  <Accordion title="Tax rates">
    Create named rates with a percentage — for example "VAT 24%". Mark one rate as the default.
  </Accordion>

  <Accordion title="Tax-inclusive or tax-exclusive">
    Choose, for the whole account, whether listing prices already include tax or have tax added at checkout. This controls how prices display and total.
  </Accordion>

  <Accordion title="Per-location overrides">
    Override the rate for a specific [location](/docs/settings/locations). Locations without an override use the default rate.
  </Accordion>
</AccordionGroup>

<Note>
  Taxes are configured at the account and location level. There are no per-product, per-category, or postcode-level tax rules.
</Note>

## Visibility and Permissions

Access to this view is controlled by your <Tooltip tip={userRoleDefinition}>user role</Tooltip>.

<Tabs>
  <Tab title="Visibility" icon="eye">
    | Feature       | Admin | Manager | Member |
    | ------------- | :---: | :-----: | :----: |
    | View settings |   ✓   |    ✗    |    ✗   |
    | Edit settings |   ✓   |    ✗    |    ✗   |
  </Tab>
</Tabs>
