# Visit Behavior Rules

* **# pages visited**

  Number of pages visited, filtered by page type (e.g., Home, Product Detail, Product List). For example, customers who visited the Home page more than 10 times within the selected timeframe.
* **# visited URL:**

  Number of visits to a specific URL. For instance, customers who visited the URL [www.goshos.com](http://www.goshos.com/) at least 10 times within the selected timeframe. You can also specify URLs containing or not containing certain text.
* **Added to Cart:**

  Number of times a product was added to the cart. For example, customers who added at least 10 products to their cart within the selected timeframe.
* **Added to Favorites:**

  Number of times products were added to favorites. For instance, customers who added at least 10 products to their favorites within the selected timeframe.


---

# 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/visit-behavior-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.
