> For the complete documentation index, see [llms.txt](https://help.reletter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reletter.com/how-to-export-contacts.md).

# How to export contacts

Any list of newsletters can be exported to a CSV file containing email addresses and social media accounts. You should first create a list and add a few newsletters to it in order to export contacts.

{% content-ref url="/pages/-MTJEWbXKgPJVCBlLCBS" %}
[How to create a newsletter target list](/how-to-create-a-newsletter-target-list.md)
{% endcontent-ref %}

Once you've created a list, click the *Lists* button in the top-right corner of any page:

![](/files/EbEXQCzYAWlAHEoiomYX)

Click on your list's name to view it:

![](/files/DHY9rsZBZZ0dATugaQgn)

Now click the *Export* button in the top-right corner:

![](/files/xXS6vXKjIszdeIy6Sg8r)

You will be prompted to download the CSV file to your computer. The export contains email addresses, social media accounts and lots of other data about the newsletters on that list. You can import the file into Microsoft Excel, Google Sheets or other suitable software.

{% hint style="info" %}
If you are unable to get in touch with a publication by email you could also try sending a message via one of their social media accounts like Twitter or Instagram.
{% endhint %}

## Getting the email address for a single newsletter

If you only need the email address for one newsletter, you can get that from its [newsletter page](/understanding-newsletter-pages.md). Go to any newsletter and click the *Contacts* button to see the contacts that we found and copy one to your clipboard.

![](/files/Hmcijg69rkDCjtIfdOeF)

{% content-ref url="/pages/-MhMI1xbWZxnHCr-qtcf" %}
[How to find contacts for a newsletter](/how-to-find-contacts-for-a-newsletter.md)
{% endcontent-ref %}


---

# 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://help.reletter.com/how-to-export-contacts.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.
