# Alerts Reference

### Overview

The Alerts Reference explains how each alert type functions, what triggers it, and how traders can use them to monitor market conditions effectively.&#x20;

It serves as a quick-access resource to configure alerts for timely and actionable notifications.

***

### Alerts Reference

<details>

<summary><strong>Bullish Signal Alert</strong></summary>

Triggers when a new bullish entry signal occurs.&#x20;

This alert is useful for traders who want to be notified immediately of potential long opportunities.

</details>

<details>

<summary><strong>Bearish Signal Alert</strong></summary>

Triggers when a new bearish entry signal occurs.&#x20;

This alert helps traders monitor and act on potential short opportunities as they arise.

</details>

<details>

<summary><strong>Any Signal Alert</strong></summary>

Triggers on either a bullish or bearish signal.&#x20;

This alert is ideal for traders who want to track all signal activity without setting separate alerts for each direction.

</details>

***

{% hint style="info" %}

#### Usage Tips

Combining alerts with [filters](https://docs.astraalgo.com/toolkits/indicator/signals-and-alerts/filters) and session settings ensures notifications are relevant and actionable.
{% 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.astraalgo.com/resources/materials/alerts-reference.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.
