# Display

- [Which browsers are compatible with WooCommerce POS?](https://faq.wcpos.com/display/browser-compatibility.md): WooCommerce POS requires a modern browsers such as Chrome on the desktop or Safari 8 on iOS.
- [How do I get taxes to show in the POS?](https://faq.wcpos.com/display/pos-taxes.md): 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.
- [Why aren’t my product images showing?](https://faq.wcpos.com/display/product-images-not-showing.md): WooCommerce POS uses the same thumbnail sizes as WooCommerce, you may need to regenerate your thumbnails.
- [Why aren’t my products showing?](https://faq.wcpos.com/display/products-not-showing.md): First check the POS system status. If you are still having problems send a message using the support form.
- [How do I clear the local data?](https://faq.wcpos.com/display/clear-local-data.md): From time to time it may be necessary to clear the local data and retrieve fresh data from your web server.


---

# 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.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.
