> 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-layers.md).

# Adding Layers

### Adding a New Layer

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

1. Click the "Add" button in the layers sidebar.
2. Find the layer you want to add and click on it.

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

{% tab title="Mobile" %}

1. Open the layers drawer and tap on "Add Layer".
2. Find the layer you want to add.
3. Tap the "Add" button in the top right corner.

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

### Stacking Layers

Layers can be combined and stacked in the order that you wish. Transparency can be adjusted to get just the right fit.

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

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

{% tab title="Mobile" %}

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

### All Layers

You can view all available layers [here](/backtrack-docs/mapping/layers.md).


---

# 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-layers.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.
