# Edit locally

## Background

Once you determine a track's slug, you can download a tracks configuration to your local machine, make edits, and push the changes back to Instruqt.

{% hint style="info" %}
You can watch a video tutorial on how to edit tracks locally [here](https://www.youtube.com/watch?v=qgSaSgR2_GE).&#x20;
{% endhint %}

### Step 1: Determine the track slug

Instruqt track slugs can be easily determined from the Web UI.&#x20;

{% tabs %}
{% tab title="🌐 Web UI" %}

1. Click the track you want to pull to your machine.
2. In the **Settings** section of the *Track dashboard* page, click **Edit**.
3. Note the value in the **Track URL** field. This is the track "slug".
   {% endtab %}
   {% endtabs %}

### Step 2: Pull the track

Pulling tracks is only applicable to the Instruqt CLI.

{% tabs %}
{% tab title="💻 Instruqt CLI" %}

1. Open a terminal and run the following command:

   ```bash
   instruqt track pull <TRACK_SLUG_FROM_STEP_1>
   ```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
If you are a member of multiple teams, you need to preface the `<TRACK_SLUG>` with a team. For example `my-team/my-track-slug`.
{% endhint %}
