# Sales Tax Report

Sales Tax Report in CW POS shows the sales tax information for each transaction. The report typically includes the following columns:

* Store: the store where the transaction occurred
* Document Number: the unique identifier for the transaction
* Date: the date when the transaction took place
* Tax Category: the tax category applied to the transaction (e.g., VAT, GST, sales tax, etc.)
* Total Sales Qty: the total quantity of items sold in the transaction
* Tax Value: the total amount of tax charged for the transaction
* Total Taxable Value: the total value of the products sold that are taxable.

The report provides valuable information about the amount of tax collected and can help businesses comply with tax regulations.

<figure><img src="/files/7yaClIvVjqYI6G06nhm6" 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.cwsuite.com/pos/product-guides/reports/sales-tax-report.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.
