# Viewport Navigation

To *rotate* the camera use right mouse button, to *pan* use middle mouse button and to s*elect* an object, use left mouse button. To *fly* the camera, hold right mouse button and use *WASD keys*. This features works best if you use *Pilot camera mode* (read below).

There are 2 different ways the *viewport camera* responds to the right mouse button: **Orbit** *and* **Pilot***.*

<figure><img src="/files/RDEwPRRHVznPPukozAPJ" alt=""><figcaption></figcaption></figure>

Most Viewport settings are accessible in the Properties menu of the Viewport.

## Viewport camera

<figure><img src="/files/wc1UDbVdLcBsnAgA4Aa3" alt=""><figcaption></figcaption></figure>

There are 3 predefined camera positions: Top, Front and Side.

<figure><img src="/files/gWTAyQwj9lhrbt27eWy3" alt=""><figcaption></figcaption></figure>

If you right click anywhere in the Viewport you can also create a custom camera position.

<figure><img src="/files/obPaUHo3Lw63vZ8R5tKI" alt=""><figcaption></figcaption></figure>

You can then recall it in the Viewport properties menu.

## Camera movement

There are 2 types of moving the camera around the Viewport.

### **Camera orbit**

In this mode the camera rotates either:

* Around a selected object if there is one
* Around a point in front of the camera if no object is selected.

### Camera Pilot

In this mode the camera always rotates around itself. This mode is best used in combination with WASD keys which allow you to fly around the viewport.


---

# 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.lightact.com/quick-start/user-interface/viewport-navigation.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.
