# Alerts
An alert is an inline message that contains a short description that a user
cannot manually dismiss. With exception to the error message on the login page,
alerts are not triggered by user action. Success and error notifications based
on user actions are created using a toast component.
[Learn more about Bootstrap-vue alert options](https://bootstrap-vue.js.org/docs/components/alert)
![Alert examples](./alert.png)
```vue
This is a warning message
This is an error message
This is an info message
```