> For the complete documentation index, see [llms.txt](https://docs.dataimpulse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataimpulse.com/dataimpulse-documentation-es/panel/notificaciones-de-telegram.md).

# Notificaciones de Telegram

#### ¿Qué notificaciones recibiré?

Al habilitar la integración con Telegram, recibirás:

* Alertas de saldo
* Anuncios importantes

#### Cómo habilitar las notificaciones de Telegram

1. Inicia sesión en tu panel de DataImpulse.
2. Ve a Configuración de la cuenta (haz clic en tu perfil/icono en la esquina superior derecha).
3. Ve a la [pestaña Integraciones](https://app.dataimpulse.com/account/integrations).
4. En la sección "Get Instant Alerts in Telegram", haz clic en el botón Connect Telegram.
5. Serás redirigido al bot oficial de Telegram. Haz clic en Start en tu aplicación de Telegram para vincular tu cuenta.
6. Una vez vinculada, tu nombre de usuario de Telegram aparecerá en el panel, confirmando la conexión.

#### Cómo deshabilitar las notificaciones de Telegram

Si deseas dejar de recibir alertas vía Telegram:

1. Vuelve a la pestaña Integraciones en la configuración de tu cuenta.
2. Localiza el botón rojo Disconnect Telegram.
3. Haz clic en el botón para revocar el acceso.
4. *Opcional:* También puedes detener o bloquear el bot directamente desde la aplicación de Telegram.

***

### Preguntas frecuentes

**¿Es gratis?**\
Sí, la integración con Telegram está incluida en todos los planes sin costo adicional.

**¿Seguiré recibiendo correos electrónicos?**\
Sí, las notificaciones de Telegram actúan como duplicado para tu conveniencia, asegurando que no te pierdas actualizaciones críticas si no estás revisando tu correo.

{% hint style="info" %}
Los tipos de notificación disponibles pueden variar según la configuración de la cuenta.
{% endhint %}


---

# 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.dataimpulse.com/dataimpulse-documentation-es/panel/notificaciones-de-telegram.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.
