# Setting homes (/home)

## 🏡 Setting Homes

In MC Tea Craft, you can set custom teleportation points using the `/sethome` command. This is perfect for returning to your base, favorite mining spots, or any other special place!

### ✨ How It Works

To save your current location as a home, use the following command: `/sethome <name>` to visit the home you've just set, just type: `/home <name>` for example, if you have created a home with the name 'Mines' you can go to that place with the command: `/home mines`

Sometimes it's time to move out and leave 'old homes' behind. In that case, you can use the command `/delhome <name>` to make up space for a new one.

{% hint style="success" %}
Note: It is also possible to buy a 'perk' to have unlimted 'homes'. Check for more information: [store.mcteacraft.com](https://store.mcteacraft.com/)
{% endhint %}

### 📝 Notes

* The number of homes you can set depends on your **rank** *(see table below)*.
* Use short, easy-to-remember names for your homes.
* Setting a home in someone else's claim may result in that home being unusable later.&#x20;

| Rank       | Amount of homes |
| ---------- | --------------- |
| Regular    | 1               |
| Commoner   | 3               |
| Legend     | 4               |
| TeaLeaf    | 5               |
| TeaLegend  | 5               |
| TeaBlossom | 12              |
| GoldenBrew | 15              |
| MatchaFan  | 20              |
| TeaLord    | 25              |


---

# 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://mcteacraft.gitbook.io/player-manual/getting-started/setting-homes-home.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.
