> 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/what-is-daylite-mail-assistant.md).

# What is Daylite Mail Assistant?

If you have ever found yourself looking back through old emails trying to locate key details about a client interaction, or you’ve tried locating a conversation thread that remains elusive, then Daylite has the perfect solution.

Daylite records every interaction with your Contacts, using a powerful feature called **Daylite Mail Assistant**, which is an extension for Apple Mail.

**Daylite Mail Assistant** links incoming and outgoing emails to your Contacts in Daylite if the email address has already been added to Daylite.

You can add information such as Companies, job titles, phone numbers, addresses and more, to either a new or existing Contact, editing their information right from within Apple Mail. It is a powerful way of ensuring that all your team members stay up to date with the latest communication.

Once you have added a Contact into Daylite, you can use Daylite Mail Assistant to find and add them to a Person's record.

Daylite Mail Assistant lets you add multiple email addresses to a Contact’s record, such as a personal email address and a work email address.

{% hint style="info" %}
**Pro Tip:**

It is possible to add an email address to a Company record. This is helpful when you send and receive emails to nobody in particular, such as **info@** or **sales@**. These can be added to a Company's email field and then Daylite Mail Assistant will add the emails to the company instead.
{% endhint %}


---

# 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/what-is-daylite-mail-assistant.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.
