> 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/gigs-alerts.md).

# Gigs Alerts

Get notified when new gigs are posted or completed on [Zero Authority DAO](https://zeroauthoritydao.com). Simple to set up — just toggle and go.

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

***

### What You'll Get Notified About

| Event             | Description                                                        |
| ----------------- | ------------------------------------------------------------------ |
| **Gig Created**   | A new gig was posted — includes creator, recipient, and max reward |
| **Gig Completed** | A gig was marked as completed                                      |

***

### Setup Gigs Tracker on Telegram

1. **Start Tracker Setting Process:**
   * Use the `/gigs` command to initiate the gig alerts setting process.
2. **Follow the command steps:**
   * Select "Notifications Setup" option
   * Toggle notifications on/off
3. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set the gig tracker successfully.

***

### Setup Gigs Tracker on Discord

1. **Start Tracker Setting Process:**
   * Use the `/gigs` command to initiate the gig alerts setting process.
2. **Follow the command steps:**
   * Select "Notifications Setup" option
   * Toggle notifications on/off
   * **SKIP IF DM:** Select a "Channel" where to receive gig notifications
3. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set the gig tracker successfully.

***

{% 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, and the optional `goal` query parameter:

```
GET https://docs.zeroauthority.xyz/nova-bot/alerts-setup-guides/gigs-alerts.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.
