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

# Tax Management Overview

> Two ways to calculate tax: built-in rules or an external engine

# Tax Management

Alguna calculates tax in one of two ways. How you configure taxability depends on which one you use.

<CardGroup cols={2}>
  <Card title="Alguna Tax" icon="percent" href="/docs/tax/alguna-tax">
    Built-in, rule-based tax. You define rates and the conditions under which they apply.
  </Card>

  <Card title="External Tax Providers" icon="plug" href="/docs/tax/external-tax-providers">
    Connect Anrok or Stripe Tax. The engine determines tax from each line's tax code and the customer's location.
  </Card>
</CardGroup>

<Note>
  Tax codes apply to external providers only. Alguna Tax is driven entirely by the rules you configure.
</Note>
