# Notifications

{% hint style="success" %}
With the Notifications Module you receive notifications about important events directly to your Smartphone and Desktop via Discord and Pushover.
{% endhint %}

***

## Index

1. [Notifications](#notifications)
2. [Discord](#discord)
3. [Pushover](#pushover)

***

<div align="left"><figure><img src="/files/YOpKQ1a59SNE1ii69Abx" alt=""><figcaption></figcaption></figure></div>

***

## Notifications

<div align="left"><figure><img src="/files/HlLMaEYlxBjqNvY0sbIr" alt=""><figcaption></figcaption></figure></div>

* Enable the options you want to be notified about.

{% hint style="info" %}
The "Events" notifications are limited to informative events like changing a zone, entering/leaving a dungeon, and many more.
{% endhint %}

***

## Discord

{% tabs %}
{% tab title="Verification" %}

<figure><img src="/files/17jQVxPo1RA6E0zOtGoI" alt=""><figcaption></figcaption></figure>

* Click on the "Join our Discord Server" button to join our server.
* Enter the channel: **#commander**.
* Click on the "Copy" button to copy your verification command.
* Paste the command into the chat of the #commander channel.

{% hint style="success" %}
If everything worked out, Bottie will answer you with the following message:
{% endhint %}

<div align="center"><figure><img src="/files/FjDFSZzlcBcce3Bac3Mj" alt=""><figcaption><p>Discord Verification</p></figcaption></figure></div>
{% endtab %}

{% tab title="Send Test Message" %}

<figure><img src="/files/lUUcFPaC9XBFZjBJ4jF0" alt=""><figcaption></figcaption></figure>

* Click on "Send Test Message" to receive a test message from Bottie.

{% hint style="success" %}
If everything worked out, Bottie will write you a DM.
{% endhint %}

<figure><img src="/files/4Sc57n1ey9g3wLjUqdx1" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## Pushover

{% hint style="warning" %}
Pushover is a paid app (one-time cost) for your smartphone (iOS/Android) and desktop.

Learn more about Pushover here: <https://pushover.net/clients>
{% endhint %}

<div align="left"><figure><img src="/files/mhPUtx20bRmYpMSZsBxR" alt=""><figcaption></figcaption></figure></div>

#### 1. Token (API Token/Key)

* Log in to your [Pushover account](https://pushover.net/login) on the [pushover.net](https://pushover.net) website.
* [Click here](https://support.pushover.net/i7-what-is-pushover-and-how-do-i-use-it) to set up your Pushover app and create your keys.
* Click on your application on the website after you have created it.
* Copy/Paste your "API Token/Key" into the "Token" text field in Jack.

#### 2. Key (User Key)

* Log in to your [Pushover account](https://pushover.net/login) on the [pushover.net](https://pushover.net) website.
* Copy/Paste your "User Key" into the "Key" text field in Jack.

{% hint style="info" %}
The user key is displayed at the top, directly after you log in to pushover.net.
{% endhint %}

#### 3. Send Test Message

* Click on "Send Test Message" to receive a test message.

{% hint style="success" %}
If everything worked out, Bottie will write you a DM.
{% endhint %}

<div align="left"><figure><img src="/files/20G2YgpuKnFMr6lOEC7e" alt=""><figcaption></figcaption></figure></div>


---

# 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://tutorials.wow-jack.com/modules/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.
