# Wizards

- [Wizards Introduction](https://docs.anyrpg.org/wizards/wizards-introduction.md): AnyRPG includes several wizards to help you quickly accomplish the important tasks when setting up a new game or adding content to an existing game.
- [New Game Wizard](https://docs.anyrpg.org/wizards/new-game-wizard.md): The New Game Wizard will add a new game to your project and fully configure all the minimally required directories, scriptable objects, prefabs and scenes so it is ready to play immediately.
- [New Scene Wizard](https://docs.anyrpg.org/wizards/new-scene-wizard.md): The New Scene Wizard will add a new scene to your project based on an existing scene, or using a blank template scene.
- [Add  UMA Support Wizard](https://docs.anyrpg.org/wizards/add-uma-support-wizard.md): The Add UMA Support Wizard add UMA support to any game that does not yet have it.
- [New Equipment Set Wizard](https://docs.anyrpg.org/wizards/new-equipment-set-wizard.md): The New Equipment Set Wizard will create equipment, an equipment set for the equipment, an optional vendor collection, and an optional loot table.
- [Animation Profile Wizard](https://docs.anyrpg.org/wizards/animation-profile-wizard.md): The Animation Profile Wizard will create an animation profile from a list of animations and optionally add the required events to attack animations.
- [Screenshot Wizard](https://docs.anyrpg.org/wizards/screenshot-wizard.md): The Screenshot Wizard helps you quickly make icons of any 3D model.
- [Billboard Wizard](https://docs.anyrpg.org/wizards/billboard-wizard.md): The Billboard Wizard helps you quickly make a billboard from a tree to use with LOD.
- [Template Content Wizard](https://docs.anyrpg.org/wizards/template-content-wizard.md): The Template Content Wizard allows you to quickly install template content in your game.
- [New Character Wizard](https://docs.anyrpg.org/wizards/new-character-wizard.md): The new character wizard helps you import character models and set them up as NPC or player characters.
- [New Weapon Wizard](https://docs.anyrpg.org/wizards/new-weapon-wizard.md): The new weapon wizard creates weapon items and special weapon handle prefabs that ensure a weapon is in the correct orientation when equipped.
- [Minimap Wizard](https://docs.anyrpg.org/wizards/minimap-wizard.md): The minimap wizard creates a top down image of a scene to be used for the main map and minimap.
- [Rename Wizard](https://docs.anyrpg.org/wizards/rename-wizard.md): The rename wizard renames multiple files at once by searching for and replacing strings in the provided list of files.
- [Sync Resource Name Wizard](https://docs.anyrpg.org/wizards/sync-resource-name-wizard.md): The sync resource name wizard syncs the resource name field with the file name of any Scriptable Object included with AnyRPG.


---

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