# Fit View

The **Fit View** function enhances scene navigation by adjusting the camera to focus on a selected object or all objects in the scene, making it easier to inspect and manipulate objects from an optimal perspective.

#### How it works:

* **Focusing on an object**: select an object and press **`A`**, or click the **Fit View** icon. The camera will frame the selected object and rotate around it.
* **Fitting all objects**: click on an empty area of the canvas and press **`A`**. The camera will adjust to fit all visible objects in the scene, centering the view at the midpoint between them.

{% embed url="<https://vimeo.com/768615672>" %}


---

# 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://help.vectary.com/documentation/design-process/control-bar/fit-view.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.
