> For the complete documentation index, see [llms.txt](https://soporte.optiwe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://soporte.optiwe.com/chatbots/configuraciones-avanzadas/disparar-manualmente-el-lead-generator.md).

# Disparar manualmente el lead generator

Permite ejecutar el manejador de una intención especifica. El uso mas común es por ejemplo para disparar el generador de leads:

```xml
<option text="Venta tradicional.">
  <action type="trigger-intention" intention="LEAD_GENERATOR" />
  <action type="execute-chat-integration" />
  <action type="go-to" go_to="cierre_de_conversacion" />
 </option>
```
