> For the complete documentation index, see [llms.txt](https://docs.ghostmarket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ghostmarket.io/user-guides/getting-started/enabling-email-notifications.md).

# Enabling Email Notifications

Email Notifications is the first phase which will concentrate specifically on receiving events.

This means that if you have an NFT (whether on sale or not), you will receive an email to tell you when your NFT receives an offer/collection offer, receives a bid or bought/sold an NFT, or if you were outbid on an auction.

<figure><img src="https://miro.medium.com/max/700/1*V7ajVoKXALjnZZ-oK77-Bw@2x.png" alt=""><figcaption></figcaption></figure>

The email will tell you the price and the username (or wallet address) of the one making the offer, bid or purchase.

Overtime additional notifications will be added.

<figure><img src="https://miro.medium.com/max/700/0*WDPZcemcOeMqtwtq.png" alt=""><figcaption></figcaption></figure>

**How do I sign up for Email Notifications?**

In order to sign up for email notifications go to your user profile (account) and click the edit profile button on the far-right side of the screen.

<figure><img src="https://miro.medium.com/max/700/1*mtCksG7gLHC6GLDHgPxVpw@2x.png" alt=""><figcaption></figcaption></figure>

Next, scroll down to the new section for entering your email address. Enter the email address that you would like to use here and click “verify”.

<figure><img src="https://miro.medium.com/max/700/1*3rnNbg_6WrbGAY4rcxCYzg@2x.png" alt=""><figcaption></figcaption></figure>

In order to be GDRP compliant, you will be required to confirm your email address, via an email we send you. Once done, you will start to receive email notifications.

<figure><img src="https://miro.medium.com/max/700/1*PQ_u6CEQFbOXWXiQQy91aA.jpeg" alt=""><figcaption></figcaption></figure>

Additionally, GhostMarket now uses JWT tokens in the signature process. This means that each time you perform an action on GhostMarket (like updating your email), users will only need to provide a wallet signature once. The signature will be valid for 24 hours before needing to be signed again, allowing for a more fluid experience across the entire platform.

We hope that our users will welcome the addition of this first phase of email notifications, with more to come by the end of the year.


---

# 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.ghostmarket.io/user-guides/getting-started/enabling-email-notifications.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.
