# Nested Prefabs

It is possible to include **Prefab Instances** within other **Prefabs**. These are called **Nested Prefabs**. This section shows how to create them.

There are two ways to create a **Nested Prefab**. One is creating a new **Prefab** within a **Prefab** and the other one is using an existing **Prefab**. Both are shown below.

## Using a New Prefab

To create a **Nested Prefab** using a new **Prefab**, go to the **Prefab View** of the **Prefab** in which you wish to include another **Prefab**. Then select the **Objects** that will compose the **Nested Prefab**, right-click and click on `Make prefab`. Then, save the **Prefab** and the change will take effect on all of its **Instances**. Additionally, the newly created **Prefab** will generate its **Prefab Asset** and can also be used as any other **Prefab**.

![](/files/omuz7supDUn84ERk0BfC)

## Using an existing Prefab

To create a **Nested Prefab** using an existing **Prefab**, go to the **Prefab View** of the intended parent **Prefab**. Then, select the intended child **Prefab(s)** from the **Asset Manager** and drag it to either the **Viewport** or the **Scene Outliner**. Finally, save the **Prefab** and the change will take effect on all of its **Instances**.

![](/files/DSZDHGtAJhMesJX0b0Ys)


---

# 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/objects-and-types/prefabs/nested-prefabs.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.
