> 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/browser-and-performance-requirements.md).

# Browser & Performance Requirements

How smoothly SiEGA Web runs depends on your hardware. Here is the one thing that is actually required, followed by a baseline and a recommended setup.

#### What You Need

* A current version of Chrome, Edge, Firefox, or Safari
* WebGL 2.0 support, on by default in those browsers
* Hardware acceleration enabled in your browser settings

Baseline for Basic Maps and Light Scenes

* CPU: Dual core 2.0 GHz or higher
* RAM: 4 GB
* GPU: WebGL 2.0 capable integrated graphics, such as Intel UHD or AMD Radeon
* Network: Broadband, 2 Mbps or higher

Recommended for 3D Tiles, Point Clouds, and City Scale Twins

* CPU: Quad core 3.0 GHz or higher
* RAM: 8 GB to 16 GB
* GPU: Dedicated graphics card with 2 GB to 6 GB of VRAM, such as an NVIDIA GeForce GTX 1650 or better
* Network: Broadband, 10 Mbps to 25 Mbps
* Display: 1920 x 1080 or higher

#### Getting the Best Performance

* Big scenes with high resolution 3D Tiles or point clouds benefit most from more RAM and a dedicated GPU.
* A steady connection keeps streaming smooth, since data loads as you move.
* Keep your graphics drivers and browser up to date to avoid slow or glitchy rendering.


---

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

```
GET https://docs.aeroai.io/siega-web-features/browser-and-performance-requirements.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.
