> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/english-v14/documentation/notifications/push-notifications.md).

# Push notifications

Push notifications are delivered via the web browser. They have the advantage that they are also delivered when you are not currently in eliona or when your browser window is minimized.

{% hint style="warning" %}
You must be logged in to eliona so that notifications can be delivered via the web browser.
{% endhint %}

Notifications in the web browser look like this:

<div data-full-width="true"><figure><img src="/files/66e0acebd1d7504ced7345dbfff109e69773da01" alt=""><figcaption><p>A push notification in Google Chrome</p></figcaption></figure></div>

## Enable push notifications

For push notifications to be delivered, you must first allow the web browser to deliver push notifications.&#x20;

### In Google Chrome

#### On first access

When you access eliona for the first time, you will be asked whether you want to enable notifications.

Click on **A,** to allow notifications.&#x20;

<div data-full-width="true"><figure><img src="/files/9bbe9831933ca2b680f3beef91c5a3ad349b4b3e" alt=""><figcaption><p>Show push notifications</p></figcaption></figure></div>

#### Enable later

If you want to enable or disable push notifications later, proceed as follows:

<div data-full-width="true"><figure><img src="/files/fd74b2b436b2722bb0d603eee87d6c18ace0f156" alt=""><figcaption></figcaption></figure></div>

1. Click in the URL bar of Google Chrome on **\[A]**
2. Enable or disable the switch for notifications **\[B]**


---

# 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.buildings.ability.abb/collection/english-v14/documentation/notifications/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.
