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

# Setting Up the Default Tax Product

> Set a fallback tax product on a Business Unit so fusionCore always has a tax to apply when no condition-matched tax product is found.

## Setting Up the Default Tax Product

Each Business Unit can have a **default tax product** — the tax fusionCore applies when a taxable item has no condition-matched tax product of its own. You set the default through the **Default Tax Product** (`Default_Tax_Product__c`) lookup on the Business Unit, in the Default Financial Configuration section.

When a taxable item is added to an order, the engine looks for a tax product whose condition matches the order. If none matches, the engine falls back to the Business Unit's default tax product. If the Business Unit has no default tax product either, order tax calculation throws an error. Because of this, setting a default tax product on each Business Unit is effectively required.

## Before You Start

* You need an active [tax product](/end-user-guides/products/taxes/tax-products) in the same Business Unit.
* The default tax product should have no condition attached, so it applies whenever no other tax product matches.

## Setting the Default

<Steps>
  <Step title="Open the Business Unit record">
    Open the **Business Unit** record.
  </Step>

  <Step title="Set the Default Tax Product lookup">
    In the **Default Financial Configuration** section, set the **Default Tax Product** (`Default_Tax_Product__c`) lookup to the tax product you want to use as the fallback.

    <Frame caption="The Default Tax Product lookup in the Default Financial Configuration section of a Business Unit">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856119349/image-20260316-151629.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=65f2bfb1049865ac8fd5baa60998b6c3" alt="The Default Financial Configuration section of a Business Unit with the Default Tax Product lookup set" width="921" height="221" data-path="images/end-user-guides/4856119349/image-20260316-151629.png" />
    </Frame>
  </Step>

  <Step title="Save the Business Unit">
    Click **Save**.
  </Step>
</Steps>

<Note>
  Notes on the default tax product:

  * The tax product **must** be active.
  * The tax product **should not** have any conditions attached.
  * Once a tax product is set as the default, you **cannot** mark it inactive.
</Note>

## Limitations and Common Pitfalls

* **A default tax product is effectively required.** If a taxable item has no condition-matched tax product and its Business Unit has no default tax product, tax calculation throws an error and blocks the order.
* **The default must stay active and condition-free.** It must be active and should have no condition attached, and once set as the default you cannot mark it inactive.
