> 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/settings/advanced/membership-settings.md).

# Membership settings

The Membership Settings within the Advanced section of Perkville allow you to customize various aspects of your loyalty program concerning membership status.

<figure><img src="/files/HMDjoDW3TDSBF4GAd7Dc" alt=""><figcaption><p>The membership settings panel in your program's advanced settings</p></figcaption></figure>

## **Accessing membership settings**

To access the membership settings:

1. Navigate to the Dashboard.
2. Click on "Settings" in the left-hand navigation.
3. Select "Advanced."
4. Locate the "Membership settings" section.

## Settings explanation

#### **Use membership features in Perkville**

Enabling this option unlocks additional membership-related settings.

#### **Only include active members in daily report**

When selected, this option restricts the data included in the daily report to active members only.

#### **Only active members can participate in the rewards program**

Activating this setting prevents individuals without an active membership from joining and participating in the rewards program.

#### **Expire all points \[ ] Days after a user cancels their membership**

Specify the number of days after a membership cancellation that points expire.

{% hint style="info" %}
You cannot turn on canceled member point expiration without having **Only active members can participate in the rewards program** turned on.
{% endhint %}

{% hint style="warning" %}
We suggest setting the expiration grace period to more than one day. Sometimes membership status lapses unintentionally and it's good to give some time before points are expired should the member rejoin.
{% 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://docs.perkville.com/features/settings/advanced/membership-settings.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.
