> 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/task-management/adding-a-file-to-your-task.md).

# Adding a File to your Task

Adding a file to your Task is a great way to help keep everything organized and easy to find. You can link multiple files to a Task — for example, a wedding coordinator might attach the happy couple's "must haves," venue and menu quotes, DJ music playlists, tuxedo rentals, and more.

{% tabs %}
{% tab title="Mac" %}
There are three different ways to add Files to your Task.

Select **Add File** from the **… button** on the right hand side of the Daylite app.

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

Now you can select how you want to attach a File to your Task.

### A Copy of a File

This adds a copy of the file to Daylite and the file is then available to all users to view in their Daylite. This type of file attachment is most suited for documents that do not need to be edited further, such as PDFs.

### A Reference to a File

This is a link to the path of a local file that is available on your Mac in Finder. Note: Files added in this way will NOT be available to other Daylite users on other computers.

### A Reference to a File on the Internet

This is essentially a URL link to a web page or perhaps a shared file that is available on file storage services such as DropBox, SharePoint, etc. This would be a good method to use for a file that needs update contributions from multiple people. A spreadsheet would be an excellent example of this type of file.

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

{% tab title="iPhone & iPad" %}
To add a file to your Task, simply select the Task and tap **New File.**

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

Next, select what type of file you would like to add.

You can **Choose Photo**, **Take Photo**, or **Choose File**.

<figure><img src="/files/5a6FeZMs56IBDVsnFaB4" alt=""><figcaption></figcaption></figure>

Finally, if you are choosing to add a File, select where the file resides.

Locations could include iCloud, Adobe, Google Drive, or your iPhone or iPad.

<figure><img src="/files/PXQZiTU5cceEZJDVytiq" alt=""><figcaption></figcaption></figure>
{% 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/task-management/adding-a-file-to-your-task.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.
