> 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/creating-a-map/adding-markers.md).

# Adding Markers

### Creating a new marker

Add a new marker to identify points of interest.

{% tabs %}
{% tab title="Desktop" %}
On desktop, there are a few ways to add a new marker:

* Click on the "Add" button in the Features sidebar and then click "Marker"
* Use the keyboard shortcut "M"

Then click on the map where you want to place the marker

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

{% tab title="Mobile" %}

1. Tap the plus icon in the bottom right of the map.
2. Tap "Marker" in the menu that pops up.
3. Move the crosshairs in the center of the map to where you want to place the marker.
4. Tap "Set point" to drop the marker.

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

***

### Moving a marker

Move an existing marker to a new location.

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

1. Select the marker by clicking on it in the sidebar or map.
2. Drag the marker with your mouse to the new location.
3. The new position is saved automatically once you let go with your cursor.

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

{% tab title="Mobile" %}

1. Tap on "Edit" in the bottom left corner.
2. Move the crosshairs in the center of the map to where you want to move the marker.
3. Tap on "Set Point" to confirm your selection.

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

***

### Customizing your marker

Backtrack allows you to customize your markers to make them unique and meaningful. You can give your marker a unique name, add more details, and change the styling to customize the look of the marker.

#### Naming your marker

Your marker will have the default name "New Marker", which you can change to more accurately describe its purpose. To name your marker, double click its name in the side panel and type the new name.

#### Styling

There are a number of options to customize the look of your markers:

* **Symbol:** Pick a symbol to represent the marker's purpose. For example, you might pick a tent to represent a potential campsite, or a car for where you'll park.
* **Outline:** Customize how the icon is displayed on the map - either in a circle or standalone.
* **Color:** Visually categorize your markers for easy identification by picking from a variety of colors.
* **Size:** Drag the slider to increase or decrease the size of the marker. Make important markers larger or less significant ones smaller.
* **Label:** Whether or not the name of the marker should be shown underneath the symbol.

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

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

{% tab title="Mobile" %}

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

### Adding details & photos

Adding details to your marker allows you to include any information you find valuable. Here's how you can add custom details to your marker:

1. Select the marker you want to add details to by clicking on it in the sidebar.
2. In the marker's detail panel, click on the "Add details" text box.
3. Type in any information you desire, such as notes, directions, or important facts about the location. You can use rich text formatting such as headers, bold text, and inline links.

You can also attach photos to your markers.

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

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

{% tab title="Mobile" %}

<figure><img src="/files/GrYXIoODedwsW7HHeagO" alt=""><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/creating-a-map/adding-markers.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.
