# Создание курса в боте

После подключения бота к панели можно добавлять курсы.

В Trial тарифе доступно 2 курса по 15 этапов / уроков в каждом. Суммарно 30 уроков.

### Как добавить курс?

Переходим в раздел вашего бота "Список курсов"

![Список курсов](/files/-Mj9DxxtumywuazTLRMX)

{% embed url="<https://www.youtube.com/watch?v=qqIDWIdWwbI>" %}
Как настроить мини курс на 7 дней
{% endembed %}

{% embed url="<https://youtu.be/PTmUYKuzY5c>" %}
Как добавить курс в бот
{% endembed %}

Далее жмем "Добавить курс"

![Добавляем курс](/files/-Mj9E9Ylg8vJxHN9LllO)

Заполняем базовые настройки вашего курса

![Настройка курса](/files/-Mj9ER6fWMvNYmNuatoL)

### Как включить Автостарт?

Автостарт - это опция в настройках курса (продукта) в боте, при включении которой содержимое бота подписчик получает сразу после запуска бота. Нажал /start - получил контент без лишних действий.

![Автостарт включен](/files/-Mj9D0oLQ_53uGnT-2BU)


---

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