> 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/place-objects.md).

# Place Objects

The Place tool lets you drop 3D objects straight into your scene and position them exactly where you want on the globe. You can place simple built in&#x20;shapes like cubes and spheres, or your own imported OBJ and GLB models, and every object you add is tracked so you can find, move, or remove it later.

### Features

* Place built in cube and sphere shapes at a range of sizes.
* Place your own imported OBJ and GLB models.
* Set the size of each object before you place it with a scale control.
* Click anywhere on the globe to position an object on terrain, buildings, or 3D tiles.
* Place as many copies as you need without leaving placement mode.
* See every object you have placed in one list and delete any of them.
* Move a placed object after the fact using the Transform Gizmo in the Scene Layers panel.

### How to Use (Placing Objects)

Click the "Place" button with the crosshair icon in the Top Toolbar to open the Place Asset panel on the right side of the viewer. The panel holds your&#x20;shape choices, the scale control, the place button, and the list of everything you have already placed.

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

### Choosing What to Place

The Primitives section at the top of the panel holds the built in shapes, with Cube and Sphere each available at 1m, 10m, and 1000m sizes. Click any shape&#x20;to select it, and it highlights in blue to show it is active.

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

If you have opened your own OBJ or GLB files from the Asset Library, an Imported Models section appears below the primitives listing each one. Click a&#x20;model to select it the same way you select a built in shape. The Imported Models section stays hidden until you have at least one imported model\
available.

### Setting the Scale

In the Parameters section, use the Scale slider or the number box next to it to size the object before you place it. The value ranges from 0.1 for small&#x20;objects up to 100 for large ones. Whatever scale is set when you place applies to that object, so adjust it before each placement if you want different\
sizes

### Placing Objects in the Scene

With a shape or model selected, the blue button at the bottom of the panel reads "Place" followed by the name of your selection, such as "Place Cube 1m". Until you select something, the button is disabled and reads "Select a shape first".

1. Click the "Place" button to enter placement mode. The button turns red and reads "Stop Placing".
2. Click anywhere on the globe to drop the object at that spot. It lands on whatever surface you click, whether that is terrain, a building, or a 3D tileset.
3. Keep clicking to place more copies of the same object, or pick a different shape from the panel to switch what you are placing.

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

### &#x20;Managing Placed Objects

Every object you place appears in the Placed list at the bottom of the panel, with a count of how many you have added. Each row shows the object name and&#x20;a trash icon on the right side that removes that object from the scene.

To reposition an object after placing it, open the Scene Layers panel, expand the object's layer, and use the Transform Gizmo to move it into its final&#x20;spot.

<figure><img src="/files/CJr4aK7TURcYH9hpzvet" 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/place-objects.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.
