# Recording Options

### With Logs vs Without Logs <a href="#video-recording-modes" id="video-recording-modes"></a>

Birdie offers two recording modes to match your use case:

<figure><img src="https://3843507234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FECPgvsGwy5oMz4WIZw3a%2Fuploads%2F1dgqbuytHEmUlZgvPDZm%2Fwith%20logs%20vs%20without%20logs.gif?alt=media&#x26;token=a614fa8a-8252-4794-abc9-84d27e7ce1f8" alt="" width="375"><figcaption><p>Choose whether to record With Logs or Without Logs</p></figcaption></figure>

* **With Logs**:\
  This mode captures console logs, network requests, session metadata, and device metadata. \
  It’s designed for internal use when reproducing errors, creating detailed bug reports, or escalating issues to developers.
  * **Use case**: Share videos **with developers** to provide complete technical details, enabling faster and more effective issue resolution.<br>
* **Without Logs**:\
  It’s ideal for customer-facing situations where technical details aren’t needed.
  * **Use case**: Share videos **with customers** to guide them step-by-step with clear and straightforward video instructions.

| Captured Data                                                                   | With Logs | Without Logs |
| ------------------------------------------------------------------------------- | --------- | ------------ |
| **Screen Recordings**                                                           | ✅         | ✅            |
| <p><strong>Session Metadata</strong> <br>(<em>URL, timestamp, ..</em>.)</p>     | ✅         | ✅            |
| <p><strong>Device Metadata</strong> <br>(<em>device, browser, OS, ...</em>)</p> | ✅         | ✅            |
| **Console Logs**                                                                | ✅         | ❌            |
| **Network Request**                                                             | ✅         | ❌            |

### **Entire Screen vs Current Tab**

Birdie allows you to record your screen in two formats: **Entire Screen** or **Current Tab**

<figure><img src="https://3843507234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FECPgvsGwy5oMz4WIZw3a%2Fuploads%2FTY5W9w9VHkbtMWvIo8DB%2FExtension%20-%20entire%20screen%20vs%20current%20tab.gif?alt=media&#x26;token=f10772bf-9272-4c49-bdec-8d08358a8a68" alt="" width="375"><figcaption><p>Choose whether to record the Entire Screen or the Current Tab</p></figcaption></figure>

#### **Entire Screen**

* Records everything on your screen, including other tabs, windows, and system elements (e.g., menus, notifications).
* Ideal for workflows involving multiple tabs or apps.

#### **Current Tab**

* Records only the active browser tab.
* If you switch tabs, the recording stays on the original tab.
* System elements like right-click menus are not included.

### Microphone <a href="#microphone" id="microphone"></a>

To include your voice in the recording, ensure your microphone is enabled:

<figure><img src="https://3843507234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FECPgvsGwy5oMz4WIZw3a%2Fuploads%2F39zBEsAalHlcDcdTcbyo%2FExtension%20-%20audio.gif?alt=media&#x26;token=4da89c64-2efa-416b-ab23-4a57c4959d10" alt="" width="375"><figcaption><p>Toggle the mic and choose your audio input source</p></figcaption></figure>

The microphone defaults to your browser or operating system's selected input device. To choose a different microphone for Birdie, click the dropdown arrow next to the mic icon in the extension.

### Pause recording <a href="#microphone" id="microphone"></a>

While recording, you can pause anytime using the toolbar at the bottom center of the screen.&#x20;

Click the pause button again to resume:

<figure><img src="https://3843507234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FECPgvsGwy5oMz4WIZw3a%2Fuploads%2FEQnxiHJV5phHYyFE6Fmn%2FExtension%20-%20Pause.gif?alt=media&#x26;token=87fbff7f-b39a-40bc-b63e-74944093c6dd" alt="" width="375"><figcaption><p>Pause and Resume your recording</p></figcaption></figure>

### Restart Recording

Click the restart button on the toolbar to discard the current recording and start over immediately:

<figure><img src="https://3843507234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FECPgvsGwy5oMz4WIZw3a%2Fuploads%2FAZSgLH7vvt29RqElOim4%2FExtension%20-%20Restart.gif?alt=media&#x26;token=24e19e3e-f69d-4708-9dfb-255ed498f19c" alt="" width="375"><figcaption><p>Restart your recording</p></figcaption></figure>

### Trim Recording

After finishing your screen recording, you'll see a preview of the video. In the preview, you can easily trim the recording to remove any unnecessary parts at the beginning or end.&#x20;

Once you're satisfied, click 'Save and Copy' to finalize your trimmed video.

<figure><img src="https://3843507234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FECPgvsGwy5oMz4WIZw3a%2Fuploads%2FMP6JtqxuyfXGGOvxlRm8%2FExtension%20-%20Trim.gif?alt=media&#x26;token=d45e7e46-69ac-4302-9db6-747c34bba798" alt="" width="375"><figcaption><p>Trim your recording</p></figcaption></figure>


---

# 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.birdie.so/birdie-docs/record-my-screen/recording-options.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.
