---
title: "Unitag vCards | Unitag Documentation"
description: "Unitag vCards are digital business cards you can update after sharing them, built to grow a network faster and with more engagement."
canonical: "https://www.unitag.io/documentation/vcards/introduction"
locale: "en"
route: "/vcards/introduction"
---

# Unitag vCards

vCard is a service offering Digital Business Cards, enabling customers to grow the network faster and with more engagement from their prospects.

![A published vCard showing a cover photo, portrait, name, job title and action buttons](https://www.unitag.io/documentation/images/vcards/vcards.webp)

When a user scan a vCard, several options are available:

- The scanning user see the vCard and can choose to save the information in its contact application; which will create a contact with all information filled from the vCard.
- The scanning user can chose to send back his information to the owner, which will generate a new contact in the Dashboard of the service.
- The scanning user can see more than just contact details from a vCard: Social Networks links, attached document, videos of presentation all of those can be integrated within the vCard.

Note

Although a vCard created and shared will be display in English or French depending on the device language or location, the application to create a vCard (within your dashboard) is available in French only. If you are not a french speaker, read carefully the documentation and contact our client Support if you are having difficulties setting up your vCards.

## In this section

- [Create a vCard](https://www.unitag.io/documentation/vcards/create-a-vcard)
- [View a vCard](https://www.unitag.io/documentation/vcards/display-a-vcard)
- [Edit vCards and templates](https://www.unitag.io/documentation/vcards/edit-vcards-and-templates)
- [Using a vCard](https://www.unitag.io/documentation/vcards/interactive-features)
- [Administration](https://www.unitag.io/documentation/vcards/administration)

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/vcards/introduction#article",
    "headline": "Unitag vCards",
    "url": "https://www.unitag.io/documentation/vcards/introduction",
    "description": "Unitag vCards are digital business cards you can update after sharing them, built to grow a network faster and with more engagement.",
    "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": "Unitag vCards",
        "item": "https://www.unitag.io/documentation/vcards/introduction"
      }
    ]
  }
]
```
