> 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/memberships/running-a-membership-presale/adjust-presale-end-date.md).

# Adjust Presale End Date

### Overview

When an Admin changes a Membership's Pre-sales End Date in the Dashboard, the system can recalculate the `Next Charge Date` for every Customer already subscribed. Existing subscribers stay aligned with the new Presale timeline, and no one edits Customers one at a time. This matters most when a Club's opening date moves, because every Presale Customer's billing hangs off that date.

### How the prompt works

Edit a Membership that has active subscribers, change the Presales End Date, then click **Update**. A confirmation dialog titled **Presales End Date Changed** appears with two options:

* **Adjust Subscriptions** recalculates the `Next Charge Date` for all active subscribers based on the new Presales End Date.
* **No Change** updates the Presales End Date on the Membership and leaves every existing subscriber's charge date as it is.

<figure><img src="https://29730733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvxoNuJiMibWwb1kotX38%2Fuploads%2FuiIQZDGkWHpE37JJgFiF%2FScreenshot%202026-08-26%20at%2015.43.09.png?alt=media&amp;token=41f14aa2-1be2-4d23-8cb7-f19b606e5fed" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**The dialog only appears when the Membership has active subscribers.** With no subscribers yet, the Pre-sales End Date updates without a prompt.
{% endhint %}

#### Adjusting grant dates for monthly subscribers

The dialog includes a checkbox, **Also adjust grant dates for monthly subscriptions**, enabled by default. When it is checked, the system also updates the `Next Grant Date`, meaning when Membership benefits renew, for monthly subscribers. Uncheck it to move charge dates without changing when benefits are granted.

This option applies to monthly subscriptions only. Yearly and other subscription types are not affected.

Grant dates respect the Membership's **Grant Days Before Presale End** setting. A subscriber configured for an early first grant gets a recalculated grant date on the same offset.

{% hint style="warning" %}
**Changing the price at the same time produces a second prompt.** The price-change confirmation appears after the presale end date change is handled. Read both before confirming.
{% endhint %}

### Before changing the date

Coordinate with your Onboarding Lead if the Club's open date is adjusting to another date. The charge date, the grant date, and the marketing already sent to Customers all reference the same timeline, and moving one without the others produces Customer billing questions.


---

# 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/memberships/running-a-membership-presale/adjust-presale-end-date.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.
