# Sending

- [Introduction](https://support.whapi.cloud/help-desk/sending/introduction.md): Here are tips on methods for sending text messages, video, audio, images, documents, geolocation, contacts and links via WhatsApp API
- [Send text message](https://support.whapi.cloud/help-desk/sending/send-text-message.md): The method is intended for sending a text message to chats
- [Whatsapp API send message PHP](https://support.whapi.cloud/help-desk/sending/send-text-message/whatsapp-api-send-message-php.md): How to Send a Message by WhatsApp API using PHP
- [Whatsapp API send message Python](https://support.whapi.cloud/help-desk/sending/send-text-message/whatsapp-api-send-message-python.md): How to Send a Message by WhatsApp API using Python
- [Whatsapp API send message Node JS](https://support.whapi.cloud/help-desk/sending/send-text-message/whatsapp-api-send-message-node-js.md): How to Send a Message by WhatsApp API using Node.js
- [Whatsapp API send message С#](https://support.whapi.cloud/help-desk/sending/send-text-message/whatsapp-api-send-message-s.md): How to Send a Message by WhatsApp API using C Sharp
- [Whatsapp API send message Java](https://support.whapi.cloud/help-desk/sending/send-text-message/whatsapp-api-send-message-java.md): How to Send a Message by WhatsApp API using Java
- [API integration with VB6](https://support.whapi.cloud/help-desk/sending/send-text-message/api-integration-with-vb6.md): How to Send a Message by WhatsApp API using VB6
- [Whatsapp API send message GO (Golang)](https://support.whapi.cloud/help-desk/sending/send-text-message/whatsapp-api-send-message-go-golang.md): How to Send a Message by WhatsApp API using GO
- [Send video, audio, image, document](https://support.whapi.cloud/help-desk/sending/send-video-audio-image-document.md): Endpoint for easy send media-file as message
- [How to send file from your local computer using the API](https://support.whapi.cloud/help-desk/sending/send-video-audio-image-document/how-to-send-file-from-your-local-computer-using-the-api.md): We will explain what “Upload from file” means and show how to do it in different programming languages using the multipart/form-data format
- [Send Group message](https://support.whapi.cloud/help-desk/sending/send-group-message.md): How to create a WhatsApp group or send messages to the group
- [Send post to WhatsApp Channel](https://support.whapi.cloud/help-desk/sending/send-post-to-whatsapp-channel.md): Manage WhatsApp Channels via API
- [Send message with Buttons](https://support.whapi.cloud/help-desk/sending/send-message-with-buttons.md): The method is designed to send a message with buttons to a private or group chat
- [Send Emoji](https://support.whapi.cloud/help-desk/sending/send-emoji.md): How to send emoji via WhatsApp API?
- [Overview of other methods for sending](https://support.whapi.cloud/help-desk/sending/overview-of-other-methods-for-sending.md)
- [Send Voice message](https://support.whapi.cloud/help-desk/sending/overview-of-other-methods-for-sending/send-voice-message.md): How to Send Voice Messages via WhatsApp API?
- [How to generate a waveform for a voice message](https://support.whapi.cloud/help-desk/sending/overview-of-other-methods-for-sending/how-to-generate-a-waveform-for-a-voice-message.md)
- [Send contact (vCard)](https://support.whapi.cloud/help-desk/sending/overview-of-other-methods-for-sending/send-contact-vcard.md): Examples of how to send a business card to WhatsApp chat (vCard)
- [Send message reactions](https://support.whapi.cloud/help-desk/sending/overview-of-other-methods-for-sending/send-message-reactions.md): You can use WhatsApp API to react to messages in your individual and group chats with emojis
- [Forward message](https://support.whapi.cloud/help-desk/sending/overview-of-other-methods-for-sending/forward-message.md): Forwarding an Existing Message
- [Quoting or Replying to a message](https://support.whapi.cloud/help-desk/sending/overview-of-other-methods-for-sending/quoting-or-replying-to-a-message.md): Answer Messages
- [Editing a sent message](https://support.whapi.cloud/help-desk/sending/overview-of-other-methods-for-sending/editing-a-sent-message.md)
- [Sending View-Once Messages](https://support.whapi.cloud/help-desk/sending/overview-of-other-methods-for-sending/sending-view-once-messages.md): One-time message


---

# 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/sending.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.
