> For the complete documentation index, see [llms.txt](https://docs.nemus.earth/nemus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nemus.earth/nemus-docs/nemus-litepaper/nemus-technology/the-nemus-web-application/navigating-the-map-grid.md).

# Navigating the Map (Grid)

Within the application, future Guardians will be able to connect a web3 wallet (like Metamask) to begin their journey by purchasing tickets. On mint day, Guardians will be able to navigate a grid overlay on an actual map of the Amazon, select the location of the NFT(s) they are looking to mint, and have access to a variety of filters and indicators to help them along.

The grid will update in real-time to display where fellow Guardians have pending mints and where NFTs have recently been minted. This approach will help minimize collision (and gas fees) as multiple Guardians select their locations at the same time. See how our [queueing system](/nemus-docs/nemus-drops/drop-one-the-genesis-drop/participating-in-the-drop/mint-queue.md) will help even further.


---

# 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 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://docs.nemus.earth/nemus-docs/nemus-litepaper/nemus-technology/the-nemus-web-application/navigating-the-map-grid.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.
