> 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/bouton-de-partage.md).

# Bouton de partage

{% hint style="info" %}
Le bouton est réservé à Telegram uniquement.
{% endhint %}

Lors de la création d’un bouton, sélectionnez **« Partager (Telegram uniquement) »** la fonction et remplissez tous les champs.

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

1. **Action de l’utilisateur :** L’utilisateur clique sur le bouton et sélectionne un destinataire parmi ses contacts.
2. **Résultat automatique :** Le système insère le texte du **champ « Informations partagées »** dans le message.

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

De cette façon, vous pouvez partager n’importe quelles données et liens (y compris des liens vers des messages provenant de canaux Telegram).

<div data-with-frame="true"><figure><img src="/files/385ce58ead515a7ef06380499ba3686c6c12df16" alt="" width="375"><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/bouton-de-partage.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.
