# Adding Tiers

## Overview

This guide shows how to create tiers in the Admin Panel.

Tiers group members into levels. Each level is based on conditions, like spending or earned units. Each level can also include tier benefits.

{% hint style="warning" %}
A minimum of one tier is required in the program, with a maximum of 20 tiers per tier set.
{% endhint %}

{% hint style="info" %}
Tier benefits (sometimes called tier rewards) are attributes assigned to a tier. They are different from the **Rewards** module. Members do not see these values directly in their profile.
{% endhint %}

***

## Add a tier set and tiers

{% stepper %}
{% step %}

### Create a tier set

1. Go to the **Tiers** module.
2. Configure the **Tier set** settings.

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

3. Fill in the required fields:

* **Tier set name**.
* **Tier set conditions** (up to 8).
  * **Active Units** (select the wallet to count).
  * **Total spending**.
  * **Total earned Units**.
  * **Months since joining the program**.
* **Tier set downgrade conditions**.
* **Tier set status**.

{% hint style="info" %}
If you set multiple conditions, the member must meet **all** of them. This works as an **AND** rule.
{% endhint %}

4. Click **SAVE CHANGES**.
   {% endstep %}

{% step %}

### Add tier levels

1. Click **ADD TIERS**.

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

2. On the tiers creation page, define:

* Tier names.
* Tier benefits (constant benefits).
* Condition values for each tier.

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

3. Click **ADD TIERS** to finish.

<figure><img src="/files/VrX0X6PcKTTwz4aeNtnh" alt="TIER SET OVERVIEW"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

## Tier set structure

Tiers let you shape your loyalty program into clear levels. Below is a simple view of how tiers are structured:

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


---

# 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://help.openloyalty.io/main-features/tiers/adding-tiers.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.
