# Capabilities

## Properties

| Name             | Description                                                                                                                                                                                             |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ability Names    | A list of [abilities](https://docs.anyrpg.org/scriptable-objects/abilities) the character can cast.                                                                                                     |
| Trait Names      | A list of inherent [status effects](https://docs.anyrpg.org/scriptable-objects/ability-effects/status-effect) that will always be active on the character, and will not show on the status effect bars. |
| Armor Class List | A list of [armor classes](https://docs.anyrpg.org/scriptable-objects/armor-class) that the character can equip.                                                                                         |
| Weapon Skills    | A list of [weapon types](https://docs.anyrpg.org/scriptable-objects/weapon-skill) the character can equip.                                                                                              |
| Valid Pet Types  | A list of [unit types](https://docs.anyrpg.org/scriptable-objects/unit-type) that the character can capture as pets.                                                                                    |
| Starting Pets    | A list of [unit profiles](https://docs.anyrpg.org/scriptable-objects/unit-profile) that the character will be able to summon as pets by default, without needing to first capture them.                 |

## Usage

* Edit capabilities on [Unit Profiles](https://docs.anyrpg.org/scriptable-objects/unit-profile).
* Edit capabilities on [Character Classes](https://docs.anyrpg.org/scriptable-objects/character-class).
* Edit capabilities on [Class Specializations](https://docs.anyrpg.org/scriptable-objects/class-specialization).
* Edit capabilities on [Character Races](https://docs.anyrpg.org/scriptable-objects/character-race).
* Edit capabilities on [Factions](https://docs.anyrpg.org/scriptable-objects/faction).
* Edit capabilities on [Unit Types](https://docs.anyrpg.org/scriptable-objects/unit-type).
* Edit capabilities on the [System Configuration Manager](https://docs.anyrpg.org/getting-started/configuring-your-game#the-system-configuration-manager).


---

# 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/shared-properties/capabilities.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.
