> 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/email/email-integration/daylite-mail-assistant-and-apple-mail.md).

# Daylite Mail Assistant and Apple Mail

If you would like to add an email and it's contents to Daylite, just click the **Add to Daylite** button in the Daylite Mail Assistant window.

<figure><img src="/files/4OIe8cYzSCcmA40gn5L5" alt=""><figcaption></figcaption></figure>

The gray **Add to Daylite** button will change to an orange **In Daylite**, and the Daylite Mail Assistant window will add the email to Daylite. If the email is from an existing Daylite Contact, or there is a Daylite Contact in the **To,** **Cc,** or **Bcc** fields, the email will be auto-linked to the Contact, as well as the active Opportunity or Project the Contact is linked to.

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

From the Daylite Mail Assistant window, you can view a Contact's detail card by clicking on the arrow to the right of their name. From here you can view all of their details, but to see their full history in the Activity View, click the **Show in Daylite** button.

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

If you click this button Daylite will then show you the full history of this Contact, including the linked email in the **Activity Pane**.

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

##


---

# 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/email/email-integration/daylite-mail-assistant-and-apple-mail.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.
