> For the complete documentation index, see [llms.txt](https://help.digitalwallet.cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.digitalwallet.cards/push-notifications.md).

# PUSH NOTIFICATIONS

- [How it Works?](https://help.digitalwallet.cards/push-notifications/how-it-works.md): A closer look into how the push notifications work
- [iPhone (iOS)](https://help.digitalwallet.cards/push-notifications/how-it-works/iphone-ios.md): Learn more about how push-notifications work on iOS devices
- [Android](https://help.digitalwallet.cards/push-notifications/how-it-works/android.md)
- [How long does it take for push messages to be received by our customers?](https://help.digitalwallet.cards/push-notifications/how-it-works/how-long-does-it-take-for-push-messages-to-be-received-by-our-customers.md): Learn more about push delivery time
- [Why aren't my customers receiving push messages?](https://help.digitalwallet.cards/push-notifications/how-it-works/why-arent-my-customers-receiving-push-messages.md): The most popular reasons for non-delivery
- [Push Section](https://help.digitalwallet.cards/push-notifications/push-section.md)
- [Marketing Push](https://help.digitalwallet.cards/push-notifications/push-section/marketing-push.md): Learn how the marketing push is setup
- [Sending messages to all customers](https://help.digitalwallet.cards/push-notifications/push-section/marketing-push/sending-messages-to-all-customers.md): Learn how you can send push notification message to all customers
- [Sending messages to a segment of customers](https://help.digitalwallet.cards/push-notifications/push-section/marketing-push/sending-messages-to-a-segment-of-customers.md): Explore how a push notification message can be sent to a selected segment
- [Sending message to an individual customer](https://help.digitalwallet.cards/push-notifications/push-section/marketing-push/sending-message-to-an-individual-customer.md): Learn how you can send a push notification message to an individual customer
- [Geo-push](https://help.digitalwallet.cards/push-notifications/push-section/geo-push.md): Learn how to create a geo-push
- [Push automation](https://help.digitalwallet.cards/push-notifications/push-section/push-automation.md)
- [Feedback collection](https://help.digitalwallet.cards/push-notifications/push-section/push-automation/feedback-collection.md): Learn how push automation works for Feedback Collection
- [Next visit reminder](https://help.digitalwallet.cards/push-notifications/push-section/push-automation/next-visit-reminder.md): Learn how push automation can be setup for next visit reminder
- [Birthday congratulation](https://help.digitalwallet.cards/push-notifications/push-section/push-automation/birthday-congratulation.md): Learn how to setup push notifications for birthday congratulations
- [Triggered auto-push](https://help.digitalwallet.cards/push-notifications/push-section/triggered-auto-push.md): Learn how the triggered auto-push feature works


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.digitalwallet.cards/push-notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
