# Solicitar número de teléfono

{% hint style="info" %}
Funciona en Telegram y Viber.
{% endhint %}

Al crear el botón, necesitas seleccionar **"Solicitar el número de teléfono."**

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

Cuando se haga clic en el botón, se abrirá una ventana pidiendo confirmar la transferencia del número:

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

Si el cliente aprueba la solicitud del número de teléfono, su número se envía al bot como un mensaje estándar.

{% hint style="success" %}
El número de teléfono se guardará automáticamente en la variable `phone`.
{% endhint %}

## Cómo crear el botón "Llamar"

{% hint style="info" %}
Actualmente, solo funciona en Facebook.
{% endhint %}

1. Al crear el botón, elige la **"Llamar (solo Facebook)"** función de la lista.
2. Completa todos los campos obligatorios que aparezcan.

<div data-with-frame="true"><figure><img src="/files/e19e9fb6d541253841340c3e86054d29bba75a3f" 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/es/chatbot/builder/botones/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.
