---
title: "Using a vCard | Unitag Documentation"
description: "A published vCard is interactive: every piece of information carries a button, so a prospect can call, email or save your details at once."
canonical: "https://www.unitag.io/documentation/vcards/interactive-features"
locale: "en"
route: "/vcards/interactive-features"
---

# Using a vCard

![The personal information panel of a published vCard, each entry carrying an action arrow on the right](https://www.unitag.io/documentation/images/vcards/vcards-card-actions.webp)

vCard is an interactive tool. On each vCard are interactive buttons enabling your user to interact with the information displayed. Your prospect will have an easier access to various actions depending on the information provided:

- Open the default phone application with the number selected.
- Open the default email application ready to write from the email address selected.
- Open the default map application targeting the location (address) selected.

If a user decides to save the information from your vCard, a contact will be automatically created within their phone with all the information from the vCard.

## Share my vCard

![The My QR code button on a published vCard](https://www.unitag.io/documentation/images/vcards/vcards-zoom-qrcode.webp)

On the tab displaying the vCard, you can display your QR code from the button “Display My QR”. This QR code will redirect your users to the URL of your vCard. Do not hesitate to add this QR code in your email or any other channel used for communication!

## Exchange contact information

![The Add me and Send me your details buttons at the foot of a published vCard](https://www.unitag.io/documentation/images/vcards/vcards-zoom-card-add.webp)

The button “send me your details” allows a direct synchronization with your prospect. If he decides to share his information with you, clicking the button will open a form to be filled.

Then, the information filled and sent will be accessible from the vCard’s dashboard from the “Contacts” menu. All in real time.

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/vcards/interactive-features#article",
    "headline": "Using a vCard",
    "url": "https://www.unitag.io/documentation/vcards/interactive-features",
    "description": "A published vCard is interactive: every piece of information carries a button, so a prospect can call, email or save your details at once.",
    "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": "Using a vCard",
        "item": "https://www.unitag.io/documentation/vcards/interactive-features"
      }
    ]
  }
]
```
