# Requirements

| Requirement usage   | Example                                                                                                                       |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| PERM#myperm         | Requires the user to have mcgquester.myperm permission                                                                        |
| QPERM#myperm        | <p>Requires the user to have mcgquester.myperm permission<br>Fails silently no output is given to the player</p>              |
| TAG#mytag           | Requires the user to have the tag mytag from an other quest                                                                   |
| QTAG#mytag          | <p>Requires the user to have the tag mytag from an other quest</p><p>Fails silently no output is given to the player</p>      |
| NOTTAG#mytag        | Requires the user to not have the tag mytag from an other quest                                                               |
| QNOTTAG#mytag       | <p>Requires the user to not have the tag mytag from an other quest</p><p>Fails silently no output is given to the player</p>  |
| HASDONE#myquest     | Requires the user to have done the myquest before this quest                                                                  |
| QHASDONE#myquest    | <p>Requires the user to have done the myquest before this quest</p><p>Fails silently no output is given to the player</p>     |
| HASNOTDONE#myquest  | Requires the user to have not done the myquest before this quest                                                              |
| QHASNOTDONE#myquest | <p>Requires the user to have not done the myquest before this quest</p><p>Fails silently no output is given to the player</p> |
| HASXP#10            | Requires the user to have at least 10 XP LEVELS                                                                               |
| QHASXP#10           | <p>Requires the user to have at least 10 XP LEVELS</p><p>Fails silently no output is given to the player</p>                  |


---

# 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://docs.mcgsoft.eu/mcg-ultimate-quester/creating-a-quest/requirements.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.
