# Instantiate Object

## Overview

![The Instantiate Object Node.](/files/Wr3r4q508bpZURD2qkpA)

The **Instantiate Object Node** can be used to copy an **Object**, including all its *children*, or a **Prefab**.

This **Node** requires a *parent* for the new, copied **Object**. Any **Object** placed in `Parent ID` will automatically be assigned as the *parent*. If the user wishes the copied **Object** to be on the first level in the **Scene** structure, the **Root Object** must be given.

To learn more about *children* and *parent* **Objects** in the **Scene** structure, as well as the **Root Object**, click [here.](/incari-studio/objects-and-types/scene-objects.md#structure-in-a-scene)

## Attributes

![The Instantiate Object Node Attributes.](/files/fzzRQlZCf6NnyV1IjSWL)

| Attribute | Type         | Description                                                                                |
| --------- | ------------ | ------------------------------------------------------------------------------------------ |
| `Object`  | **ObjectID** | The **Object** or **Prefab** to be copied, if one is not provided in the **Input Socket**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** or **Prefab** to be copied.                            |
| `Parent`          | **ObjectID** | The *parent* to be assigned to the copied **Object** or **Prefab**.   |

## Outputs

| Output             | Type         | Description                                                                                                                            |
| ------------------ | ------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**    | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Object ID`        | **ObjectID** | The ID of the **Object** copy.                                                                                                         |

## See Also

* [**Destroy Object**](/incari-studio/toolbox/incari/object/destroy.md)
* [**Get Root**](/incari-studio/toolbox/incari/object/get-root.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/toolbox/incari/object/instantiate.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.
