> For the complete documentation index, see [llms.txt](https://docs.lessondelivery.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lessondelivery.com/howto/wiki.md).

# Инструкция для пользователей Lesson Delivery

Чтобы сделать свой курс, марафон, или любой продукт в боте выполните шаги ниже.

1. Создайте бота в @BotFather
2. Добавьте контент и содержимое в бот

Посмотрите видео на этой странице. Остальные [обучающие видео тут](https://youtube.com/playlist?list=PLWR-WfxFwYES7M11fbOxooGPfUSjVh-R9\&si=r_kHWUMn72DlTWUI).

**Метафора - тело + мозг**

> У вас есть бот, по сути тело, наш сервис - это мозг бота. Нужно соединить тело с мозгом.

**Метафора - самолёт + автопилот**

> У вас есть самолет, у нас есть автопилот. Чтобы автопилот довез вас до точки - загрузите в него курс.

### Видео

{% embed url="<https://youtu.be/GmI7uSnlbYg>" %}

### Придумать

Имя вашего бота - Name: Демо Мой Бот для курса

username - MyDemoSuperCourseBot

Описание - Description: Мой бот для курса, ежедневные уроки и обратная связь от эксперта

О вашем боте - About: Бот поможет вам эффективно учится прямо в телефоне

Botpic: картинка или фото размером от 512 на 512 пикселей, или просто квадратное изображение, можно обрезать на телефоне.

Результат @MyDemoSuperCourseBot или по ссылке <https://t.me/MyDemoSuperCourseBot>

### Данные из нашего примера

Посмотреть пример <https://t.me/DemoBookBot> бота @DemoBookBot

Name: Демо Книга

Description: Демонстрационный бот сервиса LessonDelivery.com для упаковки курсов и книг в Телеграм, создай похожего бота в @LessonDeliveryBot

About: Демонстрационный бот сервиса для упаковки курсов и книг в Телеграм, создай похожего бота в @LessonDeliveryBot

Botpic: картинка или фото размером от 512 на 512 пикселей, или просто квадратное изображение, можно обрезать на телефоне.

### Как начать

Зайти в свой Телеграм на телефоне, ПК <https://desktop.telegram.org/>, или в браузере <https://web.telegram.org/#/login>

Создать бота в через @BotFather <https://telegram.me/BotFather> по инструкции <https://lessondelivery.com/telegram/botfather.html>

1. Отправляется команда /newbot прямо в чате, в виде сообщения
2. Нужно придумать имя для будущего бота, потом можно поменять
3. Придумать username и оно должно заканчиваться на bot (пример MyBestCourseBot)
4. Бот пришлет сообщение с API токеном, его нужно будет прописать в нашем сервисе <https://t.me/LessonDeliveryBot>

### Что дальше?

Запустить наш бот <https://t.me/LessonDeliveryBot> и зайти через кнопку внутри бота в админ-панель.

Инструкция [Как добавить бота в панель](/howto/wiki/howto/add-bot.md)

{% embed url="<https://youtu.be/AdGdPa9ZU7U>" %}
Как добавить бота в панель
{% endembed %}


---

# 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.lessondelivery.com/howto/wiki.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.
