# Session Replay Definition

A session replay is a series of user interactions on your web app, beginning with the first page they visit and ending with a period of inactivity lasting longer than 30 minutes.&#x20;

"Activity" is defined as any user mouse movement, clicks, or scrolls. For example, if a user visits the website landing page, then the app, and then refreshes the page all within 30 minutes of each other, the entire experience is recorded in a single session. If the user returns back to the site after another hour, a new session recording starts from the moment that they do the first action. If a user is inactive and revisits your site, the session will split in the middle of a single page, after 30 minutes of inactivity. The new session will start with the page they resumed the activity on.<br>


---

# 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.zipy.ai/faqs/session-replay-definition.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.
