> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/fr/chatbot/builder/boutons/phone.md).

# Demander le numéro de téléphone

{% hint style="info" %}
Cela fonctionne dans Telegram et Viber.
{% endhint %}

Lors de la création du bouton, vous devez sélectionner **« Demander le numéro de téléphone. »**

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

Lorsque le bouton est cliqué, une fenêtre s’ouvrira pour demander de confirmer le transfert du numéro :

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

Si le client approuve la demande de numéro de téléphone, son numéro est envoyé au bot sous forme de message standard.

{% hint style="success" %}
Le numéro de téléphone sera automatiquement enregistré dans la variable `phone`.
{% endhint %}

## Comment créer le bouton « Appeler »

{% hint style="info" %}
Actuellement, cela fonctionne uniquement sur Facebook.
{% endhint %}

1. Lors de la création du bouton, choisissez la **« Appel (Facebook uniquement) »** fonction dans la liste.
2. Remplissez tous les champs obligatoires qui s’affichent.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mavibot.ai/doc/fr/chatbot/builder/boutons/phone.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
