# Entire window

### What does the "Window" record exactly mean?

Using the "**Window**" record option in the extension enables you to record all the activities on your screen. It's perfect for recording issues in action with everything included for maximum context.&#x20;

For recording, you can select:

* Chrome Tab
* Window
* Entire Screen

{% hint style="info" %}
**Note:** You can toggle "**system audio**" capturing on or off using the switch located in the bottom right of the popup window before starting to record.
{% endhint %}

### How to Screen Record the Entire Window using BetterBugs.io

<div data-with-frame="true"><figure><img src="/files/qEgcSpsy0zQgAmeHHOSE" alt="" width="563"><figcaption><p>BetterBugs.io Screen Recording Mode: Window</p></figcaption></figure></div>

{% stepper %}
{% step %}

#### Get started

Open the extension and click the "**Record Screen**" button.
{% endstep %}

{% step %}

#### Select the Record Screen Mode

Click the dropdown for "**Record Screen**" option, click "**Window**"
{% endstep %}

{% step %}

#### **Select What to Record and Start**

From the pop-up window, select what needs to be recorded. You can select a&#x20;

* Chrome Tab
* Window
* Entire Screen.&#x20;

For instance, click the "**Entire Screen**" option, enable "**system audio**" recording, and hit "**Share**". This starts the recording. You can keep recording for up to 15 minutes.&#x20;

Also, you can include a **video message** in the recording using **your mic and webcam**. For this, enable them from the extension itself (before the recording starts) or from the control toolbar that shows after you've started the recording session.
{% endstep %}

{% step %}

#### End Recording

Hit the "**End recording**" button from the control toolbar to stop recording.&#x20;
{% endstep %}
{% endstepper %}

With the control toolbar that shows after you start recording, you can:

1. **Drag and drop** the toolbar anywhere on your screen.
2. **Finish recording.**
3. **Pause/resume** recording.
4. See the **timer** running.
5. **Annotate** your video with drawing tools.
6. **Blur elements** with the "**toggle blur tool**" option to hide sensitive information.
7. **Add video messages** with the recording (with mic and webcam enabled).

{% hint style="info" %}
You can use the "**Download Video**" button to instantly download it on your device.
{% endhint %}

Once you're good with filling in the details, you can upload the report to your BetterBugs.io account using the "**Create Session**" button at the top right. Use the report link to instantly share it with others.&#x20;

With every bug report, BetterBugs.io auto-attaches [technical details](/product-features/developer-tools.md), such as:&#x20;

* System info
* Console logs
* Network requests
* Backend (event logs from Sentry)
* Steps (Page navigation steps)
* Metadata (Custom)
* Application Local State

You can also send the complete bug report to your integrated [project management tools and issue trackers](/product-features/integrations.md).&#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.betterbugs.io/product-features/screen-recording/entire-window.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.
