> For the complete documentation index, see [llms.txt](https://docs.eventication.com/event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventication.com/event/hardware/wired-scan-devices.md).

# Wired scan devices

Eventication can supply you with wired scan devices. These can be hookup up to a computer using a standard USB connection, and will be recognised by the computer as a keyboard. These devices can then scan QR codes for you and paste their value to your computer. This makes it very easy to find people who show you their ticket or wristband.

<figure><img src="/files/zug8WRjRxtGw9EC6gJjd" alt="" width="375"><figcaption><p>An example of a wired scan device</p></figcaption></figure>

### Configuration

Because these scanners are recognised as keyboards on your laptop, they can be configured to use AZERTY, QWERTY, ... If a scanner has been configured as an AZERTY scanner and you use a QWERTY keyboard, the scan values will be wrong. Our event hardware page has a configuration helper to help you correctly configure the device.

First you select which scanner you have received from our company, then select the keyboard layout your computer has. Next the page will show you one or more QR or BAR codes. Scan these from top to bottom to reconfigure the scanner.

Afterwards you are presented with a QR code and a textfield. Scan the QR code and the textfield will automatically fill with the read data. A <mark style="background-color:green;">green</mark> badge tells you the configuration has been done correctly. A <mark style="background-color:red;">pink</mark> badge tells you something went wrong as the configuration is still not the same as your keyboard.

To place your order, please go to the [Hardware](/event/hardware/scan-app-devices.md) section in your event and click on [orders](/event/hardware/orders.md).


---

# 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://docs.eventication.com/event/hardware/wired-scan-devices.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.
