# Sharing the Viewer URL

## Finding the link

Every map has a unique viewer URL. Find it on your map's **Settings** page.

It looks like:

```
https://lowtechmaps.com/viewer.html?id=YOUR_MAP_ID
```

## Ways to share

### QR code

The most common approach for physical venues. Paste your viewer URL into any free QR code generator and print it on:

* Signage at the entrance
* Event programs or brochures
* Tickets
* Table cards

Visitors scan the code with their phone camera and the map opens instantly.

### Direct link

Paste the URL anywhere you'd share a link:

* Your venue or event website
* Email newsletters
* Social media posts
* Staff handbooks or internal docs

### Embed

You can embed the viewer in an iframe on your own website:

```html
<iframe
  src="https://lowtechmaps.com/viewer.html?id=YOUR_MAP_ID"
  width="100%"
  height="600"
  style="border:none;"
></iframe>
```

## The link never expires

Your viewer URL is permanent as long as the map exists in your account. You can update POIs, the banner, or the alignment at any time and the changes appear immediately — the link stays the same.


---

# 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://lower-technology.gitbook.io/low-tech-maps/viewer-experience/sharing.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.
