# Introduction

Welcome to the MacroQuest Documentation.

!!! note

```
This documentation is a work in progress and may contain inaccuracies or errors.
```

!!! info

```
This documentation is for MacroQuest a.k.a. MQnext. For the legacy MacroQuest2 Wiki go [here](https://macroquest2.com/wiki/index.php).
```

## MacroQuest

* [Intro](https://github.com/macroquest/docs/blob/master/macroquest-intro/README.md)
* [Compiling MQ](https://github.com/macroquest/docs/blob/master/documentation/macroquest-compiling.md)
* [Using MQ](https://github.com/macroquest/docs/blob/master/documentation/macroquest-using.md)
* [Macros/Snippets](https://github.com/macroquest/docs/blob/master/documentation/macroquest-macros.md)
* [Plugins](https://github.com/macroquest/docs/blob/master/documentation/macroquest-plugins.md)

## Getting Help

* [Discord](https://discord.gg/77C4Ke6HKg)
* [MQ Compile Problems](/macroquest/documentation/help-compiling.md)
* [MQ Macro/Snippet Problems](/macroquest/documentation/help-macros.md)
* [MQ Plugin Problems](/macroquest/documentation/help-plugins.md)

## References

* [Macro Reference](/macroquest/documentation/macro-reference.md)
* [Hacker Stuff](/macroquest/general-information/hacker-stuff.md)
* [Text Editors and Syntax Files](/macroquest/other-applications/text-editors.md)


---

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