> For the complete documentation index, see [llms.txt](https://insurrection-app.gitbook.io/the-insurrection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://insurrection-app.gitbook.io/the-insurrection/the-game/characters.md).

# Characters

If al characters in the game are to be divided into categories, there woud be three main categories enististing all characters of the game. The two categories are:

1. Assasinator
2. Wizards
3. Merchants

### Assasinator

Assasinators in the game are the characters that are mostly responsible for the killing part. In this category there are two tyes of charcters

1. Soldiers\
   The soldiers are basically the war survivors who has been awarded pieces of land for developmenet. However, if the need occurs they resume their duties as fighters. \
   Soldiers in the game also tend to do minor tasks to gather resources, like rescuing someone, or killing someone's enemy.<br>
2. Hunters\
   As the name suggests, the hunters do all the hunting in the game. They might come across missions such as, hunting a wolf or a bear for food, safety and trade.

<figure><img src="/files/EhPUAuYybBgu8sOqc9Cj" alt=""><figcaption></figcaption></figure>

### Wizard

The Maige create potions that can give different abilities to the assisnators. Maiges can also participate in war, and use their magic to provide assistance.

### Merchant

The merhants holds the in-game marketplace. These are one of the first three characters in the game that you will come across.


---

# 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://insurrection-app.gitbook.io/the-insurrection/the-game/characters.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.
