> 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/members/member-list/single-member-view/badges.md).

# Badges

The **Badges** tab displays all the badges that a member has earned within the loyalty program. Badges are often tied to achievements and are automatically granted when the related achievement is completed.

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

***

### Key Elements

* **Badge name** – the name of the badge earned by the member.
* **Badge count** – shows how many times the member has earned the same badge.
* **Badge reached date** – the date and time when the badge was awarded.

### Editing Badge Count

From the context menu, you can select **Edit badge count** to manually adjust the number of times a member has received a badge.

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

{% hint style="warning" %}
Adjusting the badge count does not change the completion status of the related achievement.
{% endhint %}

This function is useful if you need to correct inconsistencies or grant badges outside of the automated rules.

***

To find out more about the badges module, please refer to this section of the User Guide:

{% content-ref url="/pages/yBcD53lYm7f4UWFdejlD" %}
[Badges](/main-features/badges.md)
{% endcontent-ref %}


---

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