> For the complete documentation index, see [llms.txt](https://rulebook.dawnofthetyrant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rulebook.dawnofthetyrant.com/rules/characters/creating-a-character.md).

# Creating a Character

### **Choosing a Race**

The first stop in creating a new character is choosing a race. In the Alpha version of the game you can choose between the Lánaraï and the Kheïtanni only. Other playable races will be available in the future.

{% hint style="warning" %}
**Choosing your character’s race is an important decision.**

Your warband must include only Lánaraï or Kheïtanni characters. Over six thousand years of civil war has divided the descendants of the Aëdr, so under no circumstances would they ever fight side by side.
{% endhint %}

### **Character Details**

The next step is to choose a name for your character, select the pronouns by which you'd like your character to be referred, and pick a profile image to represent your character in the game. There are a number of preset profile images to choose from that are suitable for your selected character race.

{% hint style="info" %}
Uploading your own profile picture will be supported in a future version of the companion app.
{% endhint %}

### **Statistics**

The final step in creating character is setting your statistics. This includes the starting values for your character's Speed, Toughness, Perception and more.

If you want to jump in and start playing, you can choose to use the default starting statistics for your character, which depend on the race you have chosen.

Alternatively, if you’d rather create take the time to create your own character, you can roll for each of your statistics. Rolled statistics use the same baseline starting statistics as the race you have chosen, but with a potential range from -2 to +2.

That means for a Lánaraï with **Strength 5**, you would have a potential range between 3-7 for the Strength statistic.

There’s both risk and reward here, but you’ll be given up to 3 re-rolls to help you out.

| What are my chances?        |
| --------------------------- |
| 10% chance of a -2 modifier |
| 20% chance of a -1 modifier |
| 40% chance of no modifier   |
| 20% chance of a +1 modifier |
| 10% chance of a +2 modifier |


---

# 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://rulebook.dawnofthetyrant.com/rules/characters/creating-a-character.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.
