diff --git a/src/_docs/alerts.md b/src/_docs/alerts.md
index 6f388ed3e..f56177cd7 100644
--- a/src/_docs/alerts.md
+++ b/src/_docs/alerts.md
@@ -1,5 +1,76 @@
---
title: Alerts
icon: fe fe-alert-triangle
+description: Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
in_progress: true
----
\ No newline at end of file
+---
+
+### Default alerts
+
+Add color contextual class.
+
+{% example html %}
+{% for color in site.theme-colors %}
+
+ This is a {{ color[0] }} alert—check it out!
+
+{% endfor %}
+{% endexample %}
+
+### Alert with icon
+
+Add `.alert-icon` class.
+
+{% example html %}
+
+ You have done 5 actions.
+
+
+ The page has been added.
+
+
+ The daily report has failed. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
+
+{% endexample %}
+
+### Alert dismissible
+
+Add a dismiss button and the `.alert-dismissible` class, which adds extra padding to the right of the alert and positions the `.close` button. On the dismiss button, add the `data-dismiss="alert"` attribute, which triggers the JavaScript functionality. Be sure to use the `