# Telegram

## **Introduction**

Telegram Integration requires a mobile device with Telegram installed, as well as a registered user account.

## **1. Create a Telegram Bot**

Before integrating your AI Agent into Telegram, you must create a Telegram bot to which we will associate your Agent. A quick and effective method to create it is:

1. In the top search bar of Telegram, type "@botfather".
2. Open a conversation with it and type "/help" to see all available commands. All these commands will help you customize your Agent on Telegram.
3. To create a new bot, type "/newbot" and follow the instructions to name it.
4. Once created, an **API Token** will be generated for your bot, which you must copy for use.

## **2. Enter your Token into Caleida**

In the Caleida Dashboard, if you click on the Basics option within Integrations, you will access the Telegram Integration option. Use that Token in the dropdown window that will appear after clicking on "Settings", save it, and you will have your AI Agent integrated into Telegram.

For any additional questions, please contact our **Support Team**.


---

# 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.caleida.io/integrations/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.
