> For the complete documentation index, see [llms.txt](https://help.backtrackmaps.com/backtrack-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.backtrackmaps.com/backtrack-docs/mapping/importing-and-exporting/exporting-map-features.md).

# Exporting Map Features

### <img src="/files/MjQWpAo2ZOMSg5jpPHGW" alt="" data-size="line"> Exporting all features in a map

{% tabs %}
{% tab title="Desktop" %}

1. Open the map you want to export
2. Click the 3-dot icon next to the map title.
3. Click "Export" in the menu.
4. Look in your downloads folder for your GPX file.

<figure><img src="/files/31Q3NarrLRFKS1RihCjx" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Mobile" %}

1. Open the map you want to export.
2. Tap on the "More" icon button.
3. Tap "Export GPX".
4. The system share sheet will popup, where you can save your file or send it to another app.

<figure><img src="/files/YV9isZZOclrbI9p15VoB" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
GPX exports only include routes and markers. Folders will not be included in the export.
{% endhint %}

### <img src="/files/MjQWpAo2ZOMSg5jpPHGW" alt="" data-size="line"> Exporting a single feature

You can also export just a single feature if you desire. This is helpful when you only want to send a single route to a GPS for navigation.

{% tabs %}
{% tab title="Desktop" %}

1. Select the feature you want to export on the map or left panel.
2. Right click (or click the 3-dot) on the feature in the left panel.
3. Click "Export GPX".
4. Check your downloads for the exported GPX file.

<figure><img src="/files/Ii2lnWA89pXTOS3mDm1S" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Mobile" %}

1. Select the feature you want to export.
2. Tap on the "More" icon in the bottom right corner.
3. Tap "Export GPX".
4. The system share sheet will popup, where you can save your file or send it to another app.

<figure><img src="/files/v1LIVuqUFDzj70wY08T7" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.backtrackmaps.com/backtrack-docs/mapping/importing-and-exporting/exporting-map-features.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.
