# MQ2Map

## Description

This plugin provides additional functionality to the in game map.

## Commands

* [/highlight](/macroquest/plugins/core-plugins/mq2map/highlight.md)
* [/mapclick](/macroquest/plugins/core-plugins/mq2map/mapclick.md)
* [/mapfilter](/macroquest/plugins/core-plugins/mq2map/mapfilter.md)
* [/maphide](/macroquest/plugins/core-plugins/mq2map/maphide.md)
* [/mapnames](/macroquest/plugins/core-plugins/mq2map/mapnames.md)
* [/mapshow](/macroquest/plugins/core-plugins/mq2map/mapshow.md)

## Top-Level Objects

* [*spawn*](/macroquest/data-types-and-top-level-objects/data-types/datatype-spawn.md) **MapSpawn**

Object that is created when your cursor hovers over a spawn on the map

## See Also

* [Top-Level Objects](/macroquest/data-types-and-top-level-objects/top-level-objects.md)
* [Plugins](broken://pages/-Me4I94WGlOtA0pQ_0oB)

Older versions of MacroQuest2 Compiles (at least compiles of Dec 23 of 2003 or earlier) do not recognize any command except /mapfilter Change in the source code must be made to utilize /mapnames command.


---

# 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://macroquest.gitbook.io/macroquest/plugins/core-plugins/mq2map.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.
