> For the complete documentation index, see [llms.txt](https://docs.aeroai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeroai.io/siega-web-features/other-features/view-menu.md).

# View Menu

The View Menu gives you a single place for the viewer-wide controls that do not belong to any one asset, such as&#x20;resetting the camera, jumping to an address, switching how the globe is drawn, and getting help with navigation. It&#x20;opens from the "Menu" button in the top-right corner of the screen.

### Features

* Reset the camera back to its starting view at any time.
* Search for an address or place and fly straight to it.
* Switch the scene between 3D, 2.5D, and 2D projections.
* Change the base imagery layer drawn beneath your scene.
* Open a quick reference for mouse navigation.
* Report a bug without leaving the viewer.

### Opening the Menu

Click the "Menu" button in the top-right corner of the screen to open the View Menu panel. The panel appears just&#x20;below the button and stays open while you work, so you can change a setting and see the result in the scene right&#x20;away. Click the "X" in the panel header, or the "Menu" button again, to close it.

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

### Resetting the Camera

Click "Reset to Home" to fly the camera back to its default starting view. This is the quickest way to recover if you&#x20;have navigated far away from your scene or lost track of where you are.

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

### &#x20;Searching for an Address

Type an address, city, or place name into the "Search address" field and press Enter. The viewer looks up the location&#x20;and flies the camera to the first match. While the lookup runs you will see a "Searching…" message, and if nothing is&#x20;found the field reports "No results" so you can adjust your search and try again.

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

### Switching the Scene Mode

Use the Mode dropdown to change how the globe is drawn. 3D shows the full globe as a sphere, 2.5D uses the Columbus&#x20;View that lays the world out flat while keeping height, and 2D shows a flat top-down map. The viewer smoothly morphs&#x20;between modes when you make a selection.

### Changing the Base Layer

Use the Layer dropdown to choose the base imagery drawn beneath your assets. Bing Aerial shows satellite imagery, Bing&#x20;Road shows a road map, and OpenStreetMap shows the open community map. Switching the layer replaces the imagery under&#x20;your scene without affecting any loaded assets

### Reporting a Bug

Click "Report Bug" to open the Report a Bug window, where you can describe what went wrong and send it to the team.

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


---

# 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.aeroai.io/siega-web-features/other-features/view-menu.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.
