# Scene Objects

An **Object** in **Incari** is any entity which can be added to a **Scene**. "**Object**" is a broad term used to describe a number of different components, each with their own purpose, behaviors and characteristics.

All **Objects** in a **Scene** appear in the **Scene Outliner**, exist in 3D space, and therefore, have **Transformation Attributes.**

## Creating an Object

For creating an **Object**, go to the **Scene Outliner**, click the plus sign on the top left and select the **Object** to create.

## Contents

* [**Camera**](/incari-studio/2021.5/getting-started/scene-objects/camera.md)
* [**Group**](/incari-studio/2021.5/getting-started/scene-objects/group.md)
* [**List**](/incari-studio/2021.5/getting-started/scene-objects/list-widget.md)
* [**Mesh**](/incari-studio/2021.5/getting-started/scene-objects/mesh.md)
* [**Lights**](/incari-studio/2021.5/getting-started/scene-objects/lights.md)
* [**Sprite**](/incari-studio/2021.5/getting-started/scene-objects/sprite.md)
* [**Text**](/incari-studio/2021.5/getting-started/scene-objects/text.md)
* [**Web Sprite**](/incari-studio/2021.5/getting-started/scene-objects/web-sprite.md)
* [**Primitives**](/incari-studio/2021.5/getting-started/scene-objects/primitives.md)
* [**Screen Space Elements**](/incari-studio/2021.5/getting-started/scene-objects/screen-space-elements.md)


---

# 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.incari.com/incari-studio/2021.5/getting-started/scene-objects.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.
