> For the complete documentation index, see [llms.txt](https://help.openloyalty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.openloyalty.io/main-features/tiers/managing-tiers.md).

# Managing Tiers

## Managing Tiers

In this article, you get a quick overview of all the most important information about managing Tier data.

Below you will find described operations that you can perform on the Tier set.

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

***

***

### Editing a Tier Set

In this part, you will learn how to update the existing Tiers in the Tier SET.

{% hint style="success" %}
**To edit a Tier Set:**

1. Go to **Tiers**
2. Click **EDIT TIERS**
3. Make changes
4. Click **SAVE CHANGES**
   {% endhint %}

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

***

### Deleting a tier from the tier set

The Open Loyalty interface allows for deleting the tiers in the tier set.

{% hint style="success" %}
**To Delete the Tier Set:**

1. Go to **List of Tiers** under **Tiers**
2. Click **EDIT TIERS**
3. Delete the selected Tier in the **Basic information** section

<img src="/files/iyXEvTS4ty9BaphzFXRv" alt="" data-size="original">

4. Confirm the action by clicking **YES, DELETE**

<img src="/files/ZamhgAhW2q2yjMxQNFaD" alt="" data-size="original">

5. Click **SAVE CHANGES**
   {% endhint %}


---

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