> 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/grant-a-package-template-to-membership-subscribers.md).

# Grant a Package Template to Membership Subscribers

Use this workflow when you need to replace Customers' current packages in bulk with a new package template tied to specific memberships.

This is helpful for seasonal resets, benefit updates, or correcting package setup across active member groups. The grant applies immediately to Customers with the memberships you select.

### Grant a package template

* Navigate to **Package Templates** in the Dashboard.
* Find the package template you want to assign and click its name to open the package template drawer.
* In the drawer, click **Regrant this package**.

\[SCREENSHOT NEEDED: Package template drawer with the Regrant this package link]

* In the **Grant Package** modal, review the memberships list.
* Confirm each membership shows an **active subscriber** count before making selections.
* Select one or more memberships with subscribers.
  * Memberships with no active subscribers are disabled and cannot be selected.
* Click **Grant this package**.

\[SCREENSHOT NEEDED: Grant Package modal selection step showing subscriber counts and disabled memberships]

* Review the summary of selected memberships and affected subscriber totals.
* Click **Confirm granting this package** to complete the grant.

\[SCREENSHOT NEEDED: Grant Package summary step showing selected memberships and Confirm granting this package button]

After confirmation, Customers in the selected memberships receive the new package immediately. If a Customer currently has a package, that package expires and is replaced by the new granted package.

**PLEASE NOTE:** The grant action updates packages right away for eligible Customers. Review the summary carefully before confirming.

### Tips

* Use the membership search field to quickly find specific membership names.
* If the **Grant this package** button is disabled, verify that at least one selected membership has active subscribers.
* If you do not want to proceed, click **Cancel** before confirming the grant.


---

# 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/grant-a-package-template-to-membership-subscribers.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.
