# Character Classes

The character class menu can be found in the [settings](/admin/game-settings.md) menu.

<figure><img src="/files/9WkwAxiKehxdTg27yC5H" alt=""><figcaption></figcaption></figure>

## Default Character Class

The default character class is the character class that a player is assigned when they start your game.

{% hint style="warning" %}
A default character class must always be defined even if you do not use the character class system in your game.
{% endhint %}

### Default Loadout

The default loadout of a character class is used to define what assets a player with the specific character class will be assigned and equipped when their character is created. The default loadout will display empty asset contexts loadout slots that have been assigned to this character class in the [Context Configuration](/admin/game-settings.md#context-configuration) menu.

## Context Configuration

Contexts are categories to put your assets into in order to assign them a complexity and other useful information. Contexts are used to determine what character classes can use the asset, and if an asset can be detached, or needs to be replaced by another one.

![](/files/-MXflzNsBdMTLrkMePsz)

### Context Settings

Before you start creating assets, you must first create a Context for that asset type and provide the following information:

#### **Name**

A simplified version of the Friendly Name, with no spaces or special characters.

#### **Friendly Name**

A display-friendly version of the Name.

#### **Detachable?**

Detachable Contexts can be unequipped from the player’s loadout. Learn more [below](/admin/game-settings.md#detachable).

#### **Complexity**

Select what type of Complexity this Context should have. Learn more [here](/content/working-with-assets.md).

#### **Character Classes**

Select which Character Classes can equip this Context.

#### **User Facing?**

Allow this Context to be visible to players through First Party platforms, like Steam Inventories. This is required for Steam Marketplace to work.

#### **Depends On**

Select a Feature Unlock dependency for this Context.

### Detachable

Asset contexts can be marked as detachable allowing them to be unequipped from the player’s loadout. If an asset context is not set as detachable, then this particular loadout slot must always have an asset equipped in it.

### Feature Unlocks

The feature unlocks context is a default context that cannot be edited. This context can be assigned to assets which can then be used in the depends on field in the context configuration menu. The selected asset must be owned by the player in order for them to access this context.


---

# Agent Instructions: 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://docs.lootlocker.com/the-basics/core-concepts/character-classes.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.
