# Salesbot with buttons

As a part of the message, you can add quick reply buttons so your client can choose from the given options. For example you could list the issues your client may deal with and, based on the chosen issue, the Salesbot communication flow will take the appropriate path.

{% hint style="info" %}
At the moment you can add from 2 to 12 buttons (message with pictures doesn't work) in WhatsApp the buttons are displayed as polls.
{% endhint %}

### How to create a Salesbot with buttons

1. Creating a new one Salesbot trigger
2. Select the Message block
3. Here you write the text that the bot will send to the client. The bot can send more than 3 buttons if the messenger allows it. For example, WhatsApp supports from 2 to 12 buttons in one message in the form of a poll.<br>

   <figure><img src="/files/4gBYBvqgQA6lo5B99gE8" alt=""><figcaption></figcaption></figure>
4. Save bot settings
5. Done. Our bot is configured let's see the result<br>

   <figure><img src="/files/nZkhWKJc0a0EhsYzm9CT" alt=""><figcaption><p>An example of buttons on WhatsApp in the form of a poll</p></figcaption></figure>

   <figure><img src="/files/1kD1sewfe9t507ZQNWU0" alt=""><figcaption><p>Examples of messages with buttons in kommo.com</p></figcaption></figure>


---

# 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://whatcrm.gitbook.io/whatcrm-docs/english/integrations-products/kommo.com/salesbot-with-buttons.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.
