# Alert commands reference

> All 1 alert commands in AlgoBarsX, each with its parameters, defaults, ranges and an example: notify.

Source: https://algobarsx.com/docs/ref-cmd-alerts/

### `notify <message>`

Send a notification (in-app and AI chat in v1).

#### Arguments

| Name | Type | Default | What it is |
| --- | --- | --- | --- |
| `message` | string | required | Message text with {value} interpolation. |

**Where it goes** Inside a when rule or event of an alert or strategy.

```algobarsx
notify "RSI is {rsi(close, 14):0.0}"
```

Works in: strategy, alert. Since 1.0.
