> 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/tools-and-utilities.md).

# Tools & Utilities

- [Pipelines](https://docs.daylite.app/help/mac-fundamentals/tools-and-utilities/pipelines.md): How to use a Pipeline in Daylite once it's built — assign it to an Opportunity or Project, work the Stages and their tasks, advance through the Pipeline, and switch Pipelines when things change course
- [Activity Sets](https://docs.daylite.app/help/mac-fundamentals/tools-and-utilities/activity-sets.md): Build and apply Activity Sets in Daylite: reusable templates of Tasks and Appointments that create a complete, automatically dated set of activities on any record in one step
- [Using Notes](https://docs.daylite.app/help/mac-fundamentals/tools-and-utilities/using-notes.md)
- [The Trash](https://docs.daylite.app/help/mac-fundamentals/tools-and-utilities/the-trash.md): Recover accidentally deleted items from Daylite's Trash, restore them with all links intact, or permanently delete to keep your database clean.
- [Forms](https://docs.daylite.app/help/mac-fundamentals/tools-and-utilities/forms.md): A Form in Daylite is a structured record you add to People, Companies, Opportunities, and Projects to capture standardized info. Learn what Forms are and how to use them on records
- [CSV/TSV Data Importer](https://docs.daylite.app/help/mac-fundamentals/tools-and-utilities/csv-tsv-data-importer.md): How to import a CSV or TSV file into Daylite on Mac: map your columns to Daylite fields, update existing records with Unique fields, and save reusable import profiles.
- [Data Export](https://docs.daylite.app/help/mac-fundamentals/tools-and-utilities/data-export.md): How to export data from Daylite on Mac: contacts as vCards, calendar as ICS, records to CSV or TSV, and a full database export, plus field limits and a copy-to-Numbers shortcut.
- [Bulk Edit](https://docs.daylite.app/help/mac-fundamentals/tools-and-utilities/bulk-edit.md): Learn how to use Bulk Edit in Daylite to change the same field across multiple records at once to save time and tackle scenarios that support it
- [Duplicate Checker](https://docs.daylite.app/help/mac-fundamentals/tools-and-utilities/duplicate-checker.md): Find and merge duplicate People or Companies in Daylite on Mac: scan for shared emails, phones, or names with the duplicate checker, or combine two records by hand, keeping the values you choose.
- [Groups](https://docs.daylite.app/help/mac-fundamentals/tools-and-utilities/groups.md)


---

# 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/tools-and-utilities.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.
