# Experiments

Ongoing experiments are described below and have no fixed end-date. In order to protect the validity of the experiment and ensure the best possible business and consumer experience, we cannot provide any exceptions or opt-outs for these experiments.

### Marketing Message Experiment <a href="#marketing-message-experiment" id="marketing-message-experiment"></a>

Starting June 14, 2023, roughly 1% of WhatsApp users will not receive marketing template messages from any business unless one of the following conditions is met:

* a [customer service window](https://developers.facebook.com/docs/whatsapp/pricing#customer-service-windows) exists between the customer and the business
* an open [marketing conversation](https://developers.facebook.com/docs/whatsapp/pricing#conversation-categories) exists between the customer and the business
* an open [free-entry point conversation](https://developers.facebook.com/docs/whatsapp/pricing#free-entry-point-conversations) exists between the customer and the business

If you send a marketing template message to a customer who is part of the experiment group, your message will not be sent and you will not be billed for it since no conversation was created. Instead, you will receive a [message status undeliverable](https://developers.facebook.com/docs/whatsapp/cloud-api/webhooks/payload-examples#status--message-undeliverable) webhook containing error code `130472`, notifying you of the failure.

Attempting to resend the message will result in the same error. If you must deliver the marketing template message to the customer, we recommend that you contact the customer by some other, non-WhatsApp means, and ask them to message you so you can resend the message within the customer service window.


---

# 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.is-messenger.com/ismessenger/messaging-channels/whatsapp/whatsapp-cloud-api/experiments.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.
