# Cos'è la sezione Kanban

## Kanban

### Cos'è il Kanban

Il Kanban è la sezione di Bookli dedicata alla **gestione visiva dei lead**. Permette al tuo team di vedere a colpo d'occhio in che fase si trova ogni contatto, spostarli tra le diverse fasi del processo commerciale e automatizzare i movimenti in base all'esito delle chiamate.

Pensa al Kanban come a una lavagna divisa in colonne: ogni colonna rappresenta una fase del tuo flusso di lavoro, e ogni card al suo interno rappresenta un lead o un contatto. Man mano che il processo avanza — manualmente o in automatico — le card si spostano da una colonna all'altra.

***

### Come è strutturato

#### Le colonne

Le colonne sono **completamente personalizzabili**: puoi crearle, rinominarle e ordinarle come preferisci in base al tuo processo commerciale.

Esempi di strutture comuni:

| Esempio 1 – Gestione lead | Esempio 2 – Post-chiamata |
| ------------------------- | ------------------------- |
| Da contattare             | Chiamata effettuata       |
| Tentativo in corso        | Interessato               |
| Appuntamento fissato      | Richiamata richiesta      |
| Chiuso                    | Non interessato           |

Non esiste una struttura giusta o sbagliata: il Kanban si adatta al tuo flusso, non il contrario.

#### Le card

Ogni card rappresenta un **lead** e mostra:

* I dati del contatto (nome, numero, informazioni raccolte)
* Da quale **task AI** è stato contattato (es. quale agente vocale ha gestito la chiamata)

In questo modo il tuo team sa subito chi ha parlato con quel lead, in quale contesto e con quale agente.

***


---

# 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://docs.bookli.ai/kanban/cose-la-sezione-kanban.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.
