> For the complete documentation index, see [llms.txt](https://info.skybornegenesis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.skybornegenesis.com/game-information/genesis-immortals/gameplay-traits/class-and-class-rank.md).

# Class & Class Rank

Every hero in Skyborne Genesis has a **Class** and **Class Rank.**&#x20;

Classes are based on the weapon proficiency of a hero, and are required by certain quests in Skyborne Genesis. There are currently ten classes in the first release.

<figure><img src="/files/R20ClN3lFtLQbI98jsAg" alt=""><figcaption><p> Fighter, Hunter, Bard, Sorcerer, Paladin, Monk, Mage, Rogue, Barbarian and Cleric</p></figcaption></figure>

The classes and quantity within the [Genesis Immortals Collection](/game-information/genesis-immortals.md) are listed below:

| Class     | Quantity |
| --------- | -------- |
| Fighter   | 1,459    |
| Hunter    | 1,410    |
| Bard      | 1,262    |
| Sorcerer  | 1,104    |
| Paladin   | 934      |
| Monk      | 925      |
| Mage      | 910      |
| Rogue     | 729      |
| Barbarian | 646      |
| Cleric    | 620      |

The Class Rank of a hero is determined by their equipment score:&#x20;

* Weapon
* Weapon Level
* Armor
* Headgear

Class Rank is representative of how experienced or equipped a hero is. Higher ranked heroes will have an easier time with difficult quests which grant better rewards. When a quest asks for a Rank III hero, the player must assign exactly a Rank III hero to be able to score the matched trait points.&#x20;

Higher Ranks do not substitute for lower Ranks in matching criteria.

<figure><img src="/files/hP3BCX3uPLtJGsyQKZOo" alt=""><figcaption><p>Class Rank I, II, III, IV and V</p></figcaption></figure>

The class rank and quantity within the [Genesis Immortals Collection](/game-information/genesis-immortals.md) are listed below:

| Class Rank | Quantity |
| ---------- | -------- |
| I          | 0        |
| II         | 0        |
| III        | 5,947    |
| IV         | 2,989    |
| V          | 1,063    |


---

# 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://info.skybornegenesis.com/game-information/genesis-immortals/gameplay-traits/class-and-class-rank.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.
