> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/english-v14/documentation/assets/generate-qr-codes.md).

# Generate QR codes

You can generate a separate QR code for each asset.

Users can scan the QR code with their smartphone and are then taken via a link directly to the corresponding asset in eliona.&#x20;

Requirements:

* Users have an eliona account and valid login credentials
* Users have sufficient permissions to access the asset&#x20;

{% hint style="warning" %}
**Warning!**\
QR codes are not intended for use by the general public and building users.\
Only eliona users should be able to see and scan QR codes
{% endhint %}

{% hint style="info" %}
QR codes are not to be confused with [-> AR codes](/collection/english-v14/documentation/more-functions/augmented-reality.md)
{% endhint %}

{% hint style="success" %}
Generating QR codes costs no infravolts.
{% endhint %}

## Application example

#### Give specialists quick access to information

<figure><img src="/files/00000c4314c5b634c4a62ade0399251a24bcd460" alt=""><figcaption><p>Fig. 1 – A printed QR code in a control cabinet</p></figcaption></figure>

1. You generate a QR code for an asset&#x20;
2. The QR code is saved as an image file (.png) on your computer
3. You print the code
4. You attach the printed QR code to a device that exists as an asset in eliona
5. A specialist performing maintenance work on the device scans the printed QR code with a smartphone
6. The specialist is taken to the "asset details" of the corresponding asset
7. The specialist can access relevant information, e.g. open tickets, attached documents, links, etc.

<figure><img src="/files/335212b8cf4f4bcb58d5060c8bef404ce188d797" alt="" width="375"><figcaption><p>Fig. 2 – The asset details on a smartphone. <br>The asset details are opened after the QR code has been scanned  </p></figcaption></figure>

## Generate a QR code

<div data-full-width="true"><figure><img src="/files/1d28725a6f0d8d3afe048baaeae55b87014774f8" alt=""><figcaption></figcaption></figure></div>

1. Open the [-> Asset details](/collection/english-v14/documentation/assets/configure-an-asset.md) of the asset for which you want to configure a QR code
2. Make sure that you are on the tab **General \[A]** .
3. Click on **QR code \[B]** \
   ▷ The QR code is downloaded as an image file (.png)


---

# 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.buildings.ability.abb/collection/english-v14/documentation/assets/generate-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.
