# Getting started with Rewind

### How to Enable Rewind on BetterBugs.io for the First Time

Here's how to enable Rewind for the extension:

<div data-with-frame="true"><figure><img src="/files/KA9E8XgkTbV0dr2eIUga" alt="" width="563"><figcaption><p>BetterBugs.io Rewind Last Minute: Active Mode</p></figcaption></figure></div>

{% stepper %}
{% step %}

#### Open Extension Settings&#x20;

Open the extension and click the **three vertical dots (⋮)** icon on the top left (just beside the home icon). Now, click "**Extension Settings**".
{% endstep %}

{% step %}

#### Enable Rewind Centrally

Scroll down to the "**Enable Rewind**" section and **turn on the toggle switch**. This centrally enables the Rewind feature of the extension.
{% endstep %}

{% step %}

#### Turn On for the Website using "Rewind Last Minute"&#x20;

Go back to the extension and enable the “**Rewind Last Minute**” to enable it for the website or domain that is currently open.&#x20;
{% endstep %}

{% step %}

#### Using Rewind

To get an instant website session recording, click once on the “**Rewind Last Minute**” button.
{% endstep %}
{% endstepper %}

You're good to go.&#x20;

The Rewind session recording gets captured instantly. You can also crop the video by dragging the green timeline switches from both ends of the video snippet and selecting the desired timeline for it.&#x20;

{% hint style="info" %}
**Important Note**: The rewind session should be a minimum of 10 seconds, otherwise the upload will fail.
{% endhint %}

Now, you can add details for it and upload the report to the BetterBugs.io account. It's good for sharing now.

### Other Extension Settings for Rewind

Here are the options available in the settings menu of BetterBugs.io:

* **Rewind**: It’s the master toggle switch to enable or disable the “**Rewind**” feature across your extension.
* **Blocked websites :** Contains a list of websites for which Rewind is disabled by defaul&#x74;**.**
* **Always allow websites**: It contains the list of websites with the “**Rewind**” feature enabled. Also, you can manually enter the web address and add it to the list of allowed websites with “Rewind” enabled.

### Frequently Asked Questions (FAQs)

<details>

<summary>Can I disable “Rewind” for all websites?</summary>

Yes, you can disable “Rewind” for all websites from the settings menu anytime you want. Just go to the settings menu and click on the toggle switch to disable it for the entire application and all websites.

</details>

<details>

<summary>Where and how is the data stored for the “Replay” feature?</summary>

The session data is temporarily stored in the local storage of your browser at first. The existing data gets replaced every 2 minutes with the new data. Once you create a replay session and upload it to your BetterBugs account, it gets stored on our servers in an encrypted format. You can then access and share it using the generated report link

</details>

<details>

<summary>Does “Rewind” support capturing GIF animations on a website?</summary>

Yes. “Rewind” supports GIF capturing in the rewind sessions.

</details>

<details>

<summary>Does “Rewind” support capturing iFrames and Canvas HTML elements?</summary>

No. Our goal is to provide a seamless user experience without any jitters or system lags while you use the extension. Since iFrames and Canvas are heavy HTML elements, they are not captured in the “Rewind” session. If there are such elements in the replay being captured, they will get blacked out from the video footage.

</details>

<details>

<summary>Is the video playing inside the browser captured with “Rewind”?</summary>

No. The video being played in the capture will be blacked out. For instance, if you try to use “Rewind” with YouTube, the videos will not get captured and appear as a black box.

</details>


---

# 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.betterbugs.io/product-features/rewind/getting-started-with-rewind.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.
