> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/woocommerce/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/woocommerce/1.0-1/user-guide/tax.md).

# Tax

See [Enable taxes](/woocommerce/1.0-1/configuring-the-woocomerce-plugin/configure-general-settings.md#enable-taxes) in the [Configure general settings](/woocommerce/1.0-1/configuring-the-woocomerce-plugin/configure-general-settings.md) section.

## Prices entered with tax

To configure taxes, go to **WooCommerce**, select **Settings**, then select **Tax**.

The option you choose here is important when managing taxes in your store. It determines how you input product prices later on. Your options are as follows:&#x20;

* **Yes, I will enter prices inclusive of tax** means that all catalog prices are entered using your store’s base tax rate.&#x20;
* **No, I will enter prices exclusive of tax** means that your catalog prices need to be tax exclusive.

For this example, **No, I will enter prices exclusive of tax** is selected.

<div align="left"><img src="/files/-MZnTZ2immy9xTxnjCBK" alt=""></div>

### Select shipping address for calculations&#x20;

1. Go to **WooCommerce**, select **Settings**, then select **Tax**.&#x20;
2. In the **Calculate tax based on** field, select **Customer shipping address**.

<div align="left"><img src="/files/-MgBLG4STsj0yloJyZjA" alt=""></div>

## Display prices in the shop

This option determines how prices are displayed in your shop or catalog. Choose from an inclusive or exclusive tax display. If you choose **inclusive**, prices will be shown inclusive of taxes although you have selected **No, I will enter prices exclusive of tax**. Digital River does the tax calculation. &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digitalriver.com/woocommerce/1.0-1/user-guide/tax.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
