> 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.md).

# Billing & Subscription

- [How to Add, Deactivate, and Reactivate Users in Daylite](https://docs.daylite.app/help/mac-fundamentals/billing-and-subscription/how-to-add-deactivate-and-reactivate-users-in-daylite.md): Add, deactivate, and reactivate Daylite users. Deactivating vacates a seat but   doesn't reduce your bill — remove the seat separately before your next renewal.
- [How to Change or Cancel Your Daylite Subscription](https://docs.daylite.app/help/mac-fundamentals/billing-and-subscription/how-to-change-or-cancel-your-daylite-subscription.md): How to change your Daylite subscription or cancel your renewal in Account Manager. Cancelling stops the next renewal, your account stays active  until the end of the current billing period.
- [How to Update Billing and View Invoices](https://docs.daylite.app/help/mac-fundamentals/billing-and-subscription/how-to-update-billing-and-view-invoices.md): How Daylite Account Owners can update your Daylite billing details after a failed payment or card change, and how to view and download past invoices.
- [How to Subscribe to Daylite](https://docs.daylite.app/help/mac-fundamentals/billing-and-subscription/how-to-subscribe-to-daylite.md): Subscribe to Daylite: choose a plan, enter your billing details in Account Manager, and pay. Add discount codes and tax numbers at checkout.


---

# 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.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.
