# Engagement

- [Whatsapp](https://docs.cuoral.com/api-reference/engagement/whatsapp.md)
- [Send Whatsapp Message](https://docs.cuoral.com/api-reference/engagement/whatsapp/send-whatsapp-message.md): Send standalone plain WhatsApp message
- [Create whatsapp template](https://docs.cuoral.com/api-reference/engagement/whatsapp/create-whatsapp-template.md): Create a WhatsApp template
- [Send template message](https://docs.cuoral.com/api-reference/engagement/whatsapp/send-template-message.md): Send standalone WhatsApp template/content-SID message (e.g., OTP).
- [Get whatsapp templates](https://docs.cuoral.com/api-reference/engagement/whatsapp/get-whatsapp-templates.md): List WhatsApp templates for your organisation.
- [Update whatsapp template](https://docs.cuoral.com/api-reference/engagement/whatsapp/update-whatsapp-template.md): Update a WhatsApp template by SID.
- [Delete whatsapp template](https://docs.cuoral.com/api-reference/engagement/whatsapp/delete-whatsapp-template.md): Delete a WhatsApp template by SID.
- [SMS](https://docs.cuoral.com/api-reference/engagement/sms.md)
- [Sender ID](https://docs.cuoral.com/api-reference/engagement/sms/sender-id.md)
- [Send SMS](https://docs.cuoral.com/api-reference/engagement/sms/send-sms.md): Send an sms to any number
- [Send Bulk SMS](https://docs.cuoral.com/api-reference/engagement/sms/send-bulk-sms.md): Send bulk sms to as many phone number you want at a time
- [Email](https://docs.cuoral.com/api-reference/engagement/email.md)
- [Send Single email](https://docs.cuoral.com/api-reference/engagement/email/send-single-email.md)
- [Send Bulk Email](https://docs.cuoral.com/api-reference/engagement/email/send-bulk-email.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.cuoral.com/api-reference/engagement.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.
