> 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/data-layers/3d-tiles.md).

# 3D Tiles

3D Tiles are the streaming format the viewer uses for large meshes, photogrammetry models, and lidar derived datasets. Once a tileset is in your library you can load it into the scene, fly the camera to it, then transform and style it from the Scene Layers panel

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

### Where they live

Open the asset library from the side panel and find your tileset in the list. Each asset card shows the file name on the left and a small source tag&#x20;underneath telling you whether the data is from your AeroAI library, your Cesium Ion library, or a local entry.

#### Load the tileset

Click the cloud download icon on the left side of the asset card to bring the tileset into the scene. The icon turns into a blue check once the data has&#x20;finished streaming in, and the card highlights to show the asset is active.

<figure><img src="/files/V1l5I9RcKBTbZbcu00eE" 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/asset-library/data-layers/3d-tiles.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.
