# QR Code

The `<qrCode>` tag displays the QR Code of the current page.

It can only be used within [`<template>`](/document-xml-adx/adx-elements/template.md).

## Example

```markup
<template ...>
  ...
  <qrCode
    left="17cm"
    bottom="2cm"
    width="2cm"
    height="2cm"
  />
  ...
<template>
```

## Attributes

#### `left`

The distance from the left border of the page. Can be in pt, mm, or cm.

#### `bottom`

The distance from the bottom border of the page. Can be in pt, mm, or cm.

#### `width`

The width of the QR code. Can be in pt, mm, or cm.

#### `height`

The height of the QR code. Can be in pt, mm, or cm.


---

# Agent Instructions: 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://docs.atfinity.io/document-xml-adx/adx-elements/qr-code.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.
