# Saving Locations

Players can explore lots of different locations on the server from the safe, beautiful, and protected world of The Frontier to the dangerous, lawless, and uncharted worlds of The Wilderness.

While exploring, you are likely to find locations on the server that you want to save so that you can teleport back later. Players can save their location on the server using the `/location save <name>` command. This command provides a similar function as the `/sethome` command on other servers.

### Teleporting To Saved Locations

Players can teleport to their saved locations using the `/location spawn <name>` command.

### Deleting Saved Locations

Players can delete saved locations using the `/location unsave <name>` command.

{% hint style="info" %}
There are three different kinds of savable locations on the server: Wilderness, Settlement, and Claimable. Players are allowed to save 4 locations of each type. Members are allowed to save 12 locations of each type.
{% 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://about.foundationcraft.com/how-to-play/saving-locations.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.
