# CAD

The CAD import feature allows users to upload and visualize a wide range of 3D model formats directly into the platform. Supported formats include industry-standard file types such as DAE, DXF, FBX, GLB, GLTF, MTL, OBJ, PLY, and STL. Once uploaded, models are organized under the CAD category by file type, improving asset management and user navigation. This modular organization ensures that only file types with existing assets are displayed in the panel, minimizing clutter and optimizing the user experience.

**How to Use CAD**

To begin uploading a CAD file, navigate to the **CAD section** in the Data Layers panel and click the **import button** (downward arrow icon) next to "CAD."

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

After clicking the import button, a **CAD Import** window will appear in the center of the screen. Click **"Select a file"** to browse and choose a 3D model file from your local storage.

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

In the file selection window, choose from any of the supported formats including 3DS, DAE, DXF, FBX, GLB, GLTF, OBJ, MTL, PLY, or STL. In this example, a `.3ds` file is selected from the local directory.

<figure><img src="/files/68V54X4zYtSBY1NXg309" alt=""><figcaption></figcaption></figure>

Once a model file is selected, it will render in the 3D scene. The import window displays fields for assigning an **asset name** and adjusting the **location coordinates**. Users can preview the model's position before finalizing.

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

After entering the asset name and verifying the location, click the **Submit** button. This confirms the upload and adds the model to the CAD asset list.

<figure><img src="/files/1SuLzRgg0IOFLawDMWrI" alt=""><figcaption></figcaption></figure>

The newly uploaded asset will now appear under its corresponding file type within the **CAD section**. The user can click the **magnifying glass icon** to zoom to the asset in the scene or use the **trash icon** to delete it.

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

All uploaded CAD files are automatically categorized under expandable sections based on file type (e.g., 3DS, GLB). File types without uploaded assets will remain hidden, streamlining the panel and making navigation more efficient.

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


---

# Agent Instructions: 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-features/actions/data-layers-panel/cad.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.
