# Homes & Warps

***

<table><thead><tr><th width="315.3333740234375">Command</th><th width="315.3333740234375">Description</th></tr></thead><tbody><tr><td>/sethome <code>home_name</code></td><td>Sets your home at the point you did this command.</td></tr><tr><td>/delhome <code>home_name</code></td><td>Deletes your specified home.</td></tr><tr><td>/home | /homes</td><td>Opens the Home GUI to view and teleport to your saved homes.</td></tr><tr><td>/warp | /warps</td><td>Opens the Warp GUI to explore and teleport to available public warps.</td></tr></tbody></table>

{% hint style="warning" %}
**Note:** Warps are public locations created by admins to ensure consistency and easy access for all players.
{% 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://aquapie.gitbook.io/simply-survival/features/markdown.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.
