# Ready-Made Scenarios

We offer a set of ready-made scenarios that can be easily integrated into your business processes. If one of these fits your needs, our team will install it for you *completely free of charge*. Just let us know which scenario works for you, and we’ll handle the setup!

{% hint style="success" %}
Just provide access to your workspace so we can set up the scenario for you! Contact our support team by [email](mailto:undefined) or via the chat widget on our website.
{% endhint %}

***

### Voice-to-Text Response Automation

Ideal for you if you need to automatically convert WhatsApp voice messages into text with AI-driven processing and response capabilities.

This scenario utilizes the Whisper API. A voice message received on WhatsApp is transcribed and processed by ChatGPT. The transcribed text is then sent back to the same chat. You can also implement message forwarding to another chat or add further processing using AI.\
\
\&#xNAN;*To run this scenario, a ChatGPT token is required.*

<figure><img src="/files/9wVkFvvOq157ivc4oDsD" alt=""><figcaption><p>Voice-to-Text Processing with AI Integration for WhatsApp</p></figcaption></figure>

### Message Forwarding for WhatsApp Groups

Ideal for you if you need to automate message tracking and ensure important updates across multiple WhatsApp groups, or consolidate messages from different sources into one group.

This scenario monitors messages in specific WhatsApp groups (or a particular group). Depending on the type of message, it can forward messages to different chats, whether in another group or as direct messages. Perfect for automating updates and centralizing communication from various sources.

<figure><img src="/files/FJWk3qFzkrqMoqzps8zA" alt=""><figcaption><p>Follow content in WhatsApp groups and forward it to yourself</p></figcaption></figure>


---

# 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/integrations/make.com/ready-made-scenarios.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.
