> For the complete documentation index, see [llms.txt](https://docs.patagon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patagon.ai/en/sales-performance/export-leads.md).

# How to export your leads to CSV

You can export your full leads list to a CSV file at any time directly from the Leads table.

1. In the sidebar, go to Leads > Leads.
2. Apply any filters you want before exporting — the CSV will reflect your current filter selection.
3. Click Export to CSV in the top bar of the table.
4. The file downloads automatically to your computer.

The CSV includes all leads matching your current filters across all pages — not just the leads visible on the current page.

{% hint style="warning" %}
Apply your filters before clicking Export to CSV. Once you click, the file downloads immediately with whatever is currently showing in your table.
{% endhint %}

{% hint style="warning" %}
The CSV export includes only the columns currently visible in your table. If you need specific fields in the export — like Traffic Source or Sentiment — make sure those columns are toggled on using the Toggle columns button before clicking Export to CSV.
{% endhint %}

## Common export use cases

* Share a list of qualified leads with your sales team
* Import leads into your CRM manually
* Analyze lead data in a spreadsheet
* Create audience lists for campaigns

For [automatic CRM sync](/en/troubleshooting/crm-integration/crm-lead-field-sync.md) without manual exports, see how lead fields sync to your CRM.


---

# 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.patagon.ai/en/sales-performance/export-leads.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.
