# New message notifications

### General information

In Blinger.io it is possible to configure 3 tools for notifying the operators about new messages:&#x20;

* via Slack ([**How to configure notifications in Slack?**](/documentation/integrations/slack.md))
* via API, using such methods as *Get unassigned conversations, Get unread conversations, Get not answered conversations* ([**more info about the methods**](https://help.blinger.io/documentation/api/conversation-1))
* via push-notifications

{% hint style="info" %}
Here is the guide for setting up push notifications in **Google Chrome.** The notifications can work also in Mozilla Firefox and Opera.
{% endhint %}

### How to turn on push-notifications?

To enable push notifications, you need to click on "Lock" in the left part of the address bar and opposite the Notifications item set the value "Allow"

![](/files/-LnXX71qTXyxOfxVz5ol)

After that you need to reload the page. Probably, you need to exit and enter the browser again.

### How to turn off the notifications?

To turn off push notifications you need to do the following: click on "Lock" on the left side of the address bar and next to the Notifications item set the value "Block"

After that you need to reload the page. Probably, you need to exit and enter the browser again.


---

# 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.blinger.io/documentation/notifications-for-new-messages.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.
