# Create a new prefab

* Step 1: Initialize the Workspace `/editprefab new <world name>` *Example:* `/editprefab new my_prefab_world` This generates a clean environment for building.

  > Note: The name you type here is for the world (the workspace), not the specific structure you are about to build. You can save multiple prefabs in one world.
* Step 2: Construct Your Build Create your structure, statue, or building within this new world exactly how you want it to look.
* Step 3: Define the Boundaries Equip the Selection Brush and highlight the entire area of your build. Ensure the selection box covers every block you want to include. You can also use `/pos1` and `/pos2`.
* Step 4: Copy the asset with `/copy`. Save the Asset `/prefab save` This command stores the currently selected blocks as a new prefab file.
* Step 5: Return to Main World `/editprefab exit` Use this to leave the editor mode and return to your previous location.
* Step 6: Place Your New Prefab To use your creation:
  1. Equip the Paste Brush.
  2. Press 'E' to open the asset menu.
  3. Look for the "Server" dropdown menu in the top right corner to find your custom asset.
  4. *Alternative method:* Type `/prefab list` and select it from there.

{% 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/create-a-new-prefab.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.
