> For the complete documentation index, see [llms.txt](https://whatcrm.gitbook.io/whatcrm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whatcrm.gitbook.io/whatcrm-docs/english/integrations-products/kommo.com/basic-salesbot-setup.md).

# Basic Salesbot setup

1. To connect Salesbot, you need to go to the appropriate sales funnel and click on the 'Automate' button.<br>

   <figure><img src="/files/Tnu8CvZXcKrPs3ubmeC1" alt=""><figcaption></figcaption></figure>

2. At the required stage, click on the 'Add Trigger' button in the cell and select **Salesbot**<br>

   <figure><img src="/files/DQ1BoSPN43TnwxU2gXfc" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/DlpnTfD0BciUWa3jeWBy" alt=""><figcaption></figcaption></figure>

3. Set conditions for your trigger<br>

   <figure><img src="/files/n4o7Wdk8Tz99QfQUw2Rt" alt=""><figcaption></figcaption></figure>

4. After selecting the necessary parameters, you need to click on the 'Create New Bot' button, and a visual bot editor will open in front of you

5. Select the 'Send Message' step. In the communication channels, choose the required source (phone number) for sending<br>

   <figure><img src="/files/ItaM0pZ36hSnZWj218xs" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/zTNBE8l78JJjYeLA1Pzf" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you need the next bot step to be executed after a specific period, you can use 'Interrupter' and 'Timer' functions. Besides these, there are many other useful settings available.
{% endhint %}

Each user can customize Salesbot according to their specific needs. For more details, refer to the official instructions on kommo.com or contact their support team.&#x20;


---

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