# Виджеты

**Для этого нужно:**

1. Создать виджет
2. Выполнить "Настройки виджета"
3. Разместить код на сайте

{% hint style="info" %}
Создание виджета
{% endhint %}

Заходим в свой проект и нажимаем "Создать виджет"

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

{% hint style="info" %}
Настройка виджета
{% endhint %}

1. Выбираем слева — "Конструктор" и нажимаем справа внизу на "Шестеренку"

<figure><img src="/files/8GREPcM1bbCj8wauwW2O" alt=""><figcaption></figcaption></figure>

2. Переходим к настройкам:

* Заголовок
* Описание
* Ссылка
* Баннер
* Кнопка

{% hint style="warning" %}
Только после нажатия на виджет, появится данная информация!
{% endhint %}

Чтобы добавить обычную ссылку или ссылку на чат-бот, необходимо нажать на "Добавить ссылку" и потом на "Шестерёнку".

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

{% hint style="info" %}
Установка кода на сайт
{% endhint %}

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

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

**Вот так выглядит виджет на сайте, после полной настройки:**

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


---

# 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://help.onebot.tech/onebot-help/vidzhety.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.
