# Current tab

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

When you start recording using the **Tab** option from the BetterBugs.io Chrome extension, only the current open tab gets recorded. It does not matter if you have other tabs open. They will not get captured.

{% hint style="info" %}
**Note**: The URL address bar, bookmarks bar, and the system toolbar are **NOT RECORDED**.
{% endhint %}

### How to Screen Record the Chrome Browser Tab using BetterBugs.io&#x20;

<div data-with-frame="true"><figure><img src="/files/6mtB2l0x8Vy0Nn3Qasqk" alt="" width="563"><figcaption><p>BetterBugs.io Screen Recording Mode: Tab</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 "**Tab**".  The current tab starts getting recorded (up to 15 minutes) after 3 seconds default countdown. Plus, you can pause the recording and resume from the pop-up control toolbar when you start recording.
{% endstep %}

{% step %}

#### End Recording&#x20;

After you've finished recording, press the "**End recording**" button on the control toolbar. There you have it, the tab is recorded and good to go.&#x20;
{% endstep %}
{% endstepper %}

Using the control toolbar while screen 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).&#x20;

{% 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/current-tab.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.
