> 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/calendars/the-value-of-linking.md).

# The Value of Linking

It's not enough to simply create a Calendar entry and wait for it to pop up and remind you about an important meeting or appointment. You need to know how everything ties together, and you need to be able to access that information quickly and easily. This is called **Linking**, and it is one of Daylite's greatest strengths.

### Linked Objects Help Provide Context

One of the great advantages of Daylite is that it lets you connect the common threads together in a meaningful and productive way. You can link an appointment to a Person, Company, Project, or Opportunity — giving you immediate context about why a meeting exists and who it involves.

How you create these links depends on your platform:

{% tabs %}
{% tab title="Mac" %}
You can link Objects when creating a brand new appointment, or by selecting an existing appointment and clicking **Edit**. Scroll down until you see **Linked** and select **+ Add Link**. You can then choose to link your meeting to a Person, Company, Project, or Opportunity.

<figure><img src="/files/JrBqKDwX50lVYXIGS14T" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="iPhone & iPad" %}
There are two ways to link Objects to an appointment.

**Activity links:** Select an existing appointment and scroll down until you see the **Activity** section. From here you can create a **New Task**, **New Note**, **New Form**, or **New File**. These activities are then linked to the appointment chronologically.

<div align="left"><figure><img src="/files/sbtj3vBNCDXO1Be0X6Tu" alt=""><figcaption></figcaption></figure></div>

**Linked Items:** Tap **Edit**, then scroll down until you see **Linked Items** and select **+ add link**. You can then choose to link your meeting to a **Person**, **Company**, **Project**, or **Opportunity**.

<figure><img src="/files/Sc1UI4uRMXqWZJoYiP7y" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### What's the Difference? Creating vs. Linking

It is really important to understand the difference between creating a brand new Object and linking to an existing one. The way you access each option differs by platform:

{% tabs %}
{% tab title="Mac" %}
**The New Object dropdown** creates a brand new Contact, Task, Project, or other Object from scratch. It acts completely independently from whatever Object you are currently viewing — meaning you could be looking at something in your Calendar and decide to create a New Task that has nothing to do with that Calendar entry.

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

**The … button** on the right-hand side of the Calendar lets you create a brand new Object that will be automatically linked to the currently selected appointment — such as a new Task that needs to be done prior to the meeting.

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

You can also use the **Link to…** feature to link an existing file, a Contact, or minutes of a meeting to the appointment.

<figure><img src="/files/8AUQumf72RbSsjp5jeey" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="iPhone & iPad" %}
**The New Object (+) button** creates a brand new Appointment, Meeting, or Task from scratch. It acts completely independently from whatever Object you are currently viewing — meaning you could be looking at something in your Calendar and decide to create a New Task that has nothing to do with that Calendar entry.

![](/files/ChWQEJrN3TsMtLwQlzVx)

To link to an existing Object instead, use the **+ add link** option under **Linked Items** in the appointment's Edit view (as described in the section above).
{% endtab %}
{% endtabs %}


---

# 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/calendars/the-value-of-linking.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.
