# Quickstart

So you just got your Teleport and opened the box. Let's get you jamming. To get started, you'll need the following:

1. Your pedal.
2. Your phone, either iOS or Android.
3. The name and password for your local Wifi network.&#x20;

{% hint style="info" %}
Only 2.4ghz Wifi networks with WPA2 or WPA3 encryption are supported.
{% endhint %}

Next, either watch the step-by-step video below or else follow the instructions below.

### Watch the step-by-step video:

{% embed url="<https://youtu.be/TmNyx-kbX-Y>" %}

### Or, follow these instructions

{% stepper %}
{% step %}

### Download the Teleport app

For either [iOS](https://apps.apple.com/us/app/teleport-guitargate-labs/id6670145101) or [Android](https://play.google.com/store/apps/details?id=com.guitargate.teleport).
{% endstep %}

{% step %}

### Login or create free account

Either login with an existing [guitargate.com](https://guitargate.com/) account or create a free, new one via the app.
{% endstep %}

{% step %}

### Go to "My Pedal" tab

Press "My Pedal" on the bottom menu.
{% endstep %}

{% step %}

### Register your pedal

Select "Register" and follow the on screen instructions. If you are having trouble finding or connecting to your WiFi network, please see [Troubleshooting WiFi connectivity](/teleport-docs/support-and-faqs/interactive-blocks.md).
{% endstep %}

{% step %}

### Update your firmware

If you are prompted to update your firmware, do it! We release new features and bug fixes frequently. That's stuff you want.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Note that to register your pedal via the app you must have bluetooth turned on and you must grant the app bluetooth permissions. You may disable these permissions after your pedal is registered.
{% 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://guitargate-labs.gitbook.io/teleport-docs/getting-started/quickstart.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.
