# Alerting winners

### Emails

The first time a user registers on a PREMINT page, they are prompted to enter their email address. This email address is stored in our database but not shared with creators. We send two types of project related emails to users (if the user has not unsubscribed from these emails):

1. When they win allowlist spots or are waitlisted (when a projct finalizes winners)
2. Mint reminders sent a day prior to the mint and the day of the mint (sent only to PREMINT Collector Pass holders)

These emails do mention your project name and have your project’s PREMINT URL but they can’t be customized.

Please note that these emails are sent only if the collector has:

* shared their email address with PREMINT&#x20;
* allowed PREMINT to send emails related to winning
* registered on the list themselves (as against being manually added)
* verified their email address (by clicking a link in the confirmation email sent by us)
* not linked email services like Hotmail or Outlook, which are known to block our emails, to PREMINT&#x20;

### Custom message on your PREMINT page

You can set custom messages which your users can see when winners are finalized depending on whether the user won, is waitlisted or did not win. You can set custom messages by accessing Project settings > Raffle.

{% hint style="warning" %}
Please remember to set these messages before you finalize winners as almost all settings related to the project are locked when you finalize.
{% endhint %}


---

# 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://premint.gitbook.io/premint/guides/alerting-winners.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.
