# Uploading, downloading, and exporting songs

{% hint style="info" %}
To Upload & Download songs from the pedal, the pedal needs to be on, awake, and connected to WiFi.
{% endhint %}

### Video walkthrough

{% embed url="<https://youtu.be/CgE2hIRIoB4>" %}

### **Downloading a song to your pedal:**

{% stepper %}
{% step %}

### On any song, anywhere on the app, click the "Download" icon.

Click "download to my pedal" on the confirmation screen.&#x20;
{% endstep %}

{% step %}

### Download will begin automatically

Download progress will be displayed on pedal, and song will open upon completion
{% endstep %}

{% step %}

### Play the song

Press C footswitch to play downloaded song on your pedal
{% endstep %}
{% endstepper %}

### **Uploading a song from your pedal:**

{% stepper %}
{% step %}

### Open app to "My Pedal"

When you're ready to upload, navigate to "My Pedal" app screen
{% endstep %}

{% step %}

### Select song

Click upload icon for desired song
{% endstep %}

{% step %}

### Fill out song details

Enter title, description, and any song detials you wish to include.
{% endstep %}

{% step %}

### Select visibility

Select "Public" or Private" upload preference
{% endstep %}

{% step %}

### Upload song

Pressing "upload" on the app will trigger the upload to begin on your pedal.
{% endstep %}

{% step %}

### View or share

When completed, a message will appear on the "My Pedal" screen on the app. You can optionally choose to share or view the uploaded song. \
\
Public songs will be added to the Feed, while private songs will only be visible to you, on your profile, and anyone you share the link with.
{% endstep %}
{% endstepper %}

### **Exporting the song archive**

Users may export a song as a downloadable archive, which can then be imported into a DAW or software application for editing and production.&#x20;

{% hint style="info" %}
All publics songs can be exported. Anyone with a link to a private song can export it.
{% endhint %}

To export a song:

{% stepper %}
{% step %}

### Click the export icon on the desired song

{% endstep %}

{% step %}

### Download the .tar archive

Or copy the URL and send it to yourself so that you can download it on another device.
{% endstep %}

{% step %}

### Decompress the archive

Uncompress archive on your local machine
{% endstep %}

{% step %}

### Import into DAW or other application

The archive contains lossless WAV files, organized by track, one file per dub.
{% 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/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.
