---
title: "Atlas | Unitag Documentation"
description: "Unitag Atlas generates and updates QR codes in bulk from a spreadsheet. If you need thousands of codes at once, this is the tool for it."
canonical: "https://www.unitag.io/documentation/atlas/introduction"
locale: "en"
route: "/atlas/introduction"
---

# Atlas

Unitag Atlas is an asset generation tool driven by Excel batches. If you're going to generate lots of QR codes at once, Atlas is designed for you!

Atlas is a service mainly used to generate lots of QR codes. Afterwards, you'll find generated assets within the [QR codes list page](https://www.unitag.io/documentation/qrcodes/introduction).

## In this section

- [Create a new batch](https://www.unitag.io/documentation/atlas/create-a-new-batch)
- [Edit QR code destinations in bulk](https://www.unitag.io/documentation/atlas/edit-multiple-qrcodes)

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/atlas/introduction#article",
    "headline": "Atlas",
    "url": "https://www.unitag.io/documentation/atlas/introduction",
    "description": "Unitag Atlas generates and updates QR codes in bulk from a spreadsheet. If you need thousands of codes at once, this is the tool for it.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "Atlas",
    "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": "Atlas",
        "item": "https://www.unitag.io/documentation/atlas/introduction"
      }
    ]
  }
]
```
