> 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.md).

# SIEGA WEB FEATURES

- [Overview](https://docs.aeroai.io/siega-web-features/overview.md): This page introduces you to the SiEGA Web environment and provides a walkthrough of the  essentials, so you can begin exploring and interacting with your 3D data with ease.
- [Browser & Performance Requirements](https://docs.aeroai.io/siega-web-features/browser-and-performance-requirements.md)
- [Projects](https://docs.aeroai.io/siega-web-features/projects.md)
- [Asset Library](https://docs.aeroai.io/siega-web-features/asset-library.md)
- [Data Layers](https://docs.aeroai.io/siega-web-features/asset-library/data-layers.md): The data you bring onto the globe, and how different formats share a single view.
- [3D Tiles](https://docs.aeroai.io/siega-web-features/asset-library/data-layers/3d-tiles.md)
- [Gaussian Splats](https://docs.aeroai.io/siega-web-features/asset-library/data-layers/gaussian-splats.md)
- [Point Clouds (LAS / LAZ / E57)](https://docs.aeroai.io/siega-web-features/asset-library/data-layers/point-clouds-las-laz-e57.md)
- [Asset Library](https://docs.aeroai.io/siega-web-features/asset-library/asset-library.md)
- [Scene Layers Panel](https://docs.aeroai.io/siega-web-features/asset-library/scene-layers-panel.md)
- [Bookmarks](https://docs.aeroai.io/siega-web-features/asset-library/bookmarks.md)
- [Place Objects](https://docs.aeroai.io/siega-web-features/asset-library/place-objects.md)
- [Transform Gizmo](https://docs.aeroai.io/siega-web-features/asset-library/transform-gizmo.md)
- [Story Builder / Story Mode](https://docs.aeroai.io/siega-web-features/asset-library/story-builder-story-mode.md)
- [Camera-Spline Video Export](https://docs.aeroai.io/siega-web-features/asset-library/camera-spline-video-export.md)
- [Scene Share](https://docs.aeroai.io/siega-web-features/asset-library/scene-share.md)
- [Tools](https://docs.aeroai.io/siega-web-features/tools.md): The tools you use to measure, mark up, and add context to the data already in your scene.
- [Measurements](https://docs.aeroai.io/siega-web-features/tools/measurements.md)
- [Annotations](https://docs.aeroai.io/siega-web-features/tools/annotations.md)
- [Drone Images Gallery](https://docs.aeroai.io/siega-web-features/tools/drone-images-gallery.md)
- [Analysis](https://docs.aeroai.io/siega-web-features/analysis.md): Make sense of data that already carries detail by pulling it apart and seeing each piece on its own.
- [Point Cloud Classification](https://docs.aeroai.io/siega-web-features/analysis/point-cloud-classification.md)
- [Other Features](https://docs.aeroai.io/siega-web-features/other-features.md): The controls that shape how you see and move through a scene, no matter what data is in it.
- [View Menu](https://docs.aeroai.io/siega-web-features/other-features/view-menu.md)
- [Navigation Modes](https://docs.aeroai.io/siega-web-features/other-features/navigation-modes.md)
- [Split-Screen Comparison](https://docs.aeroai.io/siega-web-features/other-features/split-screen-comparison.md)
- [Coordinate Display](https://docs.aeroai.io/siega-web-features/other-features/coordinate-display.md)
- [Atmosphere TimeSlider](https://docs.aeroai.io/siega-web-features/other-features/atmosphere-timeslider.md)


---

# 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.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.
