# Session Replay

Session replays offer a comprehensive view of user journeys through session replays. You can filter these sessions based on various parameters such as time, user email, name, city, country, and operating system.

**Important:** To view session replays, it is necessary to implement [**Gesture Capturing**](/zipy-for-mobile/flutter-setup/gesture-capturing.md)**.**

Clicking on a session replays allows you to replay the entire session.

<figure><img src="/files/t6zJIITLWPFaT7v8ejr6" alt=""><figcaption></figcaption></figure>

The Zipy session replays Player provides the following features:

* **Complete Session Replay**

<figure><img src="/files/lBzm2R5jRZsWoD8wYZfT" alt=""><figcaption></figcaption></figure>

* **Timeline with Inactivity and Errors:** Options to fast forward and adjust playback speeds.
* **Breadcrumbs:** All user events, including clicks, network data, console logs, and errors.
* **Dev Tools:** Console logs, network logs, stack traces, and any custom logs.
* **User Environment Details:** Information such as the operating system, and more.

**Note:** Add storage and internet permissions to your `AndroidManifest.xml` for Zipy’s session replay and initialization.


---

# 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/zipy-for-mobile/flutter-setup/session-replay.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.
