> 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/asset-library/scene-layers-panel.md).

# Scene Layers Panel

The Scene Layers Panel displays every layer currently loaded in your scene and provides controls to manage their visibility, selection, and properties.&#x20;Layers are grouped by type so you can quickly find a specific tileset, measurement, annotation, or any other item in your scene.

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

### Features

* View all loaded layers grouped by type (3D Tilesets, Data Sources, Imagery, Models, Terrain, Measurements, Videos, Annotations, Entities)
* Show or hide any layer with the visibility toggle
* Select a layer to highlight it in the panel
* Expand a layer to view and edit its properties
* Adjust position, rotation, and scale on transformable layers using the Transform Gizmo
* Review measurement values directly inside a measurement layer row<br>

### Opening the Panel

Click the "Layers" button in the Top Toolbar to open the Scene Layers panel. The panel slides in along the right side&#x20;of the viewer and stretches the full height of the screen. If the Encroachment panel is also open, Scene Layers&#x20;&#x20;automatically shifts left so the two sit side by side.

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

If no assets have been loaded yet, the panel shows a placeholder message pointing you to the Asset Sidebar to load&#x20;something first.

### Browsing Layers

Layers are organized into groups based on type. Each group header displays the group name, an icon, and a count of visible layers out of the total loaded&#x20;(for example, 3/5 visible). Click a group header to expand or collapse the group.

### Showing or Hiding a Layer

Click on a layer's name to select it. The selected layer is highlighted with a blue border in the panel, allowing you to identify which layer is currently&#x20;active

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

### Working with Transformable Layers

When you expand a 3D Tiles or Model layer, the Transform Gizmo controls appear in the sub-panel. From here you can switch between Translate, Rotate, and&#x20;Scale modes, view the current coordinates, and enter precise offset, rotation, and scale values. Click "Apply" to commit your changes to the scene.<br>


---

# 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/asset-library/scene-layers-panel.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.
