# Teleportation

***

<table data-full-width="false"><thead><tr><th width="315.0833740234375">Command</th><th width="309.1666259765625" valign="middle">Description</th></tr></thead><tbody><tr><td>/tpa  <code>player_name</code></td><td valign="middle">Sends a teleportation request to the specified player.</td></tr><tr><td>/tpahere <code>player_name</code></td><td valign="middle">Sends player a request to teleport to you.</td></tr><tr><td>/tpaccept <code>player_name</code></td><td valign="middle">Accepts the teleportation request received from another player.</td></tr><tr><td>/tpacancel <code>player_name</code></td><td valign="middle">Cancels/Deny a player's teleportation request.</td></tr><tr><td>/back</td><td valign="middle">Teleports you to your last teleport location.</td></tr><tr><td>/dback</td><td valign="middle">Teleports you to your most recent death location.</td></tr></tbody></table>

{% hint style="warning" %}
**Note:** Unranked players have a 3 seconds teleportation cooldown. Buy a rank to skip it.
{% 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/editor.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.
