# Visible screen capture

<div data-with-frame="true"><figure><img src="/files/5BeJfmtGlADu9YWdp1If" alt="" width="563"><figcaption><p>BetterBugs.io Screenshot Mode: Visible Screen</p></figcaption></figure></div>

{% stepper %}
{% step %}

#### Get Started

Open the extension from your browser
{% endstep %}

{% step %}

### Select the Screenshot Mode

Click the dropdown for "**Capture Screenshot**" option, click "**Visible**".
{% endstep %}
{% endstepper %}

{% hint style="success" %}
Default keyboard shortcuts to capture the entire visible screen:

* For Windows: <kbd>Alt</kbd>  +  <kbd>Shift</kbd>  +  <kbd>Z</kbd>&#x20;
* For Mac:  <kbd>^</kbd>  +  <kbd>⌘</kbd> +  <kbd>Z</kbd>
  {% endhint %}

You instantly get the visible screen screenshot, ready to be [annotated](/product-features/screen-capturing/annotation.md).&#x20;

{% hint style="info" %}
**Note:** With the cropped screenshot, you also get the full-screen screenshot with the report. The option to upload the full-screen screenshot is auto-checked by default with every cropped screenshot. You can uncheck it if it's not required.
{% 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

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

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-capturing/visible-screen-capture.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.
