# Сonfigure Zooming

For setup zoom-in settings go to the:

> **First Person Controller** *(component)* **-> Camera** *(tab)* **-> Zoom Effects** *(foldout)*

![](/files/-MbqiGYjanxbmdAxOBNn)

| Property         | Description                                                                                                               |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------- |
| Zoom Handle Type | Trigger: The first press turns it on, the second press turns it off. Hold: Turns on when holding, turns off when release. |
| Field Of View    | Field Of View at zoom.                                                                                                    |
| Duration         | Zoom time. (sec)                                                                                                          |
| Curve            | The curve that will be used for scaling.                                                                                  |

{% hint style="info" %}
All these properties are higher for scaling. And to return to the original scale, you need to configure other properties in **Other Settings**
{% endhint %}

For setup zoom-out settings go to the:

> **First Person Controller** *(component)* **-> Camera** *(tab)* **-> Other Sett** *(foldout)*

![](/files/-MbqkPW2d5P7eQWHF83k)

| Property      | Description                                      |
| ------------- | ------------------------------------------------ |
| Field Of View | Standard field of view.                          |
| Duration      | Time to return from zoom. (sec)                  |
| Curve         | The curve that will be used to return from zoom. |


---

# 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://renownedgames.gitbook.io/aurora-engine/components/configurate-camera/setup-zooming.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.
