# 📬  Notifications

There are two types of notifications: with a trade option and without.

**Without Trade Option:**

If you only use v1 and v2 alerts or custom alerts, and do not create a wallet, you will receive simple notifications without a menu and without additional options.

<figure><img src="/files/ZgIKuUr3TfY6h1RTGKtz" alt=""><figcaption><p>Basic Alert v2</p></figcaption></figure>

**With Trade Option:**

If you have an active wallet set up through `/trade`, you will receive notifications with menus, giving you the advantage of quick access to information and the ability to execute trades directly.

<figure><img src="/files/MQ7gKpwsd4W8VONbzeZI" alt=""><figcaption><p>Trade Alert v2</p></figcaption></figure>

Notifications are only sent if you [add the alert](/overview/getting-started/alerts.md) to the user/club.

{% hint style="info" %}
When using notifications with trading, you will always trade the key that is currently being traded!
{% endhint %}


---

# 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.alertfriend.com/overview/functionalities/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.
