# Using Document QR Codes

You can be able to add QR codes to your document templates, allowing anybody with an electronic or printed copy of the document to verify its authenticity by scanning an embedded QR code on the document.

## Adding a QR Code

To add a QR code to your document, you will need to use [context tags](/managing-services/context-tags.md). The steps below outline the process

* Open the editor for your document template
* Click on the "Use Context Tags" button

<figure><img src="/files/BLssoSSWMawBNTCaXSSc" alt=""><figcaption></figcaption></figure>

* In the context tags popup, click on the "Document Tags" tab
* Click on one of the specific size of the QR code you desire. It can either be small, medium or large.

<figure><img src="/files/dDjzlEXYyO9u3WtCBxcF" alt=""><figcaption><p>Using QR code context tags</p></figcaption></figure>

* The QR code tag will be copied to your layout and you can now adjust its position using HTML and CSS.

## Designing the QR Scan Layout

The QR Scan layout is a design layout that allows you to dictate and design the page users will be directed to when they scan any QR codes present in your document.

To design the layout:

* Click on the "QR Scan Layout" icon

<figure><img src="/files/UKV2hi2zgnDTwTN07QaN" alt=""><figcaption></figcaption></figure>

* Provide the content and styling (CSS) for your layout
* You can add various [context tags](/managing-services/context-tags.md) to your layout by clicking on the "Context Tags" button and choosing tags to add to your layout.
* Click the Save button once done


---

# 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://admin-docs.onestop.site/managing-services/document-templates/using-document-qr-codes.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.
