# Exploring The Frontier

The Frontier is a safe and peaceful world for building, hanging out, and role-playing. Players can claim land in The Frontier by creating settlements. Settlement owners can create homes, markets, and shops in their settlements. Homes can be sold or rented to other players for emeralds. Shops allow players to trade items with other players. Markets have villagers which players can trade with. Players can use the explore command to teleport to settlements, homes, markets, and shops created by other players.

{% embed url="<https://www.youtube.com/watch?v=uUHN5n7FU_c>" %}

### Exploring Settlements

Players can find popular settlements on the server using the `/explore settlements` command. Settlements with lots of residents, shops, and sponsorships will be explored first. Just like all other explore commands, players can keep executing this command to teleport around to other settlements.

<figure><img src="/files/bMaHv9lHlp4oqITTOVAq" alt=""><figcaption><p>Settlement #40 Addingham featuring beautiful homes, shops, and markets (owned by Swackle)</p></figcaption></figure>

### Exploring Homes

Players can find homes for rent and homes for sale using the `/explore homes` command. Players can use the `/explore homes forrent` command to find homes for rent and the `/explore homes forsale` command to find homes for sale. If you find a home that you like you can [rent it](/how-to-play/renting-real-estate.md) or [buy it](/land-management/home-ownership.md#buying-homes) as long as you have enough emeralds to do so.

<figure><img src="/files/0wjI1DwhAM4WwVKiji3O" alt=""><figcaption><p>Settlement #254 Sakura featuring beautiful homes for rent (owned by CalipsoMoon)</p></figcaption></figure>

### Exploring Markets

Markets provide players access to villagers which they can trade with. Players can find markets on the server using the `/explore markets` command.

Each villager has a [profession](https://minecraft.fandom.com/wiki/Villager#Professions) which determines the trades that they offer.  You can find markets with specific villager professions using the `/explore markets with <profession>` command.

There are many different kinds of items that can be sold to villagers at a market. For example, players can catch fish using a fishing rod and then sell those fish to a fisherman. Alternatively, new players could farm crops in a rented home and then sell those crops to a farmer.

If you find a market that you like, you can save it using the `/market save` command. You can then teleport to your saved markets using the `/market list` command.

<figure><img src="/files/54xGcNNIJcSjoVBomUMZ" alt=""><figcaption><p>Settlement #25 Fort Blocks featuring markets The Armory and Wizard Tower</p></figcaption></figure>

### Exploring Shops

Players can buy and sell items at shops owned by other players. Use `/explore shops` to find popular shops on the server. Shops are managed players and contain chest shops which can be used to buy and sell items with other players even when they are offline.

Use `/explore shops buying <item>` to find shops buying a specific item on the server.

Use `/explore shops selling <item>` to find shops selling a specific item on the server.

Players can use these commands multiple times to teleport around to different shops while looking to buy or sell specific items. The name of the item will be suggested to you as you type.

If you find a shop that you like, you can save it using the `/shop save` command. You can then teleport to your saved shops using the `/shop list` command.

<figure><img src="/files/DpGMKLOOSzAWJqVxb2dH" alt=""><figcaption><p>Settlement #395 Syringa Valley featuring lumber shop Valley Mill (Owned by TarragonMom)</p></figcaption></figure>

### Exploring Unclaimed Land

Players can find claimable plots in The Frontier using the `/explore unclaimed` command. This command will teleport you to a random unclaimed location in The Frontier. If you find a place you like, you can claim it by creating a settlement using the `/settlement create` command. If you do not have enough emeralds to claim it, you can save it using the `/location save` command.

<figure><img src="/files/BvaM4VnSayzPM6Gzq77q" alt=""><figcaption><p>Unclaimed land on Foundation Craft (as of March 19, 2024)</p></figcaption></figure>


---

# 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://about.foundationcraft.com/how-to-play/exploring-the-frontier.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.
