# Come cercare un lead

{% stepper %}
{% step %}

### Dove si trova la barra di ricerca

* Accedi alla pagina **Contatti**
* In alto, troverai la **barra di ricerca** affiancata dal pulsante **“Cerca”**
  {% endstep %}

{% step %}

### Tipi di ricerca supportati

Puoi effettuare la ricerca per:

* **Nome**
* **Numero di telefono**
* **Email**
* **ID**
  {% endstep %}

{% step %}

### Regole per una ricerca efficace

* Per **nome**, puoi inserire anche **una parte del nome** (es. scrivere "Mar" per trovare "Marco")
* Per **numero di telefono**, devi scrivere **esattamente il numero registrato nel CRM**, incluso **il prefisso internazionale**&#x20;

{% code title="Esempio" %}

```
 scrivere "Mar" per trovare "Marco"
```

{% endcode %}

* Per **email**, devi inserire **l’indirizzo completo**, senza errori o abbreviazioni
  {% endstep %}

{% step %}

### Eseguire la ricerca

* Dopo aver scritto il dato nella barra, clicca sul pulsante **“Cerca”**
* Il sistema mostrerà i lead corrispondenti ai criteri inseriti

Utilizza la ricerca precisa per trovare rapidamente i contatti già presenti nel CRM.
{% endstep %}
{% endstepper %}


---

# 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/contatti/come-cercare-un-lead.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.
