# Changing your WiFi network

{% hint style="info" %}
To change the Wifi Network or Update Firmware, your pedal needs to be turned on and awake.
{% endhint %}

If you take your Teleport with you on the road, you'll need to connect to a new or different WiFi network. To do that, follow these steps:

{% stepper %}
{% step %}

### Make your pedal discoverable via Bluetooth

On your pedal, go to main menu and select "Network Connection." This will enable the app to discover it via Bluetooth and connect it to a new WiFi network.
{% endstep %}

{% step %}

### On the app, navigate to the "My Pedal" screen

{% endstep %}

{% step %}

### Go to My Pedal Settings

Click the gear icon which says "settings" in top right hand corner.
{% endstep %}

{% step %}

### Click "WiFi"

You should see your last connected wifi network. Follow the on screen prompts to select a new WiFi network and password. 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 %}
{% endstepper %}


---

# 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/basics/images-and-media.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.
