> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2022.2/objects-and-types/prefabs.md).

# Prefabs

**Prefabs** are **Objects** that are composed of a combination of **Objects**. They allow the user to create multiple individual **Instances** of this combination and then make changes that are enacted across all of them. Each **Instance** can also retain unique properties via overrides, thus allowing one to create several **Objects** with the same functionality but different characteristics. Moreover, **Prefabs** have their own **Logic** encapsulated within them.

The first section shows how to create and use **Prefabs**, the second section gives more details about the **Logic** of **Prefabs**, and the third section describes **Nested Prefabs**.

## Contents

* [**Creating and Using Prefabs**](/incari-studio/2022.2/objects-and-types/prefabs/creating-and-using-prefabs.md)
* [**Logic in Prefabs**](/incari-studio/2022.2/objects-and-types/prefabs/logic-prefabs.md)
* [**Nested Prefabs**](/incari-studio/2022.2/objects-and-types/prefabs/nested-prefabs.md)

## See also

* [**Prefabs Demo Project**](/incari-studio/2022.2/demo-projects/prefabs-demo.md)


---

# 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://docs.incari.com/incari-studio/2022.2/objects-and-types/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.
