> For the complete documentation index, see [llms.txt](https://docs.quickreply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quickreply.ai/help-and-referrence/faqs/app-notifications/how-to-subscribe-to-push-notifications-on-browser.md).

# How to subscribe to push notifications on browser?

Receive instant notifications to keep your finger on the pulse of your conversations and workflows. Whether it's a new chat bubbling up or a lead springing into action, you'll never miss a beat. Here’s what you’ll be notified about whenever there is a:

* **New Incoming Conversation!**: Catch every new conversation as it comes.
* **New Conversation Assigned to You**: Stay on top of conversations that are routed your way.
* **New Lead Captured**: Be the first to know when a potential lead is captured.
* **New Reply from Customer**: Get updates whenever a customer responds.

## **Enhance Your Alerts with AI**

With our AI-builder, you can tailor your alerts further by setting up actions to trigger notifications at specific points in the conversational flow, ensuring you’re alerted exactly when needed.

## **How to subscribe to push notifications?**

1. When you open our app, a pop-up will appear at the bottom-left corner of your screen offering you to subscribe to notifications. Click on the **Subscribe** button to move forward.

<figure><img src="/files/AKyVjFgjCmx2vQSZeM2r" alt=""><figcaption></figcaption></figure>

2. Following your subscription request, your browser will ask whether to **Allow** or **Block** notifications. Click **Allow** to receive notifications.

<figure><img src="/files/du63nP3wOgnB3X22Lzzj" alt=""><figcaption></figcaption></figure>

3. After permitting notifications, you’re all set to receive real-time alerts directly on your device.

<figure><img src="/files/E49F1uYiWvEbxtEotnvh" alt=""><figcaption></figcaption></figure>

## **Missed the Pop-up?**

If you happen to dismiss the initial pop-up to subscribe to notification, just click on the bell icon located at the top right of your screen anytime to subscribe to notifications and stay connected.

<div align="left"><figure><img src="/files/4aXG62iE2jTUcn671umm" alt="" width="375"><figcaption></figcaption></figure></div>

## **Blocked notification permission?**

If you clicked on **block** instead of **allow**, follow this guide to [**unblock notification permission**](/help-and-referrence/faqs/app-notifications/how-to-unblock-notification-permission.md)

<figure><img src="/files/YT5EJfHhIBQjcthqpiZ9" alt=""><figcaption></figcaption></figure>


---

# 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://docs.quickreply.ai/help-and-referrence/faqs/app-notifications/how-to-subscribe-to-push-notifications-on-browser.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.
