# Estratégias de distribuição de solicitações entrantes entre os gerentes

{% hint style="info" %}
Esta funcionalidade de distribuição só está disponível no plano Pro.
{% endhint %}

Existem duas opções para distribuir as solicitações entrantes entre os gerentes:

1. **Seleção aleatória** - As novas solicitações serão atribuídas aos gerentes de forma aleatória (independentemente de quantos casos cada um tenha).
2. **Equitativa** - As novas solicitações serão distribuídas de maneira equitativa entre todos os funcionários.

**Exemplo da estratégia equitativa:**\
\
Atribuídos três funcionários (número de casos ativos): Petrov (0), Ivanov (0) e Sidorov (0).\
Solicitação recebida: Petrov (1), Ivanov (0) e Sidorov (0)\
Solicitação recebida: Petrov (1), Ivanov (1) e Sidorov (0)\
Solicitação recebida: Petrov (1), Ivanov (1) e Sidorov (1)\
E assim por diante


---

# 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/portugues/produtos/whatsapp/kommo.com/estrategias-de-distribuicao-de-solicitacoes-entrantes-entre-os-gerentes.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.
