> 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.md).

# Botões

**Os botões são um dos elementos mais intuitivos para os usuários de chatbots.**

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

Os botões são uma ferramenta poderosa para orientar os usuários e simplificar sua interação com o bot. Em vez de digitar uma resposta, o usuário pode simplesmente clicar em um botão para ser direcionado a um bloco específico. Para maior flexibilidade, o sistema também reconhecerá e processará o texto do botão se o usuário o digitar manualmente.

**Mensageiros compatíveis**\
Este recurso está disponível nas seguintes plataformas:

* Telegram
* Viber
* Facebook Messenger
* Instagram

**Tipos de botões**

Esses mensageiros suportam dois formatos principais de botão:

1. **Botões de resposta (Teclado):** Aparecem abaixo do campo de entrada da mensagem, substituindo o teclado padrão. São ideais para apresentar opções claras de múltipla escolha.
2. **Botões inline:** Incorporados diretamente no texto da mensagem. São melhores para ações como abrir um site ou navegar dentro do contexto atual.

* [Como criar um botão](/doc/pt/chatbot/builder/botoes/create.md)
* [Botão com link](/doc/pt/chatbot/builder/botoes/botoes-com-link.md)
* [botão "Solicitar o número de telefone"](/doc/pt/chatbot/builder/botoes/phone.md)
* [botão Solicitar localização](/doc/pt/chatbot/builder/botoes/botao-de-solicitacao-de-geolocalizacao.md)
* [Botão de compartilhamento](/doc/pt/chatbot/builder/botoes/botao-de-compartilhamento.md)
* [Botão de retorno de chamada](broken://pages/708881a5a70ebbaec8189e65caad001aa98c4a47)
* [Botão Web App](/doc/pt/chatbot/builder/botoes/webapp.md)
* [Como substituir botões do WhatsApp](/doc/pt/chatbot/builder/botoes/whatsapp.md)


---

# 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.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.
