> 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-subscribe-to-daylite.md).

# How to Subscribe to Daylite

To subscribe to Daylite, choose a plan and enter your billing details in Account Manager.

**Key facts:**

* You'll need an email address for invoices, your country, and your postal or ZIP code
* Discount codes and tax numbers are added during checkout&#x20;
* The tax number field is labelled differently by region (VAT, GST, and so on) and only appears where it applies
* Payments are processed by [**Paddle**](https://www.paddle.com) our merchant of record — receipts come from `help@paddle.com` and your card statement shows `PADDLE.NET* DAYLITE`

***

### How to Subscribe to Daylite

1. Log in to [Account Manager](https://www.marketcircle.com/account/subscription)
2. Select the **Subscription** tab
3. Choose your desired [plan](https://www.daylite.app/pricing)
4. Enter the email address for invoices, your country, and your ZIP or postal code, then click **Continue**
5. To use a coupon, click **Add Discount** at the top of the payment details pane and enter your code<br>

   <figure><img src="/files/QTOdKWFQ1LUYn3zzLsqk" alt=""><figcaption></figcaption></figure>
6. If you have a tax number, click the tax field for your region — labelled **VAT**, **GST**, or similar depending on where you are — and enter your tax details and click Apply
7. Choose your payment method and enter your details
8. Click **Subscribe Now**

***

### Frequently Asked Questions

#### Can I add a discount code after I subscribe?

No — discount codes have to be applied at checkout. If you missed one, [contact support](mailto:support@daylite.app?subject=Discount%20Code) and we'll take a look.

#### What if my tax number field doesn't appear?

The tax field only shows for regions where it applies, based on the country you enter in step 4. If you expected it and don't see it, check that your country is correct.

#### Can I change my plan after subscribing?

Yes. See [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).

#### Is there a non-subscription version of Daylite?

No. Daylite is subscription-only — there's no one-time purchase or perpetual licence option.

#### Does Daylite offer refunds?

No. Daylite subscriptions are non-refundable. See the full [refund policy](https://www.daylite.app/refund/) for details.

#### Why is my receipt from Paddle?

Daylite uses Paddle as its payment processor. Receipts for your initial purchase and every renewal are sent by Paddle on Marketcircle's behalf, so:

* The email arrives from [**help@paddle.com**](mailto:help@paddle.com), with the subject **Your receipt from Marketcircle Inc.**
* Your credit card statement shows **PADDLE.NET\* DAYLITE**


---

# 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-subscribe-to-daylite.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.
