> For the complete documentation index, see [llms.txt](https://docs.iiagent.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iiagent.pro/universitet/kak-sozdat-bota.md).

# Как создать бота?

#### В главном меню&#x20;

* зайдите на вкладку сотрудники
* нажмите создать по шаблону

<figure><img src="/files/YPqX3VFUgRYMafU47Da1" alt=""><figcaption></figcaption></figure>

#### В базовых параметрах выбирайте LLM модель на которой будет работать бот. По умолчанию лучше выбрать ChatGPT

<figure><img src="/files/IAOUF6zrOdpH0hGquds6" alt=""><figcaption></figcaption></figure>

#### Настройте режим работы

<figure><img src="/files/s7gBGKvFTxzaXySC87gp" alt=""><figcaption></figcaption></figure>

#### Заполняйте обязательные поля с красной звездочкой.&#x20;

Опишите инструкции для бота (роль,цель,поведение). Если эти поля оставить пустыми, то получится бот с ИИ для свободного общения на любые темы.&#x20;

<figure><img src="/files/DSl7jejyy3kLAoywOhXN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/VD5ITjpQWq3e8u5FkkPe" alt=""><figcaption></figcaption></figure>

#### Функции добавляются по потребности (не обязательно). Нужны для усиления бота и выполнения конкретных более сложных задач чем общение.&#x20;

<figure><img src="/files/GnQjSv0qis6sAGajuhak" alt=""><figcaption></figcaption></figure>

#### Для удобства созданный бот можно добавить в телеграмм или другой мессенджер по инструкции. Это не обязательно. Так же с ботом можно общаться внутри платформы в разделе  (сотрудники). В центре карточки сотрудника кнопка "чат с сотрудником".&#x20;

<figure><img src="/files/4a4mMFEuO8hCDakfGcFa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/fJMLRAz1pEtgXQaCEK6U" alt="" width="184"><figcaption></figcaption></figure>

#### Прикрепите ссылку по инструкции для записи логов. В будущем это поможет быстро найти ошибку в работе бота.&#x20;

<figure><img src="/files/y9v6aleHg4mboStm7HGI" alt=""><figcaption></figcaption></figure>

#### Нажмите сохранить и запустите бота в разделе сотрудники.&#x20;

Поздравляем. Ваш первый бот готов!


---

# 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:

```
GET https://docs.iiagent.pro/universitet/kak-sozdat-bota.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.
