> For the complete documentation index, see [llms.txt](https://academy.vambe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.vambe.ai/pandai/el-valor-de-vambe-para-tu-tienda.md).

# El valor de Vambe para tu tienda

Justo debajo de PandAI, en **Inicio**, encontrarás el resumen del valor que Vambe le está aportando a tu negocio: cuánto estás vendiendo, qué tan bien conviertes, cuánto contacto tienes con tus clientes, cómo rinden tus anuncios y qué tan satisfechos quedan. Todo filtrable por moneda y por período —**7**, **30** o **90 días**, o un rango personalizado.

{% hint style="info" %}
Por ahora, este resumen está disponible para clientes de Ecommerce.
{% endhint %}

***

### Ventas con Vambe

La tarjeta principal muestra tus **ventas totales** del período y cuánto de eso está **atribuido a Vambe**, junto con el porcentaje que representa esa participación. A la derecha encuentras el detalle de **carritos recuperados**, **venta cruzada** y **total de órdenes**, cada uno con su variación respecto al período anterior.

![Dashboard con las tarjetas de Ventas con Vambe, Conversión, Contacto con clientes, Rendimiento de anuncios y Satisfacción (NPS)](/files/3RrKQxLw0fZw1FGPRmf2)

### Conversión con Vambe

Muestra qué porcentaje de tus conversaciones con IA terminan en una orden, y cuántas órdenes tuvieron participación de la IA en el período.

### Contacto con clientes

Cuenta cuántas conversaciones se atendieron en el período y qué porcentaje de esas conversaciones cubrió la IA.

### Rendimiento de anuncios

Muestra el retorno de tu inversión publicitaria —por ejemplo, "4.1x" significa que vendiste 4,1 veces lo que gastaste en anuncios—, cuánto vendiste y gastaste en el período, y tu costo de adquisición por cliente.

### Satisfacción (NPS)

Tu puntaje NPS del período y cuántas respuestas recibiste, para saber qué tan representativo es el número.

***

### En resumen

Este resumen te da, de un vistazo, el pulso de tu negocio y cuánto de eso es gracias a Vambe —sin salir de Inicio ni cruzar reportes.


---

# 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://academy.vambe.ai/pandai/el-valor-de-vambe-para-tu-tienda.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.
