# Load prefab into your world

* Step 1: Upload the File Locate your prefab `.json` file and place it into the server's prefab directory.
  * Path: `/hytale/Server/prefabs`
  * *Note:* This folder is located at the root of your server files.
* Step 2: Load the Structure Once the file is in the correct folder, go in-game and run the following command to import it: `/prefab load <filename>`
  * *Example:* If your file is named `castle.prefab.json`, type `/prefab load castle`.

{% hint style="success" %}
**Good to know:** Browse through amazing Hytale builds – hubs, spawns and lobbies, arenas, SkyBlock islands and much more <https://www.breadbuilds.com/hytale-builds>
{% endhint %}


---

# 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://wiki.breadbuilds.com/hytale-tutorials/load-prefab-into-your-world.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.
