> For the complete documentation index, see [llms.txt](https://faq.wcpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.wcpos.com/hardware/compatible-barcode-scanners.md).

# What barcode scanners are compatible with WooCommerce POS?

Any barcode scanner should work with WooCommerce POS, scanners simply output the serial number to the computer just like a (really fast) keyboard. For more information about how to set and search barcodes in WooCommerce POS, please read the [Barcode Scanning documentation](http://wcpos.com/docs/barcode-scanning/).

Version 0.4 of WooCommerce POS will support hotkeys - this means that if you set a custom prefix on the barcode scanner the POS will automatically know you are scanning a product without having to manually focus on the search field. For this functionality to work you may need a scanner that supports 'custom prefixes'.

For a good general purpose barcode scanner that works well with most devices we recommend the [TaoTronics TT-BS016 Bluetooth Wireless Barcode Scanner](http://www.newegg.com/Product/Product.aspx?Item=0N6-0004-00014). However, you should read the capabilities to make sure this scanner is suitable for your requirements.

For other barcode scanner recommendations please read the reviews below:

* Barcode scanners on [Newegg](http://www.newegg.com/Barcode-Scanner/SubCategory/ID-583?Order=RATING)
* Barcode scanners on [Amazon](http://amzn.to/1psdAXr)

{% hint style="info" %}
If any WooCommerce POS users have good or bad experiences with a scanner please post them in the comments below, the rest of the community will thank you for your advice!
{% endhint %}


---

# 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://faq.wcpos.com/hardware/compatible-barcode-scanners.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.
