# Alerts

**Smart alerts** are agents whose only enabled capability is **Notifications**: they don't place any orders, they notify you as soon as a condition is met.

You can combine **technical, fundamental, macroeconomic or news-based signals** to only trigger the alert in truly interesting contexts.

{% hint style="info" %}
Alerts can be sent via **email, Telegram, WhatsApp or push notifications**. See [Notification channels](/alerts-and-notifications/channels.md).
{% endhint %}

## Examples — one-off alerts

<mark style="color:purple;">Example #1 — Earnings + price filter</mark>

Alert me if Apple beats earnings AND gives guidance above consensus AND the stock doesn't move more than 4% up in after-hours.

***

<mark style="color:purple;">Example #2 — RSI divergence + trend filter</mark>

Alert me on a bullish RSI divergence on the daily of MSFT with price above the EMA 200.

***

<mark style="color:purple;">Example #3 — Multi-timeframe confirmation</mark>

Alert me if SPY shows a bullish MACD crossover on 1H while the daily RSI is above 50.

***

## Examples — portfolio monitoring

<mark style="color:purple;">Example #4 — Concentration risk</mark>

Email me if any single stock position exceeds 30% of my portfolio.

***

<mark style="color:purple;">Example #5 — Catalyst tracking</mark>

Alert me on any earnings release, rating change or significant news affecting the stocks I hold.

***

<mark style="color:purple;">Example #6 — Underperformance</mark>

Notify me if any of my positions underperforms the S\&P 500 by more than 10% over the last 30 days.

***

## Examples — opportunities

<mark style="color:purple;">Example #7 — Short candidates</mark>

Notify me as soon as European stocks appear with declining YoY revenue, P/E above 30 and debt/EBITDA above 4.

***

<mark style="color:purple;">Example #8 — Beat & cheap</mark>

Alert me weekly on stocks that beat earnings and whose P/E is below the sector average.

***

<mark style="color:purple;">Example #9 — Persistent undervaluation</mark>

Alert me monthly on European stocks with a P/E below 12 and a dividend yield above 3%.


---

# 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.obside.com/agents/create-an-agent/examples/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.
