# User Behavior

You can target users based on their **session depth** (number of pageviews in the current session), and whether they are a **first time or repeat visitor**. Surveys are targeted to “All visitors” by default.&#x20;

<figure><img src="/files/0YY7BvnxLhpuP2MqtVon" alt="" width="530"><figcaption></figcaption></figure>

{% hint style="info" %}
Some browsers have a 'back forward cache' that stores the page as it was and displays it from cache (exactly as it was when you left it). In this case, our servers aren't being called and we aren't sending an incremental impression, but rather the visitor is returning to the page in its previous state.&#x20;
{% endhint %}


---

# 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://docs.pulseinsights.com/configuring-pulse-insights-console/editor/targeting/user-behavior.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.
