> For the complete documentation index, see [llms.txt](https://help.blinger.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blinger.io/faq-1/faq/messaging-channels/telegram.md).

# Telegram

### How to create a Telegram-bot? <a href="#telegram-bot-create" id="telegram-bot-create"></a>

#### **Step 1.** Open Telegram application and enter [@BotFather](https://t.me/BotFather) in search bar

![](/files/-LEtPxCx0-LShLa5b99E)

#### **Step 2.** Enter in message bar the following value `/newbots`&#x20;

![](/files/-LEtQXyf-sz5r2E0hJ-W)

#### **Step 3.** Enter in message bar the name for the bot being created and click on "Enter"

![](/files/-LEtQyuiyyynssElKgsU)

#### **Step 4. Enter in message bar** "Username" ("username" must be unique and end with `_bot`) and click on "Enter"

![](/files/-LEtRWIAt49eecC1TqC1)

{% hint style="success" %}
**The bot is created!**
{% endhint %}

### Can I connect a chat-bot to Blinger.io?

Yes, it is possible. To do that at the moment when the message from the chat-bot user is forwarded to Blinger.io, the server of the chat-bot would send the message to the url-address we provide in the format, in which it's sent by Telegram API. Get more information from our Customer support.

{% hint style="info" %}

### Haven't found an answer to your question?

Contact Customer support of Blinger.io
{% 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://help.blinger.io/faq-1/faq/messaging-channels/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.
