> For the complete documentation index, see [llms.txt](https://docs.celly.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.celly.ai/config/barcode-reader-connection.md).

# Barcode reader connection

Your goal is to pair the scanner with your iOS device. You can connect scanner with Bluetooth support.

{% hint style="info" %}
Honeywell readers with Bluetooth support: 8670 Ring scanner, Voyager 1452g, Voyager XP 1472g, Voyager 1602g, Xenon 1902, Xenon XP1952g, Granit 1911i, Granit 1981i, Granit XP 1991i SR/XR, 8680i, 8690i
{% endhint %}

* Scan the 'PAPBTH' bar code to unpair the scanner from the base:

<figure><img src="/files/Nu9p8QNJ674CXZH64lRQ" alt=""><figcaption><p>Code for Honeywell 1452G. Find barcode for your reader in the manufacturer's instructions</p></figcaption></figure>

* Look up in the 'Settings' menu of the Apple device the option for Bluetooth.
* Once activated, a list of Bluetooth devices that are nearby should appear, from this list, select the device that has the name 'model\_name>\_\<model\_no>\_SN\_\<serial\_number>'.
* The device should be connected to the iOS device. In order to test, open Celly App -> Configure test -> Description and scan a bar-code. The bar-code should appear on the device.

Source - <https://support.honeywellaidc.com/s/article/How-to-get-the-scanner-connected-to-an-Android-iOS-device?topicId=0TOA0000000Tp2rOAC&topicName=Bar%20Code%20Scanners>&#x20;


---

# 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.celly.ai/config/barcode-reader-connection.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.
