# Working with Tax in Zuora

Knowing how to configure tax rates in Zuora can be useful when working on features that require testing how tax inclusive / exclusive amounts are displayed.

The first thing to do is to set up Taxation Codes in Zuora.

Log into Zuora and in the top right corner, press your user profle and select "Billing".

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

On this screen, select Setup Taxation Codes:

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

Here you can view existing Tax Codes or add new ones. In this case, let's add a new one.

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

Fill in a name and select a tax engine - for testing purposes, we'll assume we're using Zuora Tax.

Now we need to upload the tax rates:

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

A sample file can be downloaded from this screen. You can also visit [Zuora's support documents](https://knowledgecenter.zuora.com/Zuora_Billing/Taxes/A_Zuora_Tax/C_Load_tax_rates) for more information.

An example file will look something like:

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

Once that's uploaded successfully, you should see:

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

Once that is done, the final step is to find your product in the product catalog, find the rate plan and rate plan charge you want to apply your changes to, and under taxation, update it to use your new Tax Codes.

<figure><img src="/files/5unTFlo27Ik8Ho7R9kSY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://docs.limio.com/integrations/zuora-integration/working-with-tax-in-zuora.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.
