# Solicitar número de telefone

{% hint style="info" %}
Funciona no Telegram e no Viber.
{% endhint %}

Ao criar o botão, você precisa selecionar **"Solicitar o número de telefone."**

<div data-with-frame="true"><figure><img src="/files/f85bc7d0e1d1f182c832927b546396c84cc7c8c8" alt=""><figcaption></figcaption></figure></div>

Quando o botão for clicado, uma janela será aberta pedindo para confirmar a transferência do número:

<div data-with-frame="true"><figure><img src="/files/11a061ac7f854090ed31cfe33dc3b14a831d255f" alt="" width="375"><figcaption></figcaption></figure></div>

Se o cliente aprovar a solicitação do número de telefone, o número dele será enviado ao bot como uma mensagem padrão.

{% hint style="success" %}
O número de telefone será salvo automaticamente na variável `phone`.
{% endhint %}

## Como criar o botão "Ligar"

{% hint style="info" %}
Atualmente, funciona apenas no Facebook.
{% endhint %}

1. Ao criar o botão, escolha a **"Ligar (somente Facebook)"** função da lista.
2. Preencha todos os campos obrigatórios que aparecerem.

<div data-with-frame="true"><figure><img src="/files/7e7f2ef8a51e1728100d32f577ddd850794c8587" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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.mavibot.ai/doc/pt/chatbot/builder/botoes/phone.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.
