> 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/platform/platform-core/alert-and-escalation/escalations.md).

# Escalations

## What are Escalations?

An *escalation* in BuildingPro Suites is the notification of users about alarms on external channels, e.g., by email or SMS.

{% hint style="info" %}
In simple terms: When an alarm is triggered, a user receives a notification by email.
{% endhint %}

Escalations in BuildingPro Suites can be customized in great detail: you can specify exactly which alarms are escalated to which users. Schedules can also be created.

## Configuration Options for Escalations

You can customize escalations according to the following criteria:

### *Who* is notified?

You can specify exactly which users are escalated to.

### *How* are they notified?

Users can be notified on various channels.

The options are:

* Email
* Slack
* Google Chat
* SMS

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

* You can specify for each user individually on which channels they are notified. This is done when you [-> configure an escalation.](/collection/platform/platform-core/alert-and-escalation/escalations/configure-an-escalation.md)
* You must configure some technical details, i.e., specify from which email server emails are sent. You can find more information on this under [-> Configure escalation channels.](#configuration-options-for-escalations)
* You must ensure that the correct contact data for the user is available and, if necessary, add it. You can find out more about this topic in the chapter [-> Configure a user for escalations.](/collection/platform/platform-core/alert-and-escalation/escalations/configure-users-for-escalations.md)
  {% endhint %}

### *When* are they notified?

You can set exactly when people should be notified and when they should not.

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

### *What* does the user see?

You can customize the content of the messages that a user receives during an escalation.

You can find out how this works under [-> Create templates.](/collection/mandatory-base/assets/asset-modeling-create-templates/create-a-new-template.md)


---

# 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/platform/platform-core/alert-and-escalation/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.
