> 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/membership-packages/choose-how-package-template-updates-apply-to-memberships.md).

# Choose How Package Template Updates Apply to Memberships

Use this workflow when you update a package template that is already connected to memberships.

After you click **Update**, PodPlay saves your package template changes right away, then asks how you want those changes to apply to current membership subscribers.

### Update a package template and choose what happens next

* Navigate to **Package Templates** in the Dashboard.
* Open the package template you want to edit.
* Make your package template changes.
* Click **Update**.

\[SCREENSHOT NEEDED: Package Template drawer showing editable fields and the Update button]

* In the **Confirm Package Updates** modal, choose one option:
  * **Update package upon next renewal date (regular renewal date)**\
    Customers keep their current package until their next grant date.
  * **Update the package for everyone as of today (all passes are reset)**\
    Customers receive the new package immediately, and current packages are replaced.

\[SCREENSHOT NEEDED: Confirm Package Updates modal showing both radio options and warning alert]

* Click **Acknowledge** to apply the option you selected.

If you need to grant the package to only certain memberships, click **Update grant for specific memberships only** and complete the grant modal.

\[SCREENSHOT NEEDED: Confirm Package Updates modal with the specific-membership grant link highlighted]

### What each option does

* **Next renewal date**
  * Current packages continue to work until each Customer's next grant date.
  * No immediate package reset happens.
* **As of today (all passes are reset)**
  * Eligible Customers receive the updated package immediately.
  * Any current package is expired and replaced by the new package.

### Tips

* Confirm all template changes before clicking **Update**, since the template is saved immediately.
* Use the specific-membership grant link when you do not want to reset packages for every connected membership.
* Read the yellow warning message before clicking **Acknowledge**.


---

# 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/membership-packages/choose-how-package-template-updates-apply-to-memberships.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.
