> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/wizards/add-uma-support-wizard.md).

# Add  UMA Support Wizard

## Accessing The Wizard

{% hint style="info" %}
The Add UMA Support Wizard is only available if you have the [AnyRPG UMA addon](/getting-started/managing-addons/uma-installation.md) installed.
{% endhint %}

The Add UMA Support Wizard requires that one of your game scenes with either a GameManager or SceneConfig object is open in the editor so that it can determine which game to install the content into.

The Add UMA Support Wizard can be opened by clicking *Tools* in the menu bar, and selecting *AnyRPG > Wizard > UMA > Add UMA Support*.

<div align="left"><figure><img src="/files/MpKptOitcfHyCMEmzwqT" alt=""><figcaption></figcaption></figure></div>

## Content Created

The wizard adds the following content to any game.

### UMA GLIB Prefab Varient

In the *Prefab/GameManager* folder you can find an UMA GLIB prefab variant.  This variant has also been added to the game loading scene.

### Scriptable Objects

#### Unit Profiles

In the *Resources/GameName/UnitProfile/Player* folder you can find UMA human male and female unit profiles.

#### UMA Race

An UMA character race can be found in the *Resources/GameName/CharacterRace* folder.

## Next Steps

Add the UMA unit profiles to the list of available unit profiles in the [game configuration](/getting-started/configuring-your-game.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/add-uma-support-wizard.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.
