> 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/getting-started/link-your-work-together.md).

# Link Your Work Together

This is where Daylite starts to feel different from everything else you've used.

In most apps, your contacts, tasks, emails, and calendar live in separate places. You have to remember the connections yourself — *which client was that task for? Where's the email thread about that deal?*

In Daylite, you link things together. And once they're linked, you never have to hunt for context again.

<figure><img src="/files/t4mevCZJhdRHrBgLLOa2" alt="Daylite New Task dialog for a follow-up task linked to a contact record."><figcaption></figcaption></figure>

### Link Your Task to Your Contact

Let's connect the Task you just created to the Contact from **Add Your First Contact.**

1. Open your Task.
2. Scroll to **Linked Items** and click **+ Add Link**.
3. Start typing the name of the Contact you created earlier.
4. Select them from the list.

That's it. Now open that Contact's record and click **Activity**. You'll see your Task right there in their timeline — alongside anything else you link to them in the future: emails, appointments, notes, opportunities, projects.

### Why This Matters

Linking means you can open any record in Daylite and see the full story. A Contact shows every task, email, and deal associated with them. An Opportunity shows every person, email, and task involved. Nothing is siloed, and nothing gets lost.

As you keep working through this guide, you'll link things together naturally — emails to contacts, appointments to projects, tasks to opportunities. It becomes second nature. And the more you link, the more useful Daylite gets.

{% embed url="<https://www.youtube.com/watch?v=E4W-3lw6QQU>" %}

\
You can link almost anything to anything. People to Companies. Tasks to Opportunities. Emails to Projects. Notes to People. The combinations are endless, and you're always just one click away from the full context.

**Learn more:** [Why is Linking Important?](https://docs.daylite.app/help/mac-fundamentals/linking-roles-and-relationships/why-is-linking-important) — a deeper look at how linking works and why it's central to 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/getting-started/link-your-work-together.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.
