# Setting Product prices to Include/Exclude Tax

### How do I show my product prices Inclusive/Exclusive of the tax I have set up?

1. Login to your Freewebstore Control Panel.
2. Go to the **Settings > Cart** section.
3. Scroll down the page to locate the panel labeled **Pricing Inc. Tax.**
4. Change the toggle as required.
5. Done.

{% hint style="info" %}
This panel allows you to set whether the prices shown on your store should be inclusive or exclusive of tax (a full summary of the order price, including tax, will be shown during checkout). If you choose **Exclusive of Tax**, both the inclusive and exclusive price will be shown on a product's page. This ensures that your products will always comply with the Google Shopping Program Policies. Failing to comply with Google's Policies can cause your products to be disapproved.
{% endhint %}


---

# 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://help.freewebstore.com/settings/setting-product-prices-to-include-exclude-tax.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.
