# Project Objects

**Project Objects** are the types of **Objects** that appear in the **Project Outliner**. These are the **Scene Object**, which is a **Collection** of **Objects** that belong to a unique section of your *Interface*, the **Scene2D Object**, which is a *2D* version of a **Scene**, and the **Screen Object**, which defines the target display specifications.

![](/files/DDimOkSfSNKyzRuCDuqZ)

Read more about these **Objects** here:

* [**Scene**](/incari-studio/2022.2/objects-and-types/project-objects/scene.md)
* [**Scene2D**](/incari-studio/2022.2/objects-and-types/project-objects/scene2d.md)
* [**Screen**](/incari-studio/2022.2/objects-and-types/project-objects/screen.md)
* [**HMD**](/incari-studio/2022.2/objects-and-types/project-objects/hmd.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/2022.2/objects-and-types/project-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.
