> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/resources/guides.md).

# Guides

***

## Barcode Printing & Labels

BoxHero works with most printers that can connect to a computer or mobile device. Setup steps vary by manufacturer, so follow the guide for the printer you're using.

{% hint style="success" %}
We provide setup instructions for select printers. If your model isn't listed, you can usually follow the same steps as another printer from the same manufacturer.
{% endhint %}

#### **How to Set Up Zebra ZD230D**

A complete walkthrough for connecting the Zebra ZD230D direct thermal printer to BoxHero on both desktop and mobile, including driver installation and paper-size configuration.

{% content-ref url="/pages/lldsbdTYemWRS6sxWpfG" %}
[ZEBRA ZD230D](/docs/resources/guides/zebra-zd230d.md)
{% endcontent-ref %}

#### **How to Set Up Zebra ZD421T**

Step-by-step instructions for the Zebra ZD421T thermal transfer printer — from unboxing to printing your first barcode label through BoxHero.

{% content-ref url="/pages/1nl1AkC1FBrD7sS6kbBo" %}
[ZEBRA ZD421T](/docs/resources/guides/zebra-zd421t.md)
{% endcontent-ref %}

#### **How to Set Up BIXOLON XD5-40**

Everything you need to connect the BIXOLON XD5-40 to your computer or mobile device, including ribbon loading, driver setup, and label calibration.

{% content-ref url="/pages/pZxCbozrEw2JcCaEnhvB" %}
[BIXOLON XD5-40](/docs/resources/guides/bixolon-xd5-40.md)
{% endcontent-ref %}

***

## PDA Barcode Scanning

To use a PDA's built-in scanner with BoxHero, you'll need to configure the device to send scanned barcode data as keyboard input. Setup steps vary by manufacturer, so follow the guide for the PDA you're using.

{% hint style="success" %}
We provide setup instructions for select PDAs. If your model isn't listed, you can usually follow the same steps as another PDA from the same manufacturer.
{% endhint %}

#### **How to Set Up Zebra TC21**

A complete walkthrough for configuring the Zebra TC21 handheld so its built-in scanner sends barcodes straight into BoxHero, including DataWedge profile setup and output settings.

{% content-ref url="/pages/9awWVxZqZDoOjwgfoGon" %}
[ZEBRA TC21](/docs/resources/guides/zebra-tc21.md)
{% endcontent-ref %}


---

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

```
GET https://www.boxhero.io/docs/resources/guides.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.
