# Create a single product WhatsApp message template

Single product messages allow you to reply to an open WhatsApp conversation with a specific product.

{% hint style="info" %}
Single product messages are automatically sent with 'View' as the accompanying CTA. This can't be changed.
{% endhint %}

## How to build a single product message template

#### What you'll need

* An [installed WhatsApp channel](/applications/channels/channels/supported-channels/whatsapp/quickstarts/install-whatsapp.md), set up to support [commerce messages](/applications/channels/channels/supported-channels/whatsapp/how-to/set-up-commerce-messaging.md)
* A connected Facebook catalog
* The ID of the product you want to share. To find the product ID, go to Facebook Business Manager, open your catalog, find the product you want to share, and copy the content ID.

{% hint style="warning" %}
The product ID must come from the catalog that is connected to the WhatsApp channel you will be sending the message from.
{% endhint %}

### Step one: Set up up your message project

1. Go to **Content** > **Message templates**.
2. Click **Create message template**.
3. Under 'Platform', select **WhatsApp**.
4. Under 'Interaction', select **Reply to open conversation**.
5. Under 'Message type', select **Product**.

<figure><img src="/files/R2nioidGno2pY8i2dqCz" alt=""><figcaption></figcaption></figure>

6. Give your message project a recognizable name.
7. Use the 'Default locale' dropdown to select the default language for your template.
8. Click **Create project**.

### Step two: Design and publish your message

1. In the panel on the right-hand side of your screen, enter the ID of the product you want to share in the 'Product ID' field. This will automatically pull in the product image, name, and price from your Facebook catalog.
2. In the 'Body' field, enter the message that you want to send along with the product. This could be a description of the product you're sharing.
3. Check the copy of the optional unsubscribe footer.
4. Click **Publish**.

{% hint style="success" %}
That's it! You have successfully created a single product template for WhatsApp.
{% endhint %}


---

# 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://docs.bird.com/applications/content/message-templates/how-to/whatsapp-message-templates/create-a-single-product-whatsapp-message-template.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.
