> For the complete documentation index, see [llms.txt](https://help.inveterate.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inveterate.com/help-center/guides/members/member-profile/change-membership-renewal-date.md).

# Change Membership Renewal Date

**This guide explains how to change the renewal date for an active membership in Inveterate. You may want to do this if a customer requests to delay their next billing date, move the billing date up, aligning a member's renewals with a specific promotion, etc.**&#x20;

## Steps to change the Renewal Date

1. Log into your Inveterate Dashboard
2. Navigate to the "Members" tab in the left-hand menu
3. Search for the customer whose membership you want to update
4. Click into their member profile
5. Click "Adjust billing"
6. Use the calendar in the popup to enter in the new billing date
7. Option: You can also change the billing amount the member will pay in this same popup
8. Click "Adjust" to save the changes

<figure><img src="/files/DO2lQ5ccQ3Vy2iB6ubgs" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
This change will update the customer’s next billing date but will not affect any previous charges or membership history.
{% endhint %}

**Download the PDF below for step-by-step instructions**

{% file src="/files/4qBhF5Wy6U3rec9SLkQ1" %}


---

# 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://help.inveterate.com/help-center/guides/members/member-profile/change-membership-renewal-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.
