# Wizards Introduction

AnyMMO creates new versions of a few existing wizards.  When using the wizard system, if there is an AnyMMO specific version of a wizard, you should use it.  This will ensure the game is setup correctly to function in online play mode.

In cases where there is not an AnyMMO specific version of a wizard, you can use the regular version of the wizard safely, as the content it creates does not depend on the network, and will work in both online and offline play modes.

{% content-ref url="/pages/nErhS1n9dqU9vYnpWHC1" %}
[New Game Wizard](/anymmo/wizards/new-game-wizard.md)
{% endcontent-ref %}

{% content-ref url="/pages/Lbyy3qWOMLTRYpxXTkRS" %}
[New Scene Wizard](/anymmo/wizards/new-scene-wizard.md)
{% endcontent-ref %}

{% content-ref url="/pages/tYiMUTvjEPJSZswWIcHG" %}
[New Character Wizard](/anymmo/wizards/new-character-wizard.md)
{% endcontent-ref %}


---

# 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.anyrpg.org/anymmo/wizards/wizards-introduction.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.
