> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/flow/tutorials/components/alert/create-an-error-alert-dismissible.md).

# Create an error alert dismissible

## Overview

This page walks you through configuring the Alert component to display an error message. that is dismissible.

## Result

The final result will look like this:

<figure><img src="/files/OF1nB8lfmkjzxJiakKRD" alt=""><figcaption></figcaption></figure>

## Steps

The steps to create an error alert that is dismissible are as follows:

### 1. Add the Alert component

* Drag the **Alert component** from the components list to our screen flow (located under the custom section)
* Enter an **API Name**. For example, *Alert*.

{% @arcade/embed url="<https://app.arcade.software/share/2dAkH0SCi63UV5Xq0lE1>" flowId="2dAkH0SCi63UV5Xq0lE1" %}

### 2. Configure the Alert component

* **Open the Component Builder** to access all settings
* Select the **variant: error**
* Icon name: **utility:error**
* **Is dismissible: set to true**
* Content: My error message

{% @arcade/embed url="<https://app.arcade.software/share/Ux5T6Q6N7W8rgiyVCrOC>" flowId="Ux5T6Q6N7W8rgiyVCrOC" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avonnicomponents.com/flow/tutorials/components/alert/create-an-error-alert-dismissible.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
