> 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/templating/ion-barcode-minimum-sizes.md).

# ION barcode minimum sizes

Using the magnification factor on the barcode in ZPL you can generate a very small label. ION barcodes contain a json with a uid (Universal Identification) string by default that looks like this:

```
{"uid":"24daeec708d84908af9beba707a5241b"}
```

[Here's an example](http://labelary.com/viewer.html?density=12\&quality=grayscale\&width=.25\&height=.25\&units=inches\&index=0\&rotation=0\&zpl=%5EXA%0A%5EFO20%2C15%5EBQN%2C2%2C1%5EFD%7B%22uid%22%3A%2224daeec708d84908af9beba707a5241b%22%7D%5EFS%0A%5EXZ%0A) of a very small QR code (magnification of 1) that contains an ION uid. This is on a .25x.25 label size with a 300 dpi printer and there is plenty of room to spare. The basic scanner that we are using to test was still able to scan this without issue.

![](/files/Otou7WrU4C5jPSXleIWz)


---

# 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/templating/ion-barcode-minimum-sizes.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.
