# Delayed screenshot

Sometimes, you may want to capture screenshots with a few seconds delay. Yes, it's just like your smartphone camera feature that allows you to capture images with a countdown timer.&#x20;

BetterBugs also comes with a feature that allows you to set up a 3 or 5-second delay/countdown timer while capturing screenshots.

### Steps to capture a screenshot with a delay timer **⏱**&#x20;

<div data-with-frame="true"><figure><img src="/files/xxrUvJ40ExcX3dMsaqa9" alt="" width="563"><figcaption><p>BetterBugs.io Delayed Screenshot Mode: 3 seconds and 5 seconds</p></figcaption></figure></div>

{% stepper %}
{% step %}

#### Get Started

Open the extension from your browser.
{% endstep %}

{% step %}

#### Select Your Delay **⏱** Timer: 3 seconds / 5 seconds

Open the "**Capture Screenshot**" dropdown to select the delay for 3 or 5 seconds (By default, it's set to capture screens instantly).
{% endstep %}

{% step %}

#### Select Screenshot Mode and Capture

Click on a screen capture mode: [Crop](/product-features/screen-capturing/cropped-screenshot.md) screenshot, [Visible](/product-features/screen-capturing/visible-screen-capture.md) screen, or [Full](/product-features/screen-capturing/full-web-page-screenshot.md) web page, and capture the bug.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**For instance**, if you have selected the "**Crop**" option for your screenshot with a time delay of 3 seconds, you can click on it and drag your mouse to select the screen area for cropping.

The cropped area will be captured with a countdown timer displayed along with it.
{% endhint %}

After the timer ends, you'll get the screenshot, ready to be [annotated](/product-features/screen-capturing/annotation.md).&#x20;

{% hint style="info" %}
You can use the "**Download Screenshot**" 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

{% 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/delayed-screenshot.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.
