# Кнопка быстрого звонка в чат-боте

Кнопка быстрого звонка в чат-боте — это не только красивая настройка в вашем чат-боте, но и удобство для ваших пользователей. А как известно, чем довольнее клиент, тем больше прибыль :sunglasses:

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

1. Открываем редактор сценария бота в [LeadConverter](https://leadconverter.ru/?utm_source=doc\&utm_medium=fast+call+chat+bot\&utm_campaign=leadconverter). Создаём блок "**Сообщение**" и добавляем *кнопку-ссылку.*

{% hint style="warning" %}
**Важно!**&#x20;

Нужно выбирать именно **кнопку-ссылку**. Кнопка-ссылка без отслеживания работать **не будет**!
{% endhint %}

<div align="left"><figure><img src="/files/SBjug7log0RttKCZ4nRt" alt=""><figcaption></figcaption></figure></div>

1. Затем добавляем следующий шаблон:

> **tel:**&#x43D;омер телефона

2. И вписываем вместо "**номер телефона**" номер, по которому нужно позвонить.

**Например**: tel:88005555555

3. Вставляем данное выражение в кнопку-ссылку.

<div align="left"><figure><img src="/files/6BIRJBOMCWEOxVqX3ojB" alt=""><figcaption></figcaption></figure></div>

4. Тестируем.<br>

<div align="left"><figure><img src="/files/3ayhAqB2DfMb1hWbCBBi" alt=""><figcaption></figcaption></figure></div>

Поздравляем, всё настроено и готово к работе :tada:\ <br>

{% hint style="success" %}
Остались вопросы? Смело задавайте их в нашу техподдержку. \
Мы всегда рады прийти на помощь :relaxed::point\_down:
{% endhint %}

{% content-ref url="/pages/-MasAPNcg291uNezFqb4" %}
[Как задать вопрос в поддержку?](/kak-zadat-vopros-v-podderzhku.md)
{% endcontent-ref %}


---

# 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.leadconverter.su/faq/populyarnye-voprosy/obshie-voprosy/knopka-bystrogo-zvonka-v-chat-bote.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.
