> For the complete documentation index, see [llms.txt](https://docs.simplebooth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplebooth.com/customization-guide/experience-designer/post-capture/edit-tools/background-blur.md).

# Background Blur

When [**Background Blur**](/customization-guide/experience-designer/capture/frame-effects.md#background-blur) is enabled as an editing tool, participants can adjust the blur intensity themselves during the post-capture phase. This allows them to create a professional "bokeh" look that keeps the focus entirely on the subjects.

***

#### How it Works

You can choose to use Background Blur as a [**default frame effect**](/customization-guide/experience-designer/capture/frame-effects.md#background-blur), an **interactive edit tool**, or **both**.&#x20;

When enabled as an Edit Tool, guests use a slider on the iPad to manually increase or decrease the amount of background softening after their photo is taken.

***

#### Configuration Settings

1. **Toggle Enable:** Use the switch to turn the Background Blur tool on or off for your guests.
2. **Manual vs. Auto:** Decide how the blur is applied.&#x20;
   * **Manual** allows participants to adjust the intensity themselves using an on-screen slider.
   * **Auto** lets the software intelligently detect the environment and apply the optimal amount of blur automatically.
3. **Previewing:** Within the settings card, you can view a preview of how the blur effect functions to see how it will look for your guests.

***

{% hint style="success" %}

#### Plan Availability

✅ Core, Plus, Pro, Select\
❌ Lite
{% endhint %}


---

# 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.simplebooth.com/customization-guide/experience-designer/post-capture/edit-tools/background-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.
