# How to Set Scene Camera

{% embed url="<https://youtu.be/0EyjIt22ZA4>" %}

First up, you gotta set how the point of view of the camera looks like. After that, click on the **two-dot button** on the scene, and then choose **Set Camera**.

If you want to reset it, you can click the two-dot button again, and choose **Clear Camera**. You can reset the perspective, and if it's all set, click **Set Camera**.


---

# 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://guide.assemblrworld.com/assemblr-studio-editor/scene-feature/how-to-set-scene-camera.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.
