# Send Your First Messages

In Kuasa V3, you can send messages using the broadcast function and plug in your respective platforms. You can choose the broadcast channel you want to use:

1. WhatsApp API Broadcast : [Tutorial](/reach-customers/whatsapp-official-coexistence-broadcast.md)
2. Email Broadcast : [Tutorial](/reach-customers/email-broadcast.md)
3. SMS Broadcast : [Tutorial](/reach-customers/sms-broadcast.md)


---

# 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.kuasa.io/reach-customers/send-your-first-messages.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.
