# Camera and navigation

This guide explains how mouse controls work in LumiDB’s visualization view.

{% embed url="<https://youtu.be/-hWPC-GMPfQ>" %}

### **Zoom**

Use the mouse scroll wheel to zoom in or out.

Zooming centers on the point under your cursor, so position the pointer over the area of interest before scrolling

### **Pan**

Click and hold the left mouse button, then drag to move the view.

### **Rotate**

Click and hold the right mouse button, then move the mouse to rotate the camera around the current focus point.

<br>


---

# 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.lumidb.com/basics/camera-and-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.
