---
title: Alert box
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Cdocs e2e tests > Alert box
---

# Alert box

## Overview{% #overview %}

This page contains examples of the alert box component.

## Examples{% #examples %}

### Info{% #info %}

{% alert level="info" %}
This is an info-level alert message. Use it for general information and helpful tips.
{% /alert %}

### Warning{% #warning %}

{% alert level="warning" %}
This is a warning-level alert message. Use it for cautionary notes that require attention.
{% /alert %}

### Danger{% #danger %}

{% alert level="danger" %}
This is a danger-level alert message. Use it for critical warnings about destructive actions or breaking changes.
{% /alert %}

### Alert with inline formatting{% #alert-with-inline-formatting %}

{% alert level="info" %}
This alert contains **bold text**, *italic text*, `inline code`, and a [link to Datadog](https://www.datadoghq.com).
{% /alert %}

### Alert with a list{% #alert-with-a-list %}

{% alert level="warning" %}
Before proceeding, confirm that you have:

- Installed the Datadog Agent
- Configured your API key
- Enabled log collection

{% /alert %}
