---
title: "Alert"
description: "The Alert element displays informational messages with different types and optional dismiss functionality."
canonical: "https://academy.bricksbuilder.io/builder/elements/general/alert/"
markdownUrl: "https://academy.bricksbuilder.io/builder/elements/general/alert.md"
pageType: "article"
section: "builder"
category: "elements"
lastmod: "2026-05-21T13:58:32.000Z"
---
The Alert element displays informational messages with different types and optional dismiss functionality.

## Settings

- **Content** (rich text) - The alert message content. Supports dynamic data and rich text.

- **Type** (select) - The alert style type. Options: `info`, `success`, `warning`, `danger`, `muted`. Default: `info`.

- **Dismissable** (checkbox) - Adds a close button to allow users to dismiss the alert.

:::tip[Developer reference]
See the [Alert Schema](/developer/schema/elements/alert/) for the full JSON schema of this element's settings and controls.
:::