# Challenges

The **Challenges** section in the member profile shows all challenges assigned to a member, together with their current progress, completion status, and related trigger history.

**Legacy achievements** are still available in a separate tab for customers who used the previous achievements configuration. New challenge-based flows should be managed from the Challenges tab.

<figure><img src="/files/972qcXFbhF4Tf1w2UCx6" alt=""><figcaption></figcaption></figure>

***

### Overview

In the member profile, the Challenges section includes two tabs:

* **Challenges** — shows challenge-based progress configured in the new Challenges module.
* **Legacy achievements** — shows achievements created with the previous achievements configuration.

In the Challenges tab, you can see:

* **Challenge name** — the name of the challenge assigned to the member.
* **Original achievement** — the related legacy achievement, if applicable.
* **Current progress** — the member’s current progress toward the challenge goal.
* **Times completed** — how many times the member has completed the challenge.
* **Limits** — member-specific limits, such as unit limit, completion limit, and effect application limit.
* **Additional details** — available from the challenge details drawer.

***

### Challenge details drawer

Opening the challenge details drawer shows detailed information about the selected challenge for that member.

The drawer includes:

* **Completion status** — the number of times the member has completed the challenge.
* **Rule name** — the rule connected with the challenge or milestone.
* **Rule description** — additional rule details, if configured.
* **Timeframe** — the period in which the rule applies.
* **Achievement type** — for example, Direct.
* **Achievement trigger** — the event that affects progress, such as a transaction or custom event.
* **Event frequency limit** — how often the event can count toward progress.
* **Goal** — the condition the member must meet, for example placing a specific number of transactions.
* **Current progress** — the member’s current progress toward the goal.
* **Triggers history** — transactions or custom events that affected the progress or completion of the challenge.

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

***

### Manual progress updates

Admins can manually update challenge progress directly from the challenge details drawer.

The following values can be edited:

* **Completion status** — allows admins to manually adjust how many times the member has completed the challenge.
* **Current progress** — allows admins to manually adjust the numeric progress toward the challenge goal.

This can be used for support corrections, migration cases, testing, or situations where progress needs to be adjusted manually.

{% hint style="info" %}
Increasing the completion value may trigger effects connected with the challenge, depending on the challenge configuration and effect application limits.
{% endhint %}

***

{% hint style="info" %}
Since March 2026, challenge configuration has been simplified. Effects are now configured together with milestone rules, and admins can manually update member progress from the member profile.
{% endhint %}


---

# 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/members/member-list/single-member-view/challenges.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.
