# Enabling Browser Notifications

When a conversation is handed over to an agent, a notification is sent to all the agents who are currently logged into the platform. This notification makes them aware of the new conversation to handle so that customers aren't kept waiting.

These notifications are sent both as a sound, and also a browser notification. However, as this process is dependant on Internet Browser permissions its important that you setup your system correctly otherwise the notifications may not get to you. At present we support `Google Chrome` and `Microsoft Edge` for these notifications. The setup for these browsers is described below.

## Google Chrome <a href="#google_chrome" id="google_chrome"></a>

The first step to setting up Google Chrome is to click on the padlock icon next to the URL after you've successfully logged into the platform.

<figure><img src="https://1753887249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8n7b8WayyGW9wX1onxly%2Fuploads%2FJXZZCcGRV3nQCYMiMAtO%2Fimage.png?alt=media&#x26;token=585124c0-05f9-48f8-a117-43ff39526d95" alt=""><figcaption></figcaption></figure>

In this example, you can see that the `Camera` and `Microphone` have been enabled and that the connection is secure. These settings are required if you wish to use the video calling feature within the platform.

The next step is to click on the `Site Settings` link, which should then open up a tab like the one shown below.

<figure><img src="https://1753887249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8n7b8WayyGW9wX1onxly%2Fuploads%2Fnq1nxhdQRwjVUHq0gSTl%2Fimage.png?alt=media&#x26;token=44dddbf8-a9c0-476e-92d8-002aa8e828f6" alt=""><figcaption></figcaption></figure>

In this picture you can see that `Notifications` and `Sound` have also been set to `Allow` so that the application can send you notifications and play a sound while doing so.

Finally the last setting to check is via the `System` settings. If the system settings prevent notifications, then it doesn't matter what the browser settings are, notifications will not be sent. These settings are dependant on your operating system and are explained in the section at the end of this page.

## Microsoft Edge <a href="#microsoft_edge" id="microsoft_edge"></a>

To start setting up Microsoft Edge, click on the padlock near the URL in the address bar.

<figure><img src="https://1753887249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8n7b8WayyGW9wX1onxly%2Fuploads%2FEVRcH3HMf2ClnSMfz611%2Fimage.png?alt=media&#x26;token=a80d30d0-4b59-4322-a048-4e12de839052" alt=""><figcaption></figcaption></figure>

From here, click on the `Permissions for this site`. This should open up a new tabe that looks a bit like the one below.

<figure><img src="https://1753887249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8n7b8WayyGW9wX1onxly%2Fuploads%2FN723zgQNfrz69bv3kQb7%2Fimage.png?alt=media&#x26;token=32eaf11b-cba6-41d3-869a-f65471a2279b" alt=""><figcaption></figcaption></figure>

In the resulting window, ensure that `Notifications` are set to `Allow`. Other permissions for `Camera` and `Microphone` are needed if you are using the video call feature.

In addition to these settings, please ensure that the device specific settings are enabled as described in the section below.

## Device Specific Settings <a href="#device_specific_settings" id="device_specific_settings"></a>

In order to check your system notification settings you'll need to ensure Notifications are enabled in general, but also for your specific application, such as Chrome or Edge. Depending on which platform you are on, please check the images below to ensure that the right settings are enabled.

### Windows <a href="#windows" id="windows"></a>

On Windows, click the `Start` button and then `Settings`. In the navigation pane on the left, choose `System`, then `Notifications`. At the top of the page, make sure Notifications is on by swiping the button to the right. In the Notifications from apps and other senders section, make sure Google Chrome is turned on as well as shown by the arrows on the image below.

&#x20;

<figure><img src="https://1753887249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8n7b8WayyGW9wX1onxly%2Fuploads%2FL6ORtOzyOdZba5RnwvJS%2Fimage.png?alt=media&#x26;token=73df067e-ed66-432e-92ef-aeeebb956fe4" alt=""><figcaption></figcaption></figure>

### MAC <a href="#mac" id="mac"></a>

You'll find the settings for Mac computers via the `System Preferences` application, under `Notifications & Focus`.

<figure><img src="https://1753887249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8n7b8WayyGW9wX1onxly%2Fuploads%2FWewpCU6oVtIdeSOKMJXh%2Fimage.png?alt=media&#x26;token=da5990d3-ce71-4504-ad91-4b1758426337" alt=""><figcaption></figcaption></figure>

When changing these settings, find the application from the list on the left and select it. Ensure that `Allow Notifications` is ticked. We'd also suggest using `Banners` instead of `Alerts`

Additionally ensure that `Play sound for notifications` is checked.


---

# 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.logicdialog.ai/support/enabling-browser-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.
