# Sharing Your Map

### Enabling sharing for a map

1. Click "Share" when viewing the map you want to share.
2. Select "Unlisted" or "Public" to enable sharing.
3. Share your map link. Anyone with the link will be able to view and edit the map.

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

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

{% tab title="Mobile" %}

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

### Real-time collaboration

Edits you make will be reflected in real-time for everyone viewing the map. Think Google Docs for maps!

This includes all features and layers that are in the map.

### Access levels

* **Private**: Only you can access.
* **Unlisted**: Anyone with the URL can access.
* **Public**: Discoverable by other users on Backtrack.

{% hint style="info" %}
**Note:** Anyone with the link will be able to view and edit the map.
{% endhint %}

### Can I restrict edit access?

Not yet, but this is something we hope to add soon.


---

# 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://help.backtrackmaps.com/backtrack-docs/mapping/sharing-your-map.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.
