# Push notifications

Push notifications are messages sent directly to a user's device from Bird. They appear as alerts or banners on the user's screen, even when the app isn't open, making them a powerful tool for engaging with your audience in real-time.

### How to install push notifications

{% hint style="warning" %}
Unlike our other channels, you'll need help from your engineering team to install push notifications.
{% endhint %}

To [install push notifications](https://docs.bird.com/api/client-sdks/applications) in Bird, you'll need to set up a few things so that Bird can communicate with the services that handle notifications for Android and iOS devices.

### How to use push notifications with other Bird products

You can send push notification [campaigns](/applications/campaigns/campaigns.md) or individual messages as part of user [journeys](broken://pages/s7vKAR6krDvHsj9MnhC9). This allows you to tailor your communications based on user behavior or other triggers, ensuring that your messages are both timely and relevant.

{% content-ref url="/pages/xB7BN9od8mEsfFooCSLD" %}
[Create Push Notifications message templates](/applications/content/message-templates/how-to/create-push-notifications-message-templates.md)
{% endcontent-ref %}

{% content-ref url="/pages/3UQcGiuoRzETviYu4SW1" %}
[Send a push notification campaign](/applications/campaigns/push-notifications/how-to/send-a-push-notification-campaign.md)
{% endcontent-ref %}

### Capabilities and use cases

Let's take a look at why push notifications can work for you.

<details>

<summary>Common use cases</summary>

* New feature notifications
* Promotions
* Important updates
* Order status notifications
* Abandoned cart reminders

</details>


---

# 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.bird.com/applications/channels/channels/supported-channels/push-notifications.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.
