> ## Documentation Index
> Fetch the complete documentation index at: https://docs.botky.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Canal de Telegram

> Crea un bot de Telegram con BotFather y conéctalo a Botky con su token

export const Placeholder = () => <div className="botky-image-placeholder w-full aspect-video rounded-xl flex items-center justify-center font-semibold">
    Captura pendiente
  </div>;

Desde tu teléfono, visita [https://t.me/BotFather](https://t.me/BotFather) en un navegador. Haz clic en **"SEND MESSAGE"** y saltarás a la app de Telegram. Haz clic en **"Start"** para hablar con **@BotFather**.

<Frame caption="Iniciar conversación con BotFather">
  <Placeholder />
</Frame>

Envía **"/newbot"** y luego un nombre de usuario para tu bot. Obtendrás un **token**.

<Frame caption="Token generado por BotFather">
  <Placeholder />
</Frame>

Copia el token y vuelve a Botky.

<Frame caption="Copiar el token">
  <Placeholder />
</Frame>

En Botky, haz clic en **"Add New Telegram Bot"** y pega tu token en la ventana emergente. Finalmente, haz clic en **"Create Flow"** ¡y listo!

<Frame caption="Agregar el token en Botky y crear el flujo">
  <Placeholder />
</Frame>

Usa el switch de estado para detener/iniciar la automatización, y la **X roja** para quitar la conexión (tu flujo seguirá en "All Bots").

## Hablar con el bot de Telegram

Hay 2 formas:

<Frame caption="Formas de hablar con el bot de Telegram">
  <Placeholder />
</Frame>

1. Haz clic en el enlace de la URL de arriba.
2. Usa el botón de **vista previa (preview)** en tu flujo.
