# Notifications\*\*

Stay updated on offers, sales, and collection activity.

<mark style="color:orange;">NEED TO UPDATE THIS AFTER NEW NOTIFICATIONS IS SET UP.</mark>

## Notification Types

Stargaze can notify you about:

* **Offers received** - When someone makes an offer on your NFT
* **Offer accepted** - When a seller accepts your offer
* **Outbid** - When someone outbids you in an auction
* **Sale completed** - When your NFT sells
* **Price drops** - When NFTs in collections you follow drop in price

## Setting Up Notifications

### In-App Notifications

Notifications appear in the bell icon in the navigation. These are enabled by default.

### Email Notifications

To receive email alerts:

1. Go to **Settings**
2. Click **Notifications**
3. Enter your email address
4. Select which notifications to receive
5. Verify your email

### Telegram Notifications

Connect Telegram for instant alerts:

1. Go to **Settings**
2. Click **Notifications**
3. Click **Connect Telegram**
4. Follow the bot instructions

## Managing Notifications

### Adjusting Frequency

Don't want too many notifications?

* Set to **Instant** for real-time alerts
* Set to **Daily digest** for a summary
* Turn off specific notification types

### Following Collections

Get notified about collections you care about:

1. Go to any collection page
2. Click **Follow**
3. You'll receive updates on new listings, floor changes, etc.

### Muting

To stop notifications for a specific item:

1. Go to the NFT or collection
2. Click **Mute**


---

# 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://docs.stargaze.zone/collect/notifications.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.
