# \&chromakeybg

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

## Options

Example: `&chromakeybg=30`

| Value            | Description                                                 |
| ---------------- | ----------------------------------------------------------- |
| (no value given) | Enables chroma key + background with default threshold (25) |
| (integer value)  | Sets the green detection threshold (1-50)                   |

## Details

`&chromakeybg` is a shortcut for [`&effects=15`](/advanced-settings/video-parameters/effects.md). It removes green-colored areas from the video and replaces them with a background image, combining chroma key detection with background replacement.

Use [`&imagelist`](/advanced-settings/video-parameters/effects.md) to provide custom background image URLs.

The threshold value controls sensitivity. If the user manually adjusts the threshold via the slider, that value is remembered per room and streamID and restored on the next visit.

## Related

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

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

{% content-ref url="/pages/-MZNW\_b8VrHaY-eDBYyk" %}
[\&effects](/advanced-settings/video-parameters/effects.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-chromakeybg.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.
