# Hytale Tutorials

- [Load prefab into your world](https://wiki.breadbuilds.com/hytale-tutorials/load-prefab-into-your-world.md): This guide explains how to add external prefab files (.prefab.json) to your Hytale server directory and load them into the game.
- [Load a new world](https://wiki.breadbuilds.com/hytale-tutorials/load-a-new-world.md): This guide explains the easiest way to add a downloaded world save into your Hytale singleplayer.
- [Create a new prefab](https://wiki.breadbuilds.com/hytale-tutorials/create-a-new-prefab.md): This guide covers how to create a new prefab in Hytale in a dedicated editor world and save it as a reusable asset.
- [Create a new empty/void world](https://wiki.breadbuilds.com/hytale-tutorials/create-a-new-empty-void-world.md): This guide explains how to generate an empty "Void" world in Hytale, perfect for starting a build from scratch.
- [Change day/night duration](https://wiki.breadbuilds.com/hytale-tutorials/change-day-night-duration.md): This guide explains how to adjust the length of days and nights on your Hytale server by editing the world configuration file.
- [Teleporting between worlds](https://wiki.breadbuilds.com/hytale-tutorials/teleporting-between-worlds.md): This guide explains how to move yourself or other players from one world to another on your Hytale server (e.g., moving from the "Hub" to a "Creative" world).
- [Whitelist](https://wiki.breadbuilds.com/hytale-tutorials/whitelist.md): Here is the tutorial for setting up a whitelist on your Hytale server.
- [Commands list](https://wiki.breadbuilds.com/hytale-tutorials/commands-list.md)


---

# 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.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.
