> For the complete documentation index, see [llms.txt](https://novainfo.revolvinggames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://novainfo.revolvinggames.com/game-mechanics/the-map-search-tool.md).

# The Map Search Tool

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

* Tap the highlighted Icon to open the Map Search Tool

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

* Can search for specific resources
* Can extend/shorten radius of search from search point

The **Map Search Tool** is a powerful feature that allows players to locate specific tiles based on resource type or enemy presence within a designated area on the map, making strategic planning more efficient. Accessible via a shortcut on the HUD, the tool drops a search pin at the center of the visible map and provides two main search categories: Resources and Enemy Patrols. Players can refine their searches using filters for influence levels, resource types, and traversable tiles, with the option to expand the search radius up to 50 tiles. The tool also includes a "Show Influence" feature to display influence tiers directly on the map, even when the search menu is closed. Search results highlight relevant tiles and allow for easy navigation through a bottom panel, which displays search details and coordinates. This functionality helps players quickly identify valuable tiles and plan their strategies effectively.

\
\
&#x20;<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://novainfo.revolvinggames.com/game-mechanics/the-map-search-tool.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
