> 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/notification-provider/sms.md).

# SMS

## SMS notifications in Eliona

The notification provider **SMS** in Eliona enables the configuration and management of SMS notifications to send alarms and other notifications directly via SMS. These notifications are ideal for time-critical messages.

***

## **Configuration**

The SMS settings can **not be configured via the frontend**. Instead, the parameters must be passed directly to the service. Please contact your system administrator to make the necessary settings.

***

## Combining alarms

Alarms can also be grouped here, just like with other notification providers.&#x20;

{% content-ref url="/pages/e6e1b849067aba2b868e1a38313521a652c84a2c" %}
[Group escalations](/collection/english-v14/documentation/alarms-rules-and-escalations/escalations/group-escalations.md)
{% endcontent-ref %}

***

## **SMS templates**

<figure><img src="/files/004197642fa58557a3fc1dd3a68db85a0e4ddb90" alt=""><figcaption></figcaption></figure>

Eliona offers the option to customize individual SMS templates. These templates define the text style, structure, and content of the SMS notifications.

{% content-ref url="/pages/8894b3c86580a6b6b9cdac807e96502026afb725" %}
[Twig templating in Eliona](/collection/english-v14/academy/twig-templating-in-eliona.md)
{% endcontent-ref %}

1. **Customize template:**\
   Under Templates, find your SMS template and to edit it click on <img src="/files/21ace192eed3f77f9e894a846ac5349edab0584f" alt="" data-size="line">
2. **Override default:**
   * Select the option **"Override default"**, to make individual changes to the template.
   * Once this option is active, you can edit the SMS text.
3. **Edit format & style:**\
   The SMS text can be adjusted directly to convey the desired information concisely and clearly.\
   **Example of an alarm SMS text:**

   ```csharp
   Eliona Alarm: {{asset.name}} ({{asset.gai}}) - {{alarm.msg}} 
   {% if alarm.gone_ts is null %}https://{{domain_name}}/alarms?alarm_id={{alarm.alarm_id}}
   {% else %}https://{{domain_name}}/alarms/history{% endif %}
   ```
4. **Save:**
   * After editing the template, click on **"Save"**, to apply the changes.


---

# 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/notification-provider/sms.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.
