> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/mac-fundamentals/billing-and-subscription/how-to-change-or-cancel-your-daylite-subscription.md).

# How to Change or Cancel Your Daylite Subscription

You can change your plan or cancel your renewal at any time from Account Manager.

**Key facts:**

* Both changes are made in Account Manager in a browser, not in the Daylite app
* Cancelling stops the **next** renewal,  it doesn't end your subscription immediately
* Your account stays active and fully usable until the end of the current billing period
* To avoid another charge, cancel **before** your next billing date

***

### How to Change Your Daylite Subscription Plan

1. Log in to [Account Manager](https://www.marketcircle.com/account/subscription)
2. Select the **Subscription** tab
3. Under **Current Plan**, click **Change Plan**

Upgrades to your plan take immediate effect, whereas downgrades or changes in the billing cycle occur at the next billing period. Additionally, upgrades are prorated.

***

### How to Cancel Your Daylite Subscription Renewal

1. Log in to [Account Manager](https://www.marketcircle.com/account/subscription)
2. Select the **Subscription** tab
3. Under **Current Plan**, click **Cancel Subscription**

   ![The Cancel Subscription button under Current Plan in Account Manager](https://d33v4339jhl8k0.cloudfront.net/docs/assets/66e2fe04616d4044914c66f1/images/671a53814d8d375180ed11a2/img-154604-1729778560-1592629093.png)
4. Click **Confirm Cancellation**

   ![The Confirm Cancellation dialog](https://d33v4339jhl8k0.cloudfront.net/docs/assets/66e2fe04616d4044914c66f1/images/671a5381c8770a0e6b6583ec/img-154604-1729778560-2019805635.png)

***

### Frequently Asked Questions

#### When does my subscription actually end?

At the end of your current billing period. Cancelling stops the next renewal, you keep full access until the period you've already paid for runs out.

#### Will I be charged again after I cancel?

No, as long as you cancel before your next billing date. If you cancel on or after that date, the renewal has already processed and you'll have access for that full period.

#### Can I keep using Daylite after cancelling?

Yes, until your current billing period ends. Nothing changes in the meantime.

#### When does a plan change take effect?

Upgrades to your plan take immediate effect, whereas downgrades or changes in the billing cycle occur at the next billing period.

#### What happens to my data after my subscription ends?

When your subscription ends you will no longer have access to Daylite. You can [export your data](https://docs.daylite.app/help/center/account-settings/export-all-database-tables-to-csv#export-all-tables-of-database) at any time. If you'd like to retain access to your database [contact support](mailto:support@daylite.app?subject=Data%20Parking%20Plan) for additional pricing options.

#### Can I undo a cancellation?

Yes. To cancel a subscription, log in to [Account Manager](https://www.marketcircle.com/account/subscription) then =elect the **Subscription** tab. Here you can undo your cancellation.

#### Do you offer prorated refunds?

No. After you cancel your renewal,  you retain access to your database until the end of your next renewal date. For more information visit [Refunds](https://www.daylite.app/refund/).


---

# 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.daylite.app/help/mac-fundamentals/billing-and-subscription/how-to-change-or-cancel-your-daylite-subscription.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.
