> For the complete documentation index, see [llms.txt](https://docs.ixkio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixkio.com/getting-started/organisation-structure/tags/qr-codes.md).

# QR Codes

## Overview

Ixkio supports using QR Codes either alongside or instead of NFC tags. It's possible - and in many instances very useful - to use the same Tag Code on both an NFC tag and a QR Code and manage them together as one item.&#x20;

You can use Tag Codes purely for QR Codes if required. There's no requirement to use any Tag Codes - or the entire platform - for NFC tags if not needed.&#x20;

## Tracking QR Code Scans

QR Codes can be tracked independently of NFC tag scans within the ixkio platform by using a slightly different URL. For example, if your XUID Tag Code is `12345ax`, you can use either :&#x20;

```
https://qr.ixkio.com/12345ax
```

or&#x20;

```
https://t.ixkio.com/12345ax?qr=1
```

{% hint style="warning" %}
If you are using a custom domain, then you need to use the second example - query string 'qr=1' - with your domain instead of the qr subdomain.&#x20;
{% endhint %}

By using either of these options, the ixkio platform will register the scan as a QR Code scan instead of an NFC tag scan and display it as such in the stats as the 'Form'.&#x20;

If you use the same XUID on both an NFC tag and a QR Code, then using `12345ax` as an example XUID, use :&#x20;

```
https://qr.ixkio.com/12345ax
```

on the QR Code and use :&#x20;

```
https://t.ixkio.com/12345ax
```

on the NFC tag. You can then manage both on the same Rules, settings, etc but will see the different scans via the Console.&#x20;

## Downloading a QR Code

*<mark style="color:orange;">Tag Code Screen > QR Codes Panel</mark>*

Ixkio has built in function to download QR Codes for Tag Codes. Expand the QR Codes panel and click on either 'Download as PNG' or 'Download as SVG' to get your desired format.&#x20;

Downloaded QR Codes will be automatically encoded to work on that Tag Code and register in the platform as a QR Code scan.&#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.ixkio.com/getting-started/organisation-structure/tags/qr-codes.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.
