> For the complete documentation index, see [llms.txt](https://docs.d5render.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.d5render.com/user-guide/view.md).

# View

This section is designed to help users understand the use of the "Camera", "Display" and "Navigation Mode" tools in the upper right corner of the scene viewport.

## :man\_running: Navigation <a href="#navigation" id="navigation"></a>

{% content-ref url="/pages/-MkLfjoQQ\_ov2dEcwK2X" %}
[How to move the viewpoint freely?](/user-guide/view/navigation.md)
{% endcontent-ref %}

:point\_up\_2:Explains the two ways to move the camera: "Orbit" and "Fly" and the use of three parameters: "Movement speed", "Eye level" and "Roll".

## :minidisc: Display <a href="#display" id="display"></a>

{% content-ref url="/pages/-MkLfpELdAVyNtimAZ1d" %}
[What are the different display modes for?](/user-guide/view/display.md)
{% endcontent-ref %}

:point\_up\_2:This documentation describes the 4 Reference Objects, the 3 Display Modes (Lit, Wireframe, and Clay Model), and the 3 Preview Quality settings.

## :camera:Camera <a href="#camera" id="camera"></a>

{% content-ref url="/pages/-MkLfp2Z1AHAZXI6sg-e" %}
[Camera and Views](/user-guide/view/camera.md)
{% endcontent-ref %}

:point\_up\_2:Explains the use of camera-related parameters, including exposure, field of view, depth of field and "Two-point perspective" and other common functions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.d5render.com/user-guide/view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
