> 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/pt/chatbot/builder/botoes/botao-de-compartilhamento.md).

# Botão de compartilhamento

{% hint style="info" %}
O botão é apenas para o Telegram.
{% endhint %}

Ao criar um botão, selecione **"Compartilhar (somente Telegram)"** a função e preencha todos os campos.

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

1. **Ação do usuário:** O usuário clica no botão e seleciona um destinatário entre seus contatos.
2. **Resultado automático:** O sistema insere o texto do **campo "Informações compartilhadas"** na mensagem.

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

Dessa forma, você pode compartilhar quaisquer dados e links (incluindo links para mensagens de canais do Telegram).

<div data-with-frame="true"><figure><img src="/files/fb9892e48bc2bdbfdf745825d17a9397c83a6271" 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/pt/chatbot/builder/botoes/botao-de-compartilhamento.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.
