> 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/alarms-rules-and-escalations/escalations.md).

# escalations

## What are escalations?

As *escalation* In eliona, this means notifying users about alarms on external channels, e.g. by email or SMS.&#x20;

{% hint style="info" %}
Simply put: when an alarm is triggered, a user receives a notification by email.
{% endhint %}

Escalations can be customized in great detail in eliona: You can precisely define which alarms are escalated to which users. Schedules can also be created.&#x20;

## Configuration options for escalations&#x20;

You can customize escalations according to the following criteria:

### *Who* is notified?

You can precisely define which users alarms are escalated to.&#x20;

### *How* is notified?

Users can be notified via different channels.&#x20;

Available options

* Email
* Slack
* Google Chat
* SMS

{% hint style="info" %}
Please note:

* You can define for each user individually which channels they are notified on. This is done when you [-> configure escalation](/collection/english-v14/documentation/alarms-rules-and-escalations/escalations/configure-an-escalation.md)
* You need to configure some technical details, for example specify which email server emails are sent from.\
  You can find more information about this under [-> configure escalation channels](#eskalationen-konfigurieren)
* You must ensure that correct contact details are available for the user and add them if necessary. \
  Learn more about this topic in the chapter [-> configure a user for escalations](/collection/english-v14/documentation/alarms-rules-and-escalations/escalations/configure-users-for-escalations.md)
  {% endhint %}

### *When* is notified?

It can be precisely set when people should be notified and when they should not.&#x20;

This is controlled via "calendars". In these calendars, times can be set for each individual user at which the user receives notifications. Exceptions can also be configured.

### *What* is shown to the user?

You can customize the content of the messages that a user receives during an escalation. &#x20;

You can learn how this works under [-> create templates](broken://pages/335aad9adf4a0034c22177bcb1065ab06d6b2b4d)


---

# 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/alarms-rules-and-escalations/escalations.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.
