# 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 %}


---

# 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://docs.instruqt.com/tracks/manage/pull-a-track.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.
