> For the complete documentation index, see [llms.txt](https://docs.sparkframework.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sparkframework.dev/documentation/user-guide/plugins/races.md).

# Races

The Races plugin lets you define character races with visual variants tied to different character entries.

## Creating a Race Entry

Open the Spark Editor, go to **Races** and click **Create New**.

Each race entry defines:

| Field           | Description                                                     |
| --------------- | --------------------------------------------------------------- |
| Display Name    | Race name shown in-game (e.g., "Human", "Elf", "Dwarf", "Orc"). |
| Description     | Race description text.                                          |
| Icon            | Sprite for the race in UI.                                      |
| Race Characters | List of character variants available for this race. See below.  |

## Race Characters

Each race can have multiple character variants. Each variant links to a character entry:

| Field           | Description                                                                                         |
| --------------- | --------------------------------------------------------------------------------------------------- |
| Display Name    | Variant label (e.g., "Human Male", "Human Female", "Elf Tall", "Elf Short").                        |
| Icon            | Sprite for this specific variant.                                                                   |
| Character Entry | Reference to a Character entry that defines the character model and configuration for this variant. |

This lets you offer visual diversity within a single race. For example, the "Human" race might have "Human Male" and "Human Female" variants, each pointing to a different character entry with its own model, animations, and customization options.

## Use Cases

Races are commonly used during character creation to let the player choose their race and variant, which then determines the character entry used for their in-game avatar. Combined with the Character Customization plugin, races can offer further visual personalization within each variant.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sparkframework.dev/documentation/user-guide/plugins/races.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
