# Mapbox Tilesets

Mapbox and Native Land Digital provide a public tileset for territories that is updated daily (whenever new areas have been added).

You can access the Mapbox Tileset ID, a breakdown of the properties, and a quick `json` recipe on Mapbox's [data exchange repository on github](https://github.com/mapbox/data-exchange/blob/main/native-land.md).

<figure><img src="/files/NiiVRK3ScI03IPH1rzWw" alt=""><figcaption></figcaption></figure>

You can use this Native Land Digital tileset in any Mapbox maps, whether you are building your own maps using Mapbox GL JS, or using Mapbox Studio.

To add the tileset to a Mapbox Studio style, go to *Add Layer -> Add source by ID*, and paste in the tileset ID from the above Github repository.


---

# 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/mapbox-tilesets.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.
