> For the complete documentation index, see [llms.txt](https://reach-cloud.gitbook.io/reach-explorer-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reach-cloud.gitbook.io/reach-explorer-documentation/metaverse-cloud-engine-sdk/unity-engine-sdk/upload-a-prefab.md).

# Upload a Prefab

## What is a "Meta Prefab"?

"Prefab" is a short form of the word "Prefabrication". A Meta Prefab is similar to a Meta Space, except rather than an entire scene, it's just a single object. These objects can be small or large, and can be loaded into any scene at runtime using the `Meta Prefab Loader` component.

{% hint style="info" %}
Before getting started, make sure you've properly [installed the SDK](/reach-explorer-documentation/metaverse-cloud-engine-sdk/unity-engine-sdk/how-to-install-the-sdk.md) and [created an account](/reach-explorer-documentation/metaverse-cloud-engine-sdk/unity-engine-sdk/create-an-account.md)!
{% endhint %}

1. With your Unity prefab selected in the **Project** panel, add the `Meta Prefab` component.

<figure><img src="/files/FKU1ooOjGJVnvTXG6oY3" alt=""><figcaption></figcaption></figure>

2. Expand "Meta Data" to change the description, and modify the  information about your prefab.

{% hint style="info" %}
The "Name" field will always be set to the name of the prefab in the project.
{% endhint %}

<figure><img src="/files/3fOnE0etWqBHJvqMw1p8" alt=""><figcaption></figcaption></figure>

3. Select the "Build Platforms" that you want this prefab to support, and then select "Build & Upload" to upload the prefab.

<figure><img src="/files/gIAl7aCzpHGsHBdEl3kB" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://reach-cloud.gitbook.io/reach-explorer-documentation/metaverse-cloud-engine-sdk/unity-engine-sdk/upload-a-prefab.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
