> For the complete documentation index, see [llms.txt](https://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/starting-off/home.md).

# Home

CobbleGalaxy allows players to set personal teleport locations using the **/sethome** system. This lets you quickly return to important places such as your base, farms, or towns.

#### Setting a Home

To create a home, use the following command:

```
/sethome <name>
```

* `<name>` can be any name you choose (for example: `base`, `mine`, or `village`)
* The home will be set at your current location
* You can set multiple homes, each with a unique name

**Example:**

```
/sethome base
```

This sets a home called `base` at your current position.

***

#### Teleporting to a Home

To teleport to a previously set home, use:

```
/home <name>
```

* You must specify the name of the home you want to teleport to

**Example:**

```
/home base
```

This will teleport you directly to the home named `base`.

***

#### Deleting a Home

If you no longer need a home, you can delete it using:

```
/delhome <name>
```

* This permanently removes the selected home
* Once deleted, you will no longer be able to teleport to it

**Example:**

```
/delhome base
```

***

#### Tips

* Choose clear, descriptive names for your homes to avoid confusion
* Deleting a home cannot be undone, so make sure you no longer need it before removing it
* Homes are player-specific and cannot be accessed by other players


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/starting-off/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.
