> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/play-passes/review-membership-package-activity-feed.md).

# Review Package History/Logs

### Overview

Use the Activity Feed in a Customer's Membership view to understand what changed on their membership package and when it changed. This helps staff answer billing or benefits questions quickly without checking multiple screens. The feed is read-only and shows a timeline of updates with the actor, timestamp, and description.

Admins can view how many Play Passes a Customer has remaining. For an Admin to check, they would:

* Navigate to the Customer Page of the Dashboard
* Search for the specific Customer in question
* Open on the Customer’s Profile
* Scroll down in the Overview tab
* Click and open the drawer labeled Packages

Inside of the Package drawer are the Customer's available Passes. Admins can edit the Customer's Passes and can review the history of package grants and usage.

{% @supademo/embed url="<https://app.supademo.com/demo/cmnow5wn37h0uaburulsfm75n>" demoId="cmnow5wn37h0uaburulsfm75n" %}

### Open the History

* Navigate to the Customer page and open a Customer's Profile
* Scroll down to the Package drawer and open it
* Click on `View History`
* Notice a window pops-up and shows the full history of all Pass usage

<figure><img src="https://29730733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvxoNuJiMibWwb1kotX38%2Fuploads%2FAiw8KQuUlI2hB8ldLND9%2FScreenshot%202026-08-24%20at%2022.28.03.png?alt=media&amp;token=4bcdafdb-4809-4237-a365-0ee2f2477c65" alt=""><figcaption></figcaption></figure>

### Read Activity Logs

Another way to review a Customer's Pass usage is to review their Activity Logs

* Open the Customer's Profile
* Scroll the top tabs to the right
* Click on the `Logs` tab
* Review each entry:
  * **Name** shows who made the change (staff member, Customer, or System)
  * **Date and time** shows when the change happened
  * **Description** explains what changed
* Click **Load more** to view older activity

<figure><img src="https://29730733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvxoNuJiMibWwb1kotX38%2Fuploads%2FZyoea1UCUUSlDuxNpO0K%2FScreenshot%202026-08-24%20at%2022.30.55.png?alt=media&amp;token=34c4e28a-cde2-4418-8260-0b9a409cba92" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
When there is no matching activity yet, the feed shows **No activity found.**
{% 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.podplay.app/play-passes/review-membership-package-activity-feed.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.
