# Session replays

Capture how exactly users interact with your product. You can watch and analyse their sessions in devtodev.&#x20;

{% hint style="info" %}
Currently available only for Web projects.&#x20;

**Prerequisite**:&#x20;

Web SDK version 3.0 and higher ([see integration manual](/integration/integration-of-sdk-v2/sdk-integration/web/web-sdk-integration.md))&#x20;
{% endhint %}

## Enabling session replay

### Integration

Follow the [manual](/integration/integration-of-sdk-v2/sdk-integration/web/web-sdk-integration.md#session-recording) to install and configure the recording plugin for devtodev SDK.

### Recording settings in devtodev

After configuring the SDK integration, you can set up session recording in **Settings -> Session replays**. Click on the tumbler to enable the recordings.&#x20;

Optionally, you can configure the following parameters:&#x20;

* **Sample rate** – limit the number of sessions you would like to record, e.g. record 10% of sessions.
* **Daily session limit** – number of recordings in a day, e.g. no more than 100 sessions per day.   &#x20;

You can also check your total monthly limit and how many sessions were recorded already.&#x20;

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

## Watch session replays&#x20;

### Session replays report  <a href="#session-replays-report" id="session-replays-report"></a>

You can check all available recordings using the dedicated report in **Users & Segments → Session replays**. Simply click on a session to view the replay in a pop-up.

You can also select specific users using standard filters like Channel, Country or devtodev ID, as well as Session length and date filters. Click on devtodev ID to open a **User card** and check the activity log.&#x20;

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

### User card  <a href="#user-card" id="user-card"></a>

In the **Users** list, you will see a `Session` icon if there are available session recordings.&#x20;

<figure><img src="/files/6DwSWdxP4R9dGeFSi7OO" alt=""><figcaption></figcaption></figure>

Click on the icon to open the **Session replays** tab for a specific user.&#x20;

<figure><img src="/files/7rnpCs7Ak5YcRswbWkMo" alt=""><figcaption></figcaption></figure>

## Limits

* Replays are available for viewing **20 minutes** after a session begins.&#x20;
* After recording, the replays are stored for **30 days**.&#x20;
* The total limit is **5000 replays a month**. When you exceed the limit, the recordings stop and renew automatically at the beginning of a new calendar month.&#x20;


---

# 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.devtodev.com/reports-and-functionality/project-related-reports-and-fuctionality/users/session-replays.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.
