> For the complete documentation index, see [llms.txt](https://docs.realmacsoftware.com/classic-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmacsoftware.com/classic-manual/subscription-faq.md).

# Subscription FAQ

Adding new features and supporting our apps is an ongoing effort that requires a significant amount of work. To ensure that we can maintain the highest level of service and continue delivering awesome products, we have moved to a “pay for updates” billing model.

### How does it work?

Every RapidWeaver Classic license comes with **1 year of app updates** from the purchase date. This allows us to continue building the best web building app for the Mac and release new features regularly.

After the first year, your 1 year period of app updates is automatically renewed for another year at the app’s regular pricing. If you choose to cancel the automatic renewal, you can continue using the version of our app that you last had, forever… (no pressure, we don’t limit the app’s functionality if your updates have expired).

### Why is this model better? <a href="#why-is-this-model-better-2" id="why-is-this-model-better-2"></a>

With our previous billing model, we had to save significant features for major releases. This resulted in frustration from both sides - we couldn’t quickly share all the new and exciting things we’d built, and users had to wait much longer to receive them.

Now we don’t have to worry about saving new features for major releases and can fully focus on quickly delivering new and exciting things to you, which is important for us.

### So is this a subscription? <a href="#so-is-this-a-subscription-3" id="so-is-this-a-subscription-3"></a>

Not in the traditional sense, this model is fundamentally different than a subscription and we will never limit your access to the app.

Renewing for another year of app updates is completely optional and you are free to keep the last version of the app you were using forever. It will still be a completely functional app that continues to provide all the amazing features that you’re used to. If there are any updates in the future that catch your attention, or if you would like to support our team’s continued work, you can renew the updates then.

### How can I manage my license and updates? <a href="#how-can-i-manage-my-license-and-updates-4" id="how-can-i-manage-my-license-and-updates-4"></a>

You can manage your license and updates using our [Billing Manager](https://realmac.onfastspring.com/account/). If you have any questions, don’t hesitate to contact us and we’ll get you sorted!


---

# 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.realmacsoftware.com/classic-manual/subscription-faq.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.
