# Teleporting between worlds

* Step 1: Check Available Worlds `/world list` Run this command to see the exact names of all worlds currently on your server.
* Step 2: Load the Destination World `/world load <worldname>` *Example:* `/world load my_creative_world` Before you can teleport, the destination world must be loaded and active in the server memory.
* Step 3: Teleport `/world teleport <playername> <worldname>` *Example:* `/world teleport PlayerOne my_creative_world` This moves the specified player instantly to the target world.

#### Pro Tip

* Console vs. Chat: You can run these commands from the server console or in-game. If you are in-game, make sure you have operator permissions (`/op self`).
* Exact Names: World names are case-sensitive. If your world is named "Lobby", typing "lobby" might not work. Always check `/world list` first.

{% 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/teleporting-between-worlds.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.
