> For the complete documentation index, see [llms.txt](https://docs.patagon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patagon.ai/es/primeros-pasos/first-7-days-checklist.md).

# Checklist de los primeros 7 días

Usa este checklist para asegurarte de que todo esté configurado antes de que llegue tu primer lead real.

## Día 1: configuración básica

* Cuenta creada y email verificado
* Número de WhatsApp conectado
* Objetivos y tono del agente configurados
* Al menos un miembro del equipo invitado

## Días 2–3: primeras conversaciones

* Revisa las primeras conversaciones que manejó tu agente
* Verifica si las respuestas de calificación coinciden con tus criterios
* Ajusta el prompt del agente si las respuestas no son correctas

## Días 4–5: primer lead calificado

* Abre tu primer lead calificado en la vista de Leads
* Confirma que los detalles del lead están completos
* Asígnalo al miembro correcto del equipo

## Días 6–7: primer ajuste

* Revisa tu Dashboard para la tasa de respuesta y tasa de calificación
* Da feedback a tu agente en al menos una conversación
* Identifica una cosa para mejorar en tu prompt

## Vas por buen camino si:

* Tu agente responde en menos de 1 minuto desde el primer mensaje de un lead
* Al menos el 30% de las conversaciones se están calificando
* Tu equipo revisa leads diariamente

## Presta atención si:

* Tu agente no está respondiendo: consulta la sección de Solución de Problemas
* Ningún lead está siendo calificado: consulta Cómo optimizar la calificación de leads
* Tu número de WhatsApp muestra una advertencia: consulta Solución de problemas de WhatsApp

## Siguiente paso

Continúa con [Cómo configurar los ajustes del agente](/es/optimizacion-del-agente/agent-settings.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.patagon.ai/es/primeros-pasos/first-7-days-checklist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
