# Help Plugins

## General Plugin Help

* First off, do you have the latest version of your plugin. Many plugins, especially the popular ones, are updated

  regularly. Always check back to the main forum post where you found your plugin to see if a later version is

  available.
* Have you got the latest MQ2 source files? Check the [download page](https://macroquest2.com/main.php?p=download)

  and make sure that you have have the latest MQ2 source. Some plugins depend on very recent changes to MQ2 to

  function/compile correctly.
* Have you read all the documentation on the plugin: 1. The initial forum post usually has some documentation in it, and most likely a link to further documentation

  (quite often a wiki page).

  1. If you still have no luck, read through every page on the forum post (it's sometimes quicker to read backwards,

     as the information is often more relevant to current problems).
* Some plugins require other plugins to function, but usually you are warned about these when starting the plugin.

  Check to make sure you have any other pre-requisite plugins, and that these plugins are configured correctly.

## Plugin Problems


---

# 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/documentation/help-plugins.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.
