# Telegram

## Telegram notifications

Telegram bots are super nice with great control to it's users. The convenience factor has driven us to build a Telegram bot too.

[We are @SpikedHQ\_bot on Telegram](https://t.me/SpikeHQ_bot)

You can instantly start a conversation with our bot to connect and start receiving alerts. You can use our Telegram bot to -

1. Receive alerts for
   1. Incidents. You can now add Telegram in escalation policies.
   2. On-call shifts. Get shift start and end alerts in your account settings
2. Acknowledge and resolve any of your incidents

Use `/connect` command to connect Telegram with your Spike.sh account.

{% hint style="success" %}
Use `/ack` or `/acknowledge` to acknowledge any incident. Similarly, you can use `/res` or `/resolve` to resolve any incident.
{% endhint %}

![Just a taste of how incident alerts on Telegram look like](/files/CoUFoaHjzw1DGgqtRQEK)

To start receiving on-call shift alerts, visit Settings > Account > On-call notifications or [click here](https://app.spike.sh/settings/personal-on-call)

\_\_

*ps: You can connect Telegram to only one Spike.sh account*


---

# 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://docs.spike.sh/alerts/telegram.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.
