# \&backgroundblur

Sender-Side Option! ([`&push`](/advanced-settings/setup-parameters/push.md))

## Aliases

* `&bgblur`

## Options

Example: `&backgroundblur=5`

| Value            | Description                                     |
| ---------------- | ----------------------------------------------- |
| (no value given) | Enables background blur with default amount (2) |
| (integer value)  | Sets the blur amount (0-20)                     |

## Details

`&backgroundblur` is a shortcut for [`&effects=3`](/advanced-settings/video-parameters/effects.md). It enables the ML-based background blur effect on the sender's video.

You can optionally pass a value to set the blur intensity (0-20). For example, `&backgroundblur=5` applies a heavier blur. If no value is given, the default blur amount of 2 is used.

If the user manually adjusts the blur amount via the slider during a session, that value is remembered per room and streamID in localStorage and will be restored on the next visit.

## Related

{% content-ref url="/pages/-MZNW\_b8VrHaY-eDBYyk" %}
[\&effects](/advanced-settings/video-parameters/effects.md)
{% endcontent-ref %}

{% content-ref url="/pages/LVTKRDmGooX2c6RihiFd" %}
[\&effectvalue](/advanced-settings/video-parameters/and-effectvalue.md)
{% endcontent-ref %}


---

# 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.vdo.ninja/advanced-settings/video-parameters/effects/and-backgroundblur.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.
