# Send contact (vCard)

To send a business card to WhatsApp chat you will need a vCard of Contact.

vCard is a text format for exchanging electronic business cards. A vCard file consists of vCard records, each of which contains information of one business card. A vCard record can contain name, address, phone numbers, website URL, logo, photo and other information.

To send a contact through the WhatsApp API, use this method:

{% embed url="<https://whapi.readme.io/reference/sendmessagecontact>" %}
Sends a business card to WhatsApp chat
{% endembed %}

Below we have attached ready-made example vCard records that you can use as the basis for your business cards (or, you can use the vCard generator [in the dashboard](https://panel.whapi.cloud/tools/vcard-creation))

{% embed url="<https://panel.whapi.cloud/tools/vcard-creation>" %}
Being in your customer's address book gives you many advantages! Create your business card and send it to your customers.
{% endembed %}

***

#### VCard Example

{% file src="/files/kegqOgZsjBEbeshyaqq5" %}
Basic business card example
{% endfile %}

{% file src="/files/Ec4PtKRfFLfi4pAuzgei" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.whapi.cloud/help-desk/sending/overview-of-other-methods-for-sending/send-contact-vcard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
