# Sending Documents via WhatsApp Flow

The **WhatsApp Flow** feature allows documents to be signed directly within WhatsApp, without the need to open external links. The entire signing process happens inside the conversation, offering greater convenience and a seamless experience for signers.

### How to use

To use the WhatsApp Flow signing feature, simply attach a file in **Markdown (.md)** format when creating the document. The contents of the file will be displayed directly in the WhatsApp conversation, allowing the signer to review the information and complete the signature process without leaving WhatsApp.

{% hint style="warning" %}
If the Markdown file is **not** attached, the document will be sent in the traditional format, and the signer will receive a **link** to access the signing platform outside WhatsApp.
{% endhint %}

For other signers who are **not configured** to sign via WhatsApp, the document will be rendered normally and the flow will follow the standard signing process.

### Supported Markdown tags

The WhatsApp API only supports the following **Markdown tags**:

```markdown
# Text Heading
## Text Subheading
Normal Paragraph

**bold**
*italic*
~~strikethrough~~

Unordered list does NOT accept sublevels
+ Item 1
+ Item 2

Ordered list also does NOT accept sublevels
1. Item 1
2. Item 2

![Image Alt](data:image/png;base64, base64-data)

TABELA

| Header 1 | Header 2 | Header 3  |
| -------- | -------- | --------  |
| Row 1    | Data 1   | More Data |
| Row 2    | Data 2   | More Data |
| Row 3    | Data 3   | More Data | 
```

{% file src="<https://content.gitbook.com/content/IbBzLrA6555E5Ze2GMYf/blobs/8lDvApSNWE2tyj5EupXK/supported-whatsapp-flow-tags.md>" %}
