# Product Interactions Rules

* **Products Viewed:**\
  Number of viewed products that meet certain conditions. For example, customers who viewed Nike products at least 10 times within the selected period.
* **Products Added to Cart:**\
  Number of products added to the cart that meet certain conditions. For example, customers who added at least 2 products from the "shoes" category to the cart within the selected period.
* **Products Added to Favorites:**

  Number of products added to favorites that meet certain conditions. For example, customers who added red-colored products to favorites within the selected period.
* **Products Purchased:**

  Number of purchases made for products that meet certain conditions. For example, customers who purchased "M" size products at least 3 times within the selected period.


---

# 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/en/admin-ui/segmentation/audiences/product-interactions-rules.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.
