> For the complete documentation index, see [llms.txt](https://academy.gopersonal.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.gopersonal.ai/guia-de-usuario/go-live-shopping/llamadas.md).

# LLamadas

Aquí es posible ver el listado de llamadas para el filtro de fecha seleccionado. A su vez es posible utilizar filtros avanzados como campaña, el host q realizó la llamada, el estado de la misma y el correo o nombre del invitado.&#x20;

&#x20;

<figure><img src="/files/ifUZETdtdT3t08DFZpYo" alt=""><figcaption></figcaption></figure>

&#x20;Para cada llamada se muestra, el nombre del evento, la fecha, el host de la llamada, el invitado y el estado. A su vez en caso de estar terminada la llamada se muestra la venta y posibilidad para ver detalles de la llamada.

<figure><img src="/files/aYxCJm1MYubdAn6Bnlab" alt=""><figcaption></figcaption></figure>

#### &#x20;Info:&#x20;

Información básica como datos del invitado, host fecha, cantidad de items mostrados por el host, cantidad de items que el invitado vió el detalle y cantidad de items agregados al carrito.&#x20;

#### Detalles:

Detalle de lo que pasó en la llamada.&#x20;

#### Carrito:&#x20;

El carrito del cliente durante la llamada.&#x20;

**Chat:**&#x20;

El chat durante la llamada.&#x20;

**Evaluación:**&#x20;

La evaluación del invitado y sus comentarios al finalizar la llamada.&#x20;

**Etiquetas:**&#x20;

Las etiquetas y comentarios del host que permiten categorizar la llamada.&#x20;


---

# 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.gopersonal.ai/guia-de-usuario/go-live-shopping/llamadas.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.
