> For the complete documentation index, see [llms.txt](https://manual.firstresonance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.firstresonance.io/features/barcode-labels/printing/configuring-printing-in-ion.md).

# Configuring Zebra Browser Print

1. Download Zebra Browser Print [from here](https://developer.zebra.com/products/printers/browser-print) (available for both PCs and Macs)
2. Follow these [instructions here](https://supportcommunity.zebra.com/s/article/Installing-Zebra-Browser-Print-for-Mac?language=en_US) (for Mac, but virtually the same for PC)
3. Select a default printer in the Browser Print settings

![](/files/4qHWW9sPElpjsWlcSayr)

4\. Open the barcode modal in ION and select a printer (these should populate from the Zebra app). If you haven't already created a template, follow the steps [here](https://manual.firstresonance.io/features/barcode-labels/templating).

![](/files/o4f8dR7etYt2VnNgG9O1)

### Troubleshooting

1. Make sure your computer and printer are connected to the same network. The browser will only be able to access printers on the same network
2. If the printers don't appear in the ION print barcode modal, but display in the Zebra Browser Print application, try going to <https://localhost:9101/available>. You might need to authorize the browser to connect with Zebra Browser Print. You'll see a button appear for this link when no printers appear to make it easier to navigate there.

![](/files/8hr7VzywTEahTBipT1Y7)

2\. If your printers show up in the ION print modal dropdown, but you get an error when trying to print, try the following steps. We've seen some issues with printing to the default printer with Zebra Browser Print for some folks.

* add the printer manually in Zebra Browser Printer under a different name
* don't make it the default
* select the printer that you just added in the dropdown when printing

![](/files/YZhuJ1yV9HRI4lOGNaUI)


---

# 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://manual.firstresonance.io/features/barcode-labels/printing/configuring-printing-in-ion.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.
