# Free Teleport

### Usage

1. Select a location (e.g. Southgate).
2. (Optional) Select a position index (e.g. 0).
3. (Optional) Select a teleport type (e.g. Instant).
4. Click on the checkbox of *Execute Script* to run the script.

### Notes

{% hint style="info" %}
The teleport type *normal* has a teleport animation while the teleport type *instant* has none and therefore no delay.
{% endhint %}

{% hint style="info" %}
The position index determines at which entrance the party will spawn. In some locations, it can also dictate additional things such as if a foe should spawn or not (e.g. trial stages).
{% endhint %}

{% hint style="info" %}
For a list of all locations, you can view the spreadsheet in [Resources](/the-insurgents-toolkit/getting-started/resources.md).
{% 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://xeavin.gitbook.io/the-insurgents-toolkit/features/free-teleport.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.
