# Native Land Digital API

## Native Land Digital API

- [Native Land Digital API](https://api-docs.native-land.ca/readme.md): Learn how you can responsibly use data about Indigenous nations around the world.
- [Data Sovereignty Treaty](https://api-docs.native-land.ca/data-sovereignty-treaty.md)
- [Get and use your API key](https://api-docs.native-land.ca/get-and-use-your-api-key.md): Sign up and get an API key to use Native Land Digital's API responsibly.
- [Request Types](https://api-docs.native-land.ca/request-types.md): Learn more about the types of API endpoints available.
- [Full GeoJSONs](https://api-docs.native-land.ca/full-geojsons.md): Get the full set of coordinates from Native Land Digital.
- [By Names and/or Position](https://api-docs.native-land.ca/by-names-and-or-position.md): Query a specific polygon or set of polygons by their slugs or a user's position.
- [By Intersecting Polygon](https://api-docs.native-land.ca/by-intersecting-polygon.md): Learn how to get results from intersecting polygons.
- [Embed a map](https://api-docs.native-land.ca/embed-a-map.md): Instead of getting the coordinates, just get a map directly.
- [Mapbox Tilesets](https://api-docs.native-land.ca/mapbox-tilesets.md): Use the regularly updated tilesets in your own maps.
- [ArcGIS Online Living Atlas](https://api-docs.native-land.ca/arcgis-online-living-atlas.md): Use the ArcGIS Living Atlas to add Native Land to your maps.
- [About and Disclaimers](https://api-docs.native-land.ca/about-and-disclaimers.md): Make sure you are using this data respectfully.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://api-docs.native-land.ca/readme.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.
