> For the complete documentation index, see [llms.txt](https://aottg2.gitbook.io/custom-maps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aottg2.gitbook.io/custom-maps/custom-map-tutorial/object-selection.md).

# Object Selection

We've gone over how to add objects to the game: either use the Add Object button or press Space. When you add an object, it is automatically selected and the right-hand inspector panel appears.

You can deselect objects by clicking on them again, by clicking on a different object, or by pressing Escape.

You can select an object by clicking on the physical object, or by clicking on its name in the left-hand object list panel.&#x20;

To select multiple objects, hold down LeftControl while clicking on objects, either in the list panel or in the game view. This will add objects to the selection instead of selecting only one object. You can remove individual objects from the current selection by clicking on them again while holding down LeftControl.

Finally, you can hold down LeftClick while dragging your mouse in order to select multiple objects within the drag window.&#x20;


---

# 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://aottg2.gitbook.io/custom-maps/custom-map-tutorial/object-selection.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.
