> For the complete documentation index, see [llms.txt](https://thisdot.gitbook.io/data-mapper-for-mailchimp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thisdot.gitbook.io/data-mapper-for-mailchimp/faqs/how-can-i-use-my-customer-data.md).

# How can I use my customer data

By syncing customer purchase data from Stripe using Data Mapper for Mailchimp, you can get a much more detailed overview of your customers.\
\
To start, you’ll want to segment your audience into smaller groups based on what’s important to you.\
\
For example, you could segment customers who’ve spent over $400 in your store.\
To do this:

* Open up your [Mailchimp audience](https://us20.admin.mailchimp.com/audience/contacts/)
* On the right click “Create new segment”
* Click either Regular or Advanced
* Choose a filter and scroll down to the “Ecommerce Activity” group
* Select “Amount spent in total”
* Add “400” to the currency box (it should read “Amount spent in total more than $400 USD”)
* Select “Preview segment”
* If you’re happy with your segment, select “Save as segment” and give it a name

You can use the above steps to create segments for whatever grouping you like, giving you a refined audience.\
\
Once you’ve segmented your audience, you can then use the segment to send campaigns to the customers on that list, allowing you to create hyper-focused messaging for those customers.


---

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

```
GET https://thisdot.gitbook.io/data-mapper-for-mailchimp/faqs/how-can-i-use-my-customer-data.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.
