> For the complete documentation index, see [llms.txt](https://docs.perkville.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perkville.com/features/earning-rules/membership-anniversary.md).

# Membership anniversary

{% hint style="info" %}
This feature is restricted to businesses that use [Membership features](/features/settings/advanced/membership-settings.md#use-membership-features-in-perkville)
{% endhint %}

The membership anniversary perk is awarded to members to celebrate their continuous commitment and loyalty. On the annual anniversary of a member's enrollment/join date, they will receive a bonus in the form of points or [instant rewards](/features/redeeming-rules/instant-rewards.md).

## How to add

To add a membership anniversary perk via your business dashboard, navigate to the **Loyalty Program** section found in the left navigation menu. Scroll down to **Earning Activities**, click on the **+** icon, and then select **Membership Anniversary** from the options provided.

{% hint style="warning" %}
If you already have a Membership Anniversary rule configured through our integration platform [Middle](https://www.middle.app/), you can turn the old rule off and turn on the new membership anniversary rule in Perkville instead. Please email <support@perkville.com> if you make this change so they can turn off the workflow in Middle that powered the removed earning rule.&#x20;
{% endhint %}

## External Join Date

The Membership Anniversary perk uses the `external_join_dt` on the customer's [Connection record](https://www.perkville.com/developers/docs/v2/#v2_resource_7_anchor).

{% embed url="<https://www.perkville.com/developers/docs/v2/#v2_resource_7_anchor>" %}


---

# 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://docs.perkville.com/features/earning-rules/membership-anniversary.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.
