---
title: "QR code templates | Unitag Documentation"
description: "Save a QR code design as a template and reuse it in one click. Templates carry the design only — they never affect the code's content."
canonical: "https://www.unitag.io/documentation/qrcodes/templates"
locale: "en"
route: "/qrcodes/templates"
---

# QR code templates

QR codes Templates helps you saving and reusing QR Design in one click! Templates are only graphic - it does not affect content.

To create a new QR code Template:

- [Create a QR code with your custom design.](https://www.unitag.io/documentation/qrcodes/create-a-qrcode)
- After publishing, click on Templates within the QR code information page.
- Name the template then click on Create template.

![The Templates dialog, naming a new template built from the current QR code design](https://www.unitag.io/documentation/images/qrcodes/qrcodes-create-template.webp)

Templates can be found by clicking View templates in the QR codes list page. Templates can be used in the QR codes generator (templates menu) and on a batch to edit multiple QR codes.

![The saved templates page, listing each template with a preview and edit and delete actions](https://www.unitag.io/documentation/images/qrcodes/qrcodes-templates-page.webp)

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/qrcodes/templates#article",
    "headline": "QR code templates",
    "url": "https://www.unitag.io/documentation/qrcodes/templates",
    "description": "Save a QR code design as a template and reuse it in one click. Templates carry the design only — they never affect the code's content.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "QR codes",
    "isPartOf": {
      "@type": "WebSite",
      "@id": "https://www.unitag.io/documentation/#website"
    },
    "publisher": {
      "@type": "Organization",
      "@id": "https://www.unitag.io/#organization",
      "name": "Unitag"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://www.unitag.io/documentation"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "QR codes",
        "item": "https://www.unitag.io/documentation/qrcodes/introduction"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "QR code templates",
        "item": "https://www.unitag.io/documentation/qrcodes/templates"
      }
    ]
  }
]
```
