> 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/solucion-de-problemas/agent-not-responding.md).

# Mi agente no está respondiendo: qué verificar primero

Si tu agente dejó de responder a los leads en WhatsApp, trabaja con estas verificaciones en orden antes de escalar.

1. Ve a Agente > Canales e Integraciones y confirma que el estado del número de WhatsApp muestra Conectado. Si está Desconectado, vuelve a conectar y prueba con un nuevo mensaje.
2. Ve a Agente > General y confirma que el agente está publicado, no en borrador.
3. Verifica que tu cuenta de Meta Business Manager no tenga notificaciones o restricciones pendientes.
4. Envía un mensaje de prueba desde un número que no haya contactado a tu agente antes. Las conversaciones existentes pueden necesitar un mensaje de plantilla para reabrir la ventana de 24 horas.
5. Revisa Leads > Conversaciones para confirmar si el mensaje fue recibido pero no respondido.

{% hint style="warning" %}
Si tu número muestra una advertencia de calidad en Meta Business Manager, tu capacidad de envío puede estar restringida. Consulta Cómo monitorear la salud de tu número de WhatsApp.
{% endhint %}

Si ninguno de estos pasos resuelve el problema, contacta al soporte de Patagon en <support@patagon.ai> con el email de tu cuenta y el número de teléfono del lead con el que probaste.


---

# 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/solucion-de-problemas/agent-not-responding.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.
