---
title: "Edit a QR code destination | Unitag Documentation"
description: "Change where a QR code points without reprinting it. Editing the destination works on Dynamic and Dynamic Pro codes and takes effect at once."
canonical: "https://www.unitag.io/documentation/qrcodes/edit-destination"
locale: "en"
route: "/qrcodes/edit-destination"
---

# Edit a QR code destination

Editing content is only available for Dynamic and Dynamic Pro QR codes. After editing, the QR code will automatically redirect to your new content.

This features includes only [Web/URL QR codes](https://www.unitag.io/documentation/qrcodes/content).

To edit a QR code's destination:

- Go to the QR code app.
- Find the correct row, then click Edit. This will display the QR code information page.

![The row actions on a QR code in the list, the Edit action hovered](https://www.unitag.io/documentation/images/qrcodes/qrcodes-line-actions-edit.webp)

- Right to the Destination field, click Edit.

![A QR code overview with its destination URL in edit mode, the preview alongside](https://www.unitag.io/documentation/images/qrcodes/qrcodes-edit-destination.webp)

- Give the QR code a new content.
- Click on Confirm.

The QR code will now redirect users to the new content, and content of existing printed QR codes will be updated as well.

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/qrcodes/edit-destination#article",
    "headline": "Edit a QR code destination",
    "url": "https://www.unitag.io/documentation/qrcodes/edit-destination",
    "description": "Change where a QR code points without reprinting it. Editing the destination works on Dynamic and Dynamic Pro codes and takes effect at once.",
    "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": "Edit a QR code destination",
        "item": "https://www.unitag.io/documentation/qrcodes/edit-destination"
      }
    ]
  }
]
```
