# Legacy Progressions

{% hint style="info" %}
You are viewing legacy Progressions. We've launched a new Progression system, it's much more powerful and flexible! [Check it out!](/game-systems/progressions.md)
{% endhint %}

![](/files/-MXlQrICG01_GrZdoUWx)

The Progression feature is used to create a points-based progression system in your game with associated rewards. The Progression feature allows you to specify a range of Levels based on point thresholds with each level granting the player a reward.

#### Prestige

A prestige level is a flag that is sent to the game along with the level to indicate that this level is special. Prestige levels can be used as a special goal for players who complete the standard progression.


---

# 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/legacy/legacy-progressions.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.
