> 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/dashboard.md).

# Dashboard

Tu panel de control principal. Diseñado para que sepas el estado de tu negocio en menos de 5 segundos.

![Visión General del Dashboard](/files/JvZ4KkTkbRWelj39Yp8B)

## Tarjetas de Estado (KPIs)

La fila superior te dice **qué requiere tu atención**:

* **Dinero Ahorrado**: Total retenido en [Cupones de Tienda](/returnsup-docs/summary/financial-impact.md).
* **Pendientes de Aprobar**: El número más importante. Haz clic aquí para ir directo a procesar las solicitudes nuevas.
* **Cambios Solicitados**: Volumen de clientes que han optado por cambiar producto en lugar de pedir reembolso.

## Alertas y Tareas

A la derecha encontrarás tu "Lista de Tareas" inteligente.

![Alertas y Tareas](/files/Xe4py0uIQpu7GR3BASqz)

* **Configuración Pendiente**: Si te falta conectar un transportista o activar la facturación, aparecerá aquí en azul.
* **Solicitudes Pendientes**: Un acceso directo a las devoluciones que esperan tu "OK".

## Menú de Usuario

En la esquina inferior izquierda (y en el avatar superior) tienes acceso a tu perfil personal.

![Menú de Usuario](/files/Pj7VaiDK1oksVRzUi6KI)

* **Soporte**: Contacto directo con el equipo de ReturnsUp.
* **Mi Cuenta**: Donde gestionarás tu suscripción y métodos de pago.


---

# 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/dashboard.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.
