# Getting Around

Navigating the world of Theatria is simple and fun, whether you're exploring on foot, teleporting, or flying. Here's an overview of the basic ways to get around:

## Teleportation Commands

### Return to the Welcome Hub

* **`/spawn`**: Instantly teleport back to the Welcome Hub, your starting point in Theatria.

### Land Management

* **`/claim`**: Claim a chunk of land to protect it from others. Learn more about how to manage land claims on the [Land Claiming](/minecraft/gameplay-features/land-claiming.md) page.

### Set and Travel to Your Home

* **`/sethome [name of home]`**: Save your current location as a home. You can assign it a name (e.g., `/sethome base`).
* **`/home [name of home]`**: Teleport to any of your saved homes. Players can save more homes as they rank up.

### Explore Community Landmarks

* **`/warps`**: View a list of community landmarks and player-submitted points of interest. Use this command to teleport to exciting locations across the server.

## Switching Worlds

Theatria features multiple worlds, each with unique experiences. Use these commands to explore them:

* **`/warp mining`**: Visit the Mining World for resource gathering.
* **`/warp nether`**: Enter the Nether for fiery adventures.
* **`/warp end`**: Explore the End and hunt for rare treasures.

## Running Around

For those who love a traditional adventure, you can always explore Theatria on foot. Discover new biomes, structures, and secrets as you run through the world.

## Flying Privileges

Supporters at the **Contributor** tier and higher gain the ability to fly in specific worlds:

* **`/fly`**: Enables flight in **The Ark** and/or **Mining World** *depending on supporter tier*, making exploration and resource gathering more convenient.

## Tips for Getting Around

* Explore our [map](/minecraft/getting-around/map.md) in your web browser to find biomes, claims, and active players.
* Use `/spawn` if you're lost or need a central point to regroup.
* Set homes at frequently visited locations to save time.
* Check `/warps` regularly for new community spots.
* Invite others to teleport to you or ask to teleport to another player using these commands:
  * `/tpa [username]`: Requests to teleport to another player.
  * `/tpahere [username]`: Requests another player teleport to you.
  * `/tpaccept`: Accepts teleport requests.
* At [Champion](/minecraft/gameplay-features/ranks/mythic-tier/02-champion.md) rank, unlock the `/back` command to instantly teleport back to your previous location.

With these tools, you'll find navigating Theatria a breeze. Happy exploring!

***

### Related Articles

* [Homes](/minecraft/getting-around/homes.md)
* [Map](/minecraft/getting-around/map.md)
* [/tpa command](/minecraft/getting-around/tpa.md)
* [Warps](/minecraft/getting-around/warps.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://docs.playtheatria.com/minecraft/getting-around.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.
