> For the complete documentation index, see [llms.txt](https://docs.zeroauthority.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeroauthority.xyz/nova-bot/alerts-setup-guides/quests-alerts.md).

# Quests Alerts

Stay up to date with the latest quests on [Zero Authority DAO](https://zeroauthoritydao.com/quests). Receive instant notifications when new quests are published, when users join quests, when activities are completed, and reminders before quests expire.

{% hint style="info" %}
These notifications are available in Telegram groups/Discord servers and via Direct Messages.
{% endhint %}

***

### What You'll Get Notified About

You choose which event types to receive when setting up notifications:

| Event Type             | Description                                                                 |
| ---------------------- | --------------------------------------------------------------------------- |
| **New Quest Created**  | Real-time alert when a quest goes live (title, campaign, deadline, rewards) |
| **Quest Joined**       | When someone joins a quest (participant address, STX amount, count)         |
| **Activity Completed** | When someone completes a quest activity                                     |
| **Quest Ending/Ended** | Reminder \~24 hours before the quest deadline + notification when it closes |

You can also **filter by specific campaigns** to only receive notifications from campaigns you care about.

***

### Setup Quests Tracker on Telegram

1. **Start Tracker Setting Process:**
   * Use the `/quest` command to initiate the quest alerts setting process.
2. **Follow the command steps:**
   * Select "Notifications Setup" option
   * Toggle notifications on/off
   * **Select alert types** — Choose which events to receive (New Quest, Joined, Activity Completed, Ending/Ended)
   * **Filter by campaigns** (optional) — Only receive alerts from specific campaigns
3. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set the quest tracker successfully.

{% hint style="warning" %}
In group chats, only **group admins** can set up quest notifications. Anyone can set them up via DM.
{% endhint %}

***

### Setup Quests Tracker on Discord

1. **Start Tracker Setting Process:**
   * Use the `/quest` command to initiate the quest alerts setting process.
2. **Follow the command steps:**
   * Select "Notifications Setup" option
   * Toggle notifications on/off
   * **Select alert types** — Choose which events to receive (New Quest, Joined, Activity Completed, Ending/Ended)
   * **SKIP IF DM:** Select a **channel for each event type** — You can route each alert type to a different channel (e.g. new quests in #announcements, joins in #activity)
   * **Filter by campaigns** (optional) — Only receive alerts from specific campaigns
3. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set the quest tracker successfully.

{% hint style="info" %}
**Per-channel routing** is a Discord-only feature. On Telegram, all selected event types are delivered to the same chat.
{% endhint %}

{% hint style="warning" %}
In servers, only members with **Manage Messages** or **Administrator** permissions can set up quest notifications.
{% endhint %}

***

### Notification Details

Each quest notification includes relevant details depending on the event type:

| Field              | Description                                | Event Types       |
| ------------------ | ------------------------------------------ | ----------------- |
| Quest Title        | Name with a direct link to the quest       | All               |
| Campaign           | The campaign the quest belongs to (if any) | All               |
| Deadline           | When the quest expires                     | New Quest         |
| REP Rewards        | Total reputation points available          | New Quest         |
| NFT Reward         | Whether an NFT reward is included          | New Quest         |
| Activities         | Number of activities/subtasks to complete  | New Quest         |
| Creator            | The quest creator's address                | New Quest         |
| Participant        | Address of the user who joined/completed   | Joined, Completed |
| STX Amount         | STX staked on join (if applicable)         | Joined            |
| Participants Count | Total number of quest participants         | Joined            |

***

{% hint style="info" %}
You can only run one command session at a time. Use the `/cancel` command to abort a session.
{% endhint %}


---

# 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://docs.zeroauthority.xyz/nova-bot/alerts-setup-guides/quests-alerts.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.
