> For the complete documentation index, see [llms.txt](https://returnsup.gitbook.io/returnsup-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://returnsup.gitbook.io/returnsup-docs/summary.md).

# Estadísticas

Obtén una visión global del rendimiento de tus devoluciones con métricas en tiempo real y gráficos de análisis.

![KPIs Principales](/files/JvcSfoojIVsHvPo2gO5q)

## Métricas Clave (KPIs)

En la parte superior encontrarás 6 tarjetas con los indicadores vitales de tu negocio. Todas incluyen un indicador de tendencia (verde/rojo) comparando con el periodo anterior:

* **Devoluciones Totales**: Volumen bruto de solicitudes recibidas.
* **Devoluciones Abiertas**: Solicitudes que aún no se han cerrado (están pendientes, aprobadas o en tránsito).
* **Pendientes de Aprobar**: El número crítico que requiere tu acción inmediata.
* **Recuperado en Cupones**: Dinero retenido en la tienda gracias a cambios o reembolsos en crédito (Gift Card).
* **Reembolsado a Clientes**: Dinero devuelto al método de pago original (flujo de caja negativo).
* **Tiempo Medio Resolución**: Días promedio desde que se solicita hasta que se cierra la devolución.

## Análisis Gráfico

![Gráficos de Distribución](/files/94PIgGindnffFbc7BoiD)

### Evolución Mensual

Gráfico de líneas para detectar picos estacionales (ej. post-Navidad o Rebajas) y prever carga de trabajo futura.

### Top 5 Motivos

Gráfico de barras fundamental para **mejorar tu producto**. Si "Talla pequeña" es el motivo #1 de una camiseta, quizás debas ajustar su patrón o la guía de tallas.

### Distribución por Estado y Método

Dos gráficos de tarta (pie charts) para entender de un vistazo:

1. **Estado**: ¿Tengo cuello de botella en "Pendiente"? ¿Tengo muchas "En Tránsito"?
2. **Método**: ¿Mis clientes prefieren reembolso o cambio? Úsalo para ajustar tus estrategias de incentivos (ej. dar bonificación por elegir crédito en tienda).


---

# 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://returnsup.gitbook.io/returnsup-docs/summary.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.
