> For the complete documentation index, see [llms.txt](https://academy.kryptomon.co/the-kryptomon-academy-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.kryptomon.co/the-kryptomon-academy-1/kmon-world-of-kogaea/advance-play-test-guide/archetypes-roles.md).

# Archetypes/Roles

<figure><img src="/files/XwyCAQ4jPel6xphBnkn0" alt=""><figcaption><p><mark style="color:yellow;">Archetypes</mark></p></figcaption></figure>

<mark style="color:yellow;">Forge Your Destiny</mark>: Victory demands teamwork and strategy! Create an unstoppable team with friends to conquerate an unstoppable team with friends to conquer the treacherous dungeons. The key lies in understanding your role and building synergy within your party.

<mark style="color:yellow;">Choose your role wisely</mark>:

* ‍<mark style="color:yellow;">DPS</mark>: Unleash your offensive power with Ground/Ghost (Short-Range) or Electro/Fire (Long-Range) Kryptomons.‍&#x20;
* <mark style="color:yellow;">Tank</mark>: Be the unwavering shield for your team with Air/Ice elemental Kryptomons.‍
* <mark style="color:yellow;">Healer</mark>: Mend your allies' wounds and keep them in the fight with Grass/Water elemental Kryptomons. ‍

Dungeons are a 5-player show. Experiment with different archetype combinations to discover your ultimate team build. ‍

{% hint style="success" %} <mark style="color:yellow;">Remember</mark>: Individual Kryptomons possess dual elements, allowing them to potentially cover two roles
{% endhint %}

\
On the Kryptomon Details Section, top left of it shows KMON which Archytype/Role, they can cover&#x20;

<figure><img src="/files/wQpVYW9iWGmlx28NaQJs" alt=""><figcaption><p>Archetype of  a Kryptomon</p></figcaption></figure>

Here for the Example - Grass/Ice show they can be DPS / Healer / Tank too while playing depending on the spell set and role they can fill in a party.\ <br>


---

# 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://academy.kryptomon.co/the-kryptomon-academy-1/kmon-world-of-kogaea/advance-play-test-guide/archetypes-roles.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.
