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

# Bot de Telegram

{% hint style="info" %}
ADVERTENCIA! Los retiros están bloqueados durante 3 días:

* después de cambiar la contraseña
* después de activar el bot de Telegram
* después de agregar la palabra secreta
* después de activar el 2FA
* después de hacer un depósito (para cuentas no verificadas)
  {% endhint %}

El bot de Telegram en Finandy se utiliza para enviar notificaciones de la actividad de la cuenta:

* Ordenes ejecutadas
* Posiciones cerradas
* Notificación de autorización
* Códigos de seguridad de retiro

Ir a la página **Cuenta / Telegram bot.**

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/d19e79a3-9fe7-4525-8eca-e77265ab30f6/image.png" alt=""><figcaption></figcaption></figure>

## Añadir un bot de Telegram

1\. Abra el bot en [@BotFather ](https://t.me/BotFather)en Telegram y pulse Inicio(start) en la parte inferior de la pantalla.

<figure><img src="/files/YHsCevTFCqRiUJcji6ol" alt="" width="390"><figcaption></figcaption></figure>

2. Envíe el comando **/newbot.**

<figure><img src="/files/f2oTsqrV0ENT5SJ22s2M" alt="" width="390"><figcaption></figcaption></figure>

3\. Escriba el nombre **Finandy Bot** o cualquier otro nombre.

<figure><img src="/files/UfajYINyR5oyNoCUapi3" alt="" width="390"><figcaption></figcaption></figure>

4\. Escribe un ID de bot arbitrario, por ejemplo **finandy27375bot.**

<figure><img src="/files/piZ5EADnkY4g3Bm6LlHA" alt="" width="393"><figcaption></figcaption></figure>

5\. Copie el Bot Token y péguelo en la configuración de Finandy.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/494350b5-88e0-4c17-b69b-dadcb8c2eb3f/image.png" alt=""><figcaption></figcaption></figure>

6\. Abra su bot y pulse **Inicio** en la parte inferior de la pantalla.

<figure><img src="/files/qQbMfjmlkQ3Q17CXmCw5" alt="" width="390"><figcaption></figcaption></figure>

7\. Envíe el comando dado en Finandy al bot de Telegram.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/74d2c6ac-6ec8-4e05-9458-18085cdb8bb6/image.png" alt=""><figcaption></figcaption></figure>

Una vez completado, se muestra el menú de gestión de bots de Telegram.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/7c2af182-5ae2-4fc2-bf77-af9386491f21/image.png" alt="" width="563"><figcaption></figcaption></figure>

## Desinstalar el bot de Telegram

1. Abre la página de configuración del bot de Telegram.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/d5b96a74-0644-4add-a702-11cf80858548/image.png" alt="" width="375"><figcaption></figcaption></figure>

2. Haga clic en "Enviar código" en el cuadro de eliminación de bots de Telegram.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/3b201e0b-67ce-4e0d-b092-5cff3237222a/image.png" alt="" width="375"><figcaption></figcaption></figure>

3. Copie el codigo enviado a Telegram.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/616a9f9d-fe9c-4085-8678-354b36485a8d/image.png" alt="" width="563"><figcaption></figcaption></figure>

4. Pega en esta casilla y haz clic en el botón eliminar bot de Telegram.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/56e20bce-2135-4813-b9a4-e83161a83121/image.png" alt="" width="375"><figcaption></figcaption></figure>

## FAQ

* [He perdido el acceso al bot de Telegram. ¿Qué debo hacer?](#he-perdido-el-acceso-al-bot-de-telegram.-que-debo-hacer)

#### He perdido el acceso al bot de Telegram. ¿Qué debo hacer?

Puede restaurar el acceso a su cuenta de telegram utilizando la palabra secreta, para ello ir a **Eliminar bot de telegram - Sin acceso a bot de Telegram**.

**¿Tiene alguna duda? Podemos ayudarle en nuestro chat de Telegram.**

{% embed url="<https://t.me/finandyes>" %}


---

# 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.finandy.com/es/settings/account/telegram-bot.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.
