# How do I get taxes to show in the POS?

By default the POS uses the store location for the tax, so you need to have a tax rate set up which matches your [Base Location](http://docs.woothemes.com/document/configuring-woocommerce-settings/#section-1).

The most common problem is that the store location only goes to a state level, e.g.: Alabama, but the tax rates can go down to a City or Postcode level, e.g.: Huntsville or 35805. You need to make sure you have a tax rate set for Alabama as a state and then you should see tax in the POS.


---

# 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://faq.wcpos.com/display/pos-taxes.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.
