# Receiving

- [Introduction](https://support.whapi.cloud/help-desk/receiving/introduction.md): Receive data
- [Webhooks](https://support.whapi.cloud/help-desk/receiving/webhooks.md): Webhook technology allows you to fulfill incoming notifications directly to your server
- [Our webhooks (Tracked events)](https://support.whapi.cloud/help-desk/receiving/webhooks/our-webhooks-tracked-events.md): Every time the connected number receives an interaction, we will make a request with the POST method to the previously configured URL
- [Where to Find the Webhook URL?](https://support.whapi.cloud/help-desk/receiving/webhooks/where-to-find-the-webhook-url.md): How to set up a webhook URL to receive real-time data from our API
- [Set the webhook link to the channel](https://support.whapi.cloud/help-desk/receiving/webhooks/set-the-webhook-link-to-the-channel.md)
- [Detailed webhook settings](https://support.whapi.cloud/help-desk/receiving/webhooks/detailed-webhook-settings.md): Webhooks Mode / Request Method / Persist webhook / Auto Download
- [How to check the webhook?](https://support.whapi.cloud/help-desk/receiving/webhooks/how-to-check-the-webhook.md): Test your webhook on the server and locally
- [Incoming webhooks format](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format.md): This section describes incoming webhooks format: messages, files, outgoing messages statuses, account and device (phone) status
- [Incoming message](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/incoming-message.md)
- [Sent message](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/sent-message.md)
- [Chats](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/chats.md): Webhooks that Whapi.Cloud will generate regarding your chats.
- [How to Track Chat Labels via Webhook](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/chats/how-to-track-chat-labels-via-webhook.md): How can I detect which label is assigned to a chat using webhooks?
- [Groups](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/groups.md): WhatsApp Cloud API Webhooks for Groups
- [Communities](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/communities.md): WhatsApp Cloud API Webhooks for Communities
- [Contacts](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/contacts.md): Receiving New Contacts via Webhook
- [Account and device status](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/account-and-device-status.md): Webhook on whapi channels and session status
- [Other](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/other.md)
- [Calls](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/other/calls.md)
- [Presences](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/other/presences.md)
- [Labels](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/other/labels.md): Callbacks that Whapi.Cloud generates when using Labels in WhatsApp
- [Views of stories (statuses)](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/other/views-of-stories-statuses.md): Allows you to find out who has viewed your statuses
- [Story (status) from your contacts](https://support.whapi.cloud/help-desk/receiving/webhooks/incoming-webhooks-format/other/story-status-from-your-contacts.md): Allows you to get information about new stories (statuses) of your contacts
- [Receive messages](https://support.whapi.cloud/help-desk/receiving/webhooks/receive-messages.md): How to Receive WhatsApp messages using webhook and various program languages
- [Receive WhatsApp messages using PHP](https://support.whapi.cloud/help-desk/receiving/webhooks/receive-messages/receive-whatsapp-messages-using-php.md): How to Receive WhatsApp messages using PHP and webhook
- [Receive WhatsApp messages using Node js](https://support.whapi.cloud/help-desk/receiving/webhooks/receive-messages/receive-whatsapp-messages-using-node-js.md): How to Receive WhatsApp messages using Node.js and webhook
- [Receive WhatsApp messages using Python](https://support.whapi.cloud/help-desk/receiving/webhooks/receive-messages/receive-whatsapp-messages-using-python.md): How to Receive WhatsApp messages using Python and webhook
- [HTTP API](https://support.whapi.cloud/help-desk/receiving/http-api.md): Receive notifications via HTTP API
- [How to retrieve files](https://support.whapi.cloud/help-desk/receiving/http-api/how-to-retrieve-files.md): How developers can retrieve any type of file (document, image, audio, video, etc.) from WhatsApp messages using Whapi.Cloud's API
- [Retrieve a Specific User's Chat History](https://support.whapi.cloud/help-desk/receiving/http-api/retrieve-a-specific-users-chat-history.md): How to Retrieve a Specific User's Chat History via WhatsApp API?
- [Get a full-size picture in the response](https://support.whapi.cloud/help-desk/receiving/http-api/get-a-full-size-picture-in-the-response.md): How to get a media file via a link
- [Get order items](https://support.whapi.cloud/help-desk/receiving/http-api/get-order-items.md): The method allows you to get information about the items in the shopping cart sent to you in messages
- [Get a profile picture of a chat or user](https://support.whapi.cloud/help-desk/receiving/http-api/get-a-profile-picture-of-a-chat-or-user.md): Explore this if you need to know about contact and chat avatars
- [Restoring Missing Messages Using Resync](https://support.whapi.cloud/help-desk/receiving/http-api/restoring-missing-messages-using-resync.md)
- [File expiration period](https://support.whapi.cloud/help-desk/receiving/file-expiration-period.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://support.whapi.cloud/help-desk/receiving.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.
