# Unit Type

## Creation

To create a unit type, find (or create) the *GameName/Resources/GameName/UnitType* folder in the project tab and right click.  Choose *Create > AnyRPG > UnitType*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FyoXDeV2bPrFz68EbEC3b%2Fimage.png?alt=media\&token=9344c7e1-7522-412f-a933-49f7b3a11833)

## Properties

| Name            | Description                                                                                                                                                                                                     |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Capabilities    | A list of [Capabilities](https://docs.anyrpg.org/shared-properties/capabilities) the unit type have.                                                                                                            |
| Primary Stats   | A list of [Primary Stat General Properties](https://docs.anyrpg.org/character-stat#general-properties), defining which primary stats the unit type will use and how they scale and provide secondary resources. |
| Power Resources | A list of [Power Resources](https://docs.anyrpg.org/scriptable-objects/power-resource) the unit type will use.                                                                                                  |

## Next Steps

* Define a character's unit type in its [Unit Profile](https://docs.anyrpg.org/scriptable-objects/unit-profile).


---

# 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/scriptable-objects/unit-type.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.
