# Kommo. Channel connection

*How to connect Kommo to Selarti as a communication channel.*

## What can Kommo do as a communication channel

* Automatically processes incoming requests and forwards them to a manager if necessary.
* Selects a specific funnel where the AI agent will be connected.
* Reminds the client about himself after a while and returns to active dialogue.
* Transfer conversations to the AI agent outside of business hours.
* The main feature is the hybrid system. Both a human and an AI agent can work in the same dialogue, within the familiar Kommo interface.

## Setting up the communication channel

Before starting the setup, log in to [Kommo](https://www.kommo.com/).

Open your personal account at [Selarti](https://selarti.com/panel?menu=dashboard), go to the «*Channels*» section, then click «*Add channel*» and select «*Kommo*» from the drop-down list.

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

Click «*Add Channel*».

<figure><img src="/files/RIcGRwXBS8xPyn2KD1JC" alt="" width="464"><figcaption></figcaption></figure>

In the window that opens, select the desired Kommo account and click «*Allow*».

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

Then, in the Selarti personal account, in the «Channels» section, open the previously created «*Kommo*» channel and select the funnels where the AI agent should process the dialogues. Click «*Save*».

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

Done. To continue working, you need to create a task, which is described in the [article](/manual-en/main-sections-of-the-service/tasks.md).


---

# 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://manual.selarti.com/manual-en/main-sections-of-the-service/channels/kommo.-channel-connection.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.
