> For the complete documentation index, see [llms.txt](https://help.novatalks.com.ua/ua/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novatalks.com.ua/ua/get-started/connecting_messengers/pidklyuchennya-bota-v-telegram.md).

# Підключення бота в Telegram

Щоб підключити Telegram-бота до NovaTalks, спочатку потрібно створити самого бота через офіційний бот Telegram — BotFather. Нижче детальна інструкція:

### **Крок 1.** Відкрийте BotFather

1\. Відкрийте застосунок Telegram.

2\. У пошуку зверху введіть BotFather.

3\. Оберіть результат із синім значком галочки та підписом “bot”.

<figure><img src="/files/jzrdaxpzkWX3F4lEcW9C" alt="" width="375"><figcaption></figcaption></figure>

### **Крок 2.** Створіть нового бота

1\. Натисніть кнопку /start або введіть команду вручну: /newbot

<figure><img src="/files/3OsVKvwDhEJOHlQqQT2T" alt="" width="365"><figcaption></figcaption></figure>

2\. BotFather запитає назву бота: “Please choose a name for your bot.”

3\. Введіть ім’я яке буде використовуватись для бота, наприклад: NovaShop

<figure><img src="/files/QsK1XSjdKtTgxqnWERkF" alt="" width="375"><figcaption></figcaption></figure>

### **Крок 3.** Вкажіть ім’я користувача (username)

BotFather попросить придумати унікальне ім’я, яке обов’язково закінчується на “bot” або “\_bot”, наприклад: NovaShop\_bot або NovaShopBot

### **Крок 4.** Отримайте токен доступу

Після цього BotFather надасть вам повідомлення з посиланням на вашого бота та токеном доступу:

Цей токен потрібно **зберегти** — він дозволяє NovaTalks підключити бота до вашого акаунта.

{% hint style="warning" %}
**ВАЖЛИВО**: Токен виглядає приблизно так: 123456789:AAABBBcccDDDeeeFFFgggHHH
{% endhint %}

<figure><img src="/files/jmOw7bPifN3W05AJWsuL" alt="" width="369"><figcaption></figcaption></figure>

### **Крок 5.** Надішліть нам токен

Скопіюйте токен доступу з останнього повідомлення та надішліть його у групу підтримки NovaTalks. Ми підключимо вашого бота до сервісу і по готовності повідомимо.\
\ <br>


---

# 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.novatalks.com.ua/ua/get-started/connecting_messengers/pidklyuchennya-bota-v-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.
