# Embed a map

Native Land Digital also offers the ability for you to load a map directly onto your website through our Embed API.

To do this, you should understand the [Names and Positions API detailed here](/by-names-and-or-position.md). You will be sending a URL with this request to the embed API.

To create an iframe with a map displayed on it, just set the source of the iframe to the query you want to send. For instance:

```
<iframe src="https://native-land.ca/api/embed/embed.html?maps=languages&name=witsuwiten&key=your_api_key"></iframe>
```

Will create the following:

<figure><img src="/files/2qlnMwFzANxFQ4KGdq2H" alt=""><figcaption></figcaption></figure>

This is a fairly simple map using Leaflet and Open Street Maps as a base layer, to keep everything open source.


---

# 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://api-docs.native-land.ca/embed-a-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.
