> 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/gamification.md).

# gamification

- [Leaderboards](https://help.openloyalty.io/gamification/leaderboards.md): In this section, we will cover everything related to Leaderboards.
- [Creating Leaderboards](https://help.openloyalty.io/gamification/leaderboards/creating-leaderboards.md): This article explains how leaderboards can be created and used in your loyalty program.
- [Rewarding Cycle](https://help.openloyalty.io/gamification/leaderboards/rewarding-cycle.md)
- [Managing and Viewing Rankings](https://help.openloyalty.io/gamification/leaderboards/managing-and-viewing-rankings.md)
- [Single Member Ranking](https://help.openloyalty.io/gamification/leaderboards/single-member-ranking.md)
- [Sample Leaderboards](https://help.openloyalty.io/gamification/leaderboards/sample-leaderboards.md)
- [Fortune Wheels](https://help.openloyalty.io/gamification/fortune-wheels.md): In this section, we will cover everything related to Fortune Wheel.
- [Creating Fortune Wheels](https://help.openloyalty.io/gamification/fortune-wheels/creating-fortune-wheels.md): This article explains how to configure a new Fortune Wheel step-by-step.
- [Managing Fortune Wheels](https://help.openloyalty.io/gamification/fortune-wheels/managing-fortune-wheels.md): This article describes how to view, edit, duplicate, and manually trigger Fortune Wheels.
- [Deactivating Fortune Wheels](https://help.openloyalty.io/gamification/fortune-wheels/deactivating-fortune-wheels.md)
- [How Probability Works](https://help.openloyalty.io/gamification/fortune-wheels/how-probability-works.md)
- [Implementation Checklist](https://help.openloyalty.io/gamification/fortune-wheels/implementation-checklist.md): Use this checklist to prepare, integrate, and validate your Fortune Wheel before launch.
- [Badges](https://help.openloyalty.io/gamification/badges.md): This article explains how badges can be assigned and used in your loyalty program.
- [Creating Badges](https://help.openloyalty.io/gamification/badges/creating-badges.md): Create a badge so it can be granted to members or used in campaigns.
- [Managing Badges](https://help.openloyalty.io/gamification/badges/managing-badges.md): Edit badge details, open badge pages, and deactivate unused badges.
- [Granting Badges to Members](https://help.openloyalty.io/gamification/badges/granting-badges-to-members.md): Assign a badge to a member manually and manage existing assignments.
- [Using Badges in Campaigns](https://help.openloyalty.io/gamification/badges/using-badges-in-campaigns.md): Automatically grant badges when a campaign rule matches.
- [Viewing Badges in Member Profiles](https://help.openloyalty.io/gamification/badges/viewing-badges-in-member-profiles.md): Review and manage a member’s badge assignments from their profile.
- [Tiers](https://help.openloyalty.io/gamification/tiers.md): In this section, you will learn all about Tiers, how to create them, and how to manage them.
- [Adding Tiers](https://help.openloyalty.io/gamification/tiers/adding-tiers.md): In this section, you will learn how to add Tiers.
- [Managing Tiers](https://help.openloyalty.io/gamification/tiers/managing-tiers.md): In this section, you will learn how to manage Tiers.
- [Tiers Configuration](https://help.openloyalty.io/gamification/tiers/tiers-configuration.md): In this section, you will learn how to configure Tiers.
- [Tier Benefits](https://help.openloyalty.io/gamification/tiers/tier-benefits.md): In this section, you will learn how to add Tier Benefits
- [Tier Analytics](https://help.openloyalty.io/gamification/tiers/tier-analytics.md): This section explains how to use and interpret Tier Analytics.
- [Tier Metrics](https://help.openloyalty.io/gamification/tiers/tier-metrics.md): The numeric metrics that summarize your tier program's health.


---

# 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/gamification.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.
