> For the complete documentation index, see [llms.txt](https://docs.2040world.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2040world.io/avatars/licensed-avatars.md).

# Licensed Avatars

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

The corporations developed several types of licensed avatars, each endowed with unique characteristics and capabilities for exploring the game world.

**Avatar classes:**

* Courier: Can carry heavy loads. Ideal for item transportation.
* Explorer: Features higher energy levels. Optimized for long-distance travel.
* Marauder: A versatile all-rounder avatar. Suitable for any task.
* Survivor: Boosts higher health points. A natural-born hunter.
* Warrior: Possesses maximum health points. Perfect for combat against other avatars or dangerous creatures.

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

**Avatar quality:**\
Enhancing avatar characteristics requires different types and quantities of resources. Depending on available resources, players can create avatars at various quality levels:

* **Uncommon:** The most accessible tier. Requires easily obtainable resources.
* **Rare:** An enhanced tier with superior stats. Requires scarce resources, obtainable through auction trades or by farming with an Uncommon-tier avatar.
* **Epic:** The premium tier with superior characteristics. Creating an Epic avatar requires significant time investment and/or substantial resources.

They also feature emergency slots - special inventory compartments that preserve their contents even when the avatar dies. In upcoming updates, licensed avatars will be able to accept contracts, complete quests, and progress through the main story.&#x20;

Based on their goals and playstyle, players can either select a pre-made avatar of a suitable class or print a new one by purchasing a license with in-game resources.

Players unable to farm resources can obtain a licensed avatar certificate from the website shop. The certificate doesn't appear in the player's inventory – it's shown on the avatar creation screen and automatically consumed upon use.


---

# 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.2040world.io/avatars/licensed-avatars.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.
