# Push API

- [Introduction](https://help.pickyassist.com/api-documentation-v2/push-api/introduction.md)
- [API Variables](https://help.pickyassist.com/api-documentation-v2/push-api/api-variables.md): Variables to be used in Push API
- [Sending Single Message - Push](https://help.pickyassist.com/api-documentation-v2/push-api/sending-single-message-push.md): Send Your First Message is easy
- [Sending Dynamic Messages – Push](https://help.pickyassist.com/api-documentation-v2/push-api/sending-dynamic-messages-push.md): Sending Personalised Messages
- [Sending Media Attachments – Push](https://help.pickyassist.com/api-documentation-v2/push-api/sending-media-attachments-push.md)
- [Sending Interactive List & Buttons](https://help.pickyassist.com/api-documentation-v2/push-api/sending-interactive-list-and-buttons.md): Supports only through WhatsApp Official Channel
- [Sending Stickers](https://help.pickyassist.com/api-documentation-v2/push-api/sending-stickers.md): Add fun into your conversation
- [Sending Bulk Messages - Push](https://help.pickyassist.com/api-documentation-v2/push-api/sending-bulk-messages-push.md): Send 100 of message in a single api call
- [Sending Contacts](https://help.pickyassist.com/api-documentation-v2/push-api/sending-contacts.md)
- [Sending Location](https://help.pickyassist.com/api-documentation-v2/push-api/sending-location.md)
- [Sending WhatsApp Template Messages](https://help.pickyassist.com/api-documentation-v2/push-api/sending-whatsapp-template-messages.md)
- [Introduction](https://help.pickyassist.com/api-documentation-v2/push-api/sending-whatsapp-template-messages/introduction.md)
- [Sending WhatsApp Template Text Messages](https://help.pickyassist.com/api-documentation-v2/push-api/sending-whatsapp-template-messages/sending-whatsapp-template-text-messages.md)
- [Sending WhatsApp Template Image](https://help.pickyassist.com/api-documentation-v2/push-api/sending-whatsapp-template-messages/sending-whatsapp-template-image.md)
- [Sending WhatsApp Template Document](https://help.pickyassist.com/api-documentation-v2/push-api/sending-whatsapp-template-messages/sending-whatsapp-template-document.md)
- [Sending WhatsApp Interactive Buttons](https://help.pickyassist.com/api-documentation-v2/push-api/sending-whatsapp-template-messages/sending-whatsapp-interactive-buttons.md)
- [Sending WhatsApp Limited Time Offer Templates](https://help.pickyassist.com/api-documentation-v2/push-api/sending-whatsapp-template-messages/sending-whatsapp-limited-time-offer-templates.md)
- [Sending Message to Facebook Messenger](https://help.pickyassist.com/api-documentation-v2/push-api/sending-message-to-facebook-messenger.md)
- [Normal Post Method](https://help.pickyassist.com/api-documentation-v2/push-api/normal-post-method.md)
- [Delivery Reports](https://help.pickyassist.com/api-documentation-v2/push-api/delivery-reports.md)
- [Testing API Requests](https://help.pickyassist.com/api-documentation-v2/push-api/testing-api-requests.md): Testing Your API Requests


---

# 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://help.pickyassist.com/api-documentation-v2/push-api.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.
