> 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/overview/apple-integration.md).

# Apple Integration

From its inception, Daylite has been designed to integrate with Apple. We have never been a Windows company, nor do we offer Android versions of our software for download.

{% hint style="info" %}
**Did you know?**

Daylite's ability to integrate seamlessly with Apple is what makes us stand out above other apps on the market today.
{% endhint %}

What does this mean to you?

It means you can **sync** your Daylite Contacts to the Contacts App on macOS or iOS. This gives you the benefit of caller ID when you dial out or receive calls on your iPhone.

You can **overlay** other calendars onto your Daylite Calendar, or sync your Daylite Calendar to the Calendars App.

You can get reminders sent to you from Daylite for follow ups and to-dos in the Reminders app on your iPhone or iPad.

Tie your emails directly to Contacts, Projects, and Opportunities in Daylite, or create follow ups, New Contacts and schedule appointments all from Apple Mail.

Mail in Daylite also supports Apple Intelligence features such as **Writing Tools** for macOS 15.2 Sequoia, which helps you write and revise emails directly in the New Message window.

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

There are so many examples of Apple integration, and this guide book will help explore some of them.


---

# 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/overview/apple-integration.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.
