# Export Your Data to a CSV or TSV File

You can export your data from Daylite as a CSV or TSV file. Both formats open in spreadsheet apps like Numbers and Excel, as well as other tools. This gives you the flexibility to sort and filter your data, create reports, share contact lists, or import your data into another systems.

Use filters and Smart Lists to narrow down the data you see before copying or exporting. This makes it easier to display only the records you want to work with. [Learn how to use filters and Smart Lists.](https://docs.daylite.app/help/trial-guide/smart-lists/creating-a-smart-list)

1. Choose the type of record you want to export: People, Companies, Projects, Opportunities, Groups, Tasks, Appointments, or Notes
2. Choose **View** > **Multi-Column List**
3. To adjust the columns, Control-click a column header to show or hide columns, then drag headers to reorder them
4. Select the records you want to export
5. Choose **File** > **Export** > **Export Visible Columns and Selected Rows to File**
6. Enter a name for the file and choose a location to save it
7. Select a format to export: **Tab Delimited** or **CSV (Comma Delimited)**
8. Click **Save**

{% hint style="info" %}
After selecting your columns and records, press Command-C to copy the data. Then paste it into Numbers to work with the content right away. No export needed.
{% endhint %}

For exporting the entire database visit [Export All Database Tables to CSV](https://docs.daylite.app/help/center/account-settings/export-all-database-tables-to-csv)


---

# Agent Instructions: 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:

```
GET https://docs.daylite.app/help/center/export-your-data-to-a-csv-or-tsv-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
