> For the complete documentation index, see [llms.txt](https://docs.screendesk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.screendesk.io/bug-reports/capturing-a-bug-report/video-screen-recording/video-blur.md).

# Video blur

Blur sensitive information in a video recording.

Use it to hide passwords, emails, names, and IDs before you share the link.

{% hint style="info" %}
You can’t blur after you stop recording. Blur only works before or during the recording.
{% endhint %}

<div align="left"><figure><img src="/files/g4tkrQX3MP6hKffcBwTC" alt="" width="563"><figcaption></figcaption></figure></div>

### Blur before or during recording

{% stepper %}
{% step %}

### Start a video recording

Open the Screendesk browser extension.

Choose **Video screen recording**, then pick **Tab**, **Window**, or **Entire screen**.
{% endstep %}

{% step %}

### Blur before recording (tab recording)

If you enabled a [Countdown timer](/bug-reports/settings/countdown-timer.md), select **Blur** during the countdown.

This option is available for **tab recordings**.
{% endstep %}

{% step %}

### Blur during recording

Click **Blur** while recording.

Screendesk pauses the recording so you can select elements to hide.
{% endstep %}

{% step %}

### Remove blur and continue

Click a blurred element again to unblur it.

Click **Done** to resume recording.

<div align="left"><figure><img src="/files/4VJdWmoHLWiM8hevdia0" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

If you record a **window** or **entire screen**, you can blur elements as you move across tabs and windows.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.screendesk.io/bug-reports/capturing-a-bug-report/video-screen-recording/video-blur.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
