# Публикация агента

Когда агент настроен, нажмите кнопку **Опубликовать** в правом верхнем углу страницы настройки и выберите вариант публикации. После публикации изменения становятся доступны пользователям во всех подключённых каналах. Также все каналы публикации собраны на вкладке **Управление** внутри агента.<br>

<figure><img src="/files/JieTJJuzXrmYPeOaWEoM" alt=""><figcaption><p><em>Рисунок 5. Публикация агента</em></p></figcaption></figure>

| Раздел                                                                                                             | Описание                                       |
| ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------- |
| [Открыть по ссылке](/rukovodstvo-polzovatelya-evoai/moi-agenty/publikaciya-agenta/otkryt-po-ssylke.md)             | Прямая ссылка на чат с агентом                 |
| [Встроить агента на сайт](/rukovodstvo-polzovatelya-evoai/moi-agenty/publikaciya-agenta/vstroit-agenta-na-sait.md) | Виджет-кнопка или iframe для любой страницы    |
| [Подключить Telegram](/rukovodstvo-polzovatelya-evoai/moi-agenty/publikaciya-agenta/podklyuchit-telegram.md)       | Агент как Telegram-бот                         |
| [Подключить MAX](/rukovodstvo-polzovatelya-evoai/moi-agenty/publikaciya-agenta/podklyuchit-max.md)                 | Агент как бот в мессенджере MAX                |
| [Подключить через API](/rukovodstvo-polzovatelya-evoai/moi-agenty/publikaciya-agenta/podklyuchit-cherez-api.md)    | Интеграция агента в своё приложение или сервис |


---

# 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.evo-ai.ru/rukovodstvo-polzovatelya-evoai/moi-agenty/publikaciya-agenta.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.
