# Comportamiento de visitas

Esta categoría permite agregar condiciones basadas en las acciones que los clientes realizan durante sus visitas al sitio.<br>

* **# Añadidos al carrito:**\
  Cantidad de veces que se añadieron productos al carrito en los últimos 30 días. Por ejemplo, clientes que añadieron al menos 2 productos a su carrito en los últimos 30 días.<br>
* **# Añadidos a favoritos:**\
  Número de veces que los productos fueron añadidos a favoritos en los últimos 30 días. Por ejemplo, clientes que añadieron al menos 3 productos a sus favoritos en los últimos 30 días.&#x20;


---

# Agent Instructions: 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:

```
GET https://academy.gopersonal.ai/guia-de-usuario/segmentacion/audiencias/condiciones-de-audiencia/comportamiento-de-visitas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
