# How can I use events & tags?

When events are created in Mailchimp you can see the activity on your customer activity feed.\
\
But this event also allows you to trigger a customer journey which you could use for thanking customers for making a special purchase (like a donation), collect reviews for specific products, or upsell.\
\
To trigger a journey from events:

* Go to Automations and [Build a new journey](https://us20.admin.mailchimp.com/customer-journey/create-new-journey/)
* Name your journey and select your audience
* Choose a starting point
* Select API & Integrations and then select Event API
* Build out the rest of your journey

Tags are created only one time, so can be used a little differently to events.\
\
Instead of triggering a customer journey when a tag is created, you can filter your audience by tags at a later date and use that segment to create a campaign.\
\
This can be great for capturing audience members with tags like “sale shopper” or “holiday buyer” with special campaigns.\
\
To create a campaign from tags:

* Create an [audience segment](https://us20.admin.mailchimp.com/audience/segments/) using a tag as your filter
* View your segment
* Send a campaign to your segmented customers

You can also trigger a journey on tag creation, similar to event creation above, for things like “new subscriber”.


---

# 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://thisdot.gitbook.io/data-mapper-for-mailchimp/faqs/how-can-i-use-events-and-tags.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.
