# How to set the 'Depth of Field' effect?

<mark style="background-color:purple;">Similar to real-world cameras, Depth of Field is based on distance, blurring the scene in front of and behind the focal point.</mark>

1. When you turn on the depth of field and select the focus point in the camera, the effect of auto follow focus will be enabled by default.&#x20;

> Open the depth of field option, click on **"Set Focus"**, and click on the object you want to focus on in the scene to determine the focus position. Meanwhile, it supports one-click auto focus feature.

2. After cancelling the **"Follow Focus"** option, you can fill in the value to set the distance to the focus plane manually.
3. Adjust the **"Blur"** parameter to change the strength of the depth of field effect.

This effect can also be achieved in combination with **Effect-Style-Z Depth**.

<figure><img src="/files/0sqerctRGkJ7vUr48H6u" alt=""><figcaption><p>Value of Blur 0 | Value of Blur 5 | Value of Blur 10</p></figcaption></figure>


---

# 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.d5render.com/user-guide/view/how-to-set-the-depth-of-field-effect.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.
