# QR Code

The `<qrCode>` tag displays the QR Code of the current page.&#x20;

It can only be used within [`<template>`](https://docs.atfinity.io/document-xml-adx/adx-elements/template).

## Example

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