---
title: "Edit vCards and templates | Unitag Documentation"
description: "View and edit any vCard you created, at any time. Nothing needs reprinting — a vCard stays editable in a few clicks after it is published."
canonical: "https://www.unitag.io/documentation/vcards/edit-vcards-and-templates"
locale: "en"
route: "/vcards/edit-vcards-and-templates"
---

# Edit vCards and templates

![The action icons on a vCard row, the edit action highlighted](https://www.unitag.io/documentation/images/vcards/vcards-zoom-edit-vcard.webp)

To modify the content of a vCard:

- Go to the “Cartes de Visite” tab.
- Click the Edit button to access the edition panel.
- Once the editing is done, click on “Enregistrer les modifications” on the top right corner.

> Note
>
> You cannot change the email address of an already existing vCard.

To edit a vCard template:

- Go to the “Modèle de vCard” tab.
- Click on the name of the template you want to edit.
- Once the modifications are done, click on “Enregistrer les modifications” on the top right corner.

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/vcards/edit-vcards-and-templates#article",
    "headline": "Edit vCards and templates",
    "url": "https://www.unitag.io/documentation/vcards/edit-vcards-and-templates",
    "description": "View and edit any vCard you created, at any time. Nothing needs reprinting — a vCard stays editable in a few clicks after it is published.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "vCards",
    "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": "vCards",
        "item": "https://www.unitag.io/documentation/vcards/introduction"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Edit vCards and templates",
        "item": "https://www.unitag.io/documentation/vcards/edit-vcards-and-templates"
      }
    ]
  }
]
```
