# Alert

## Customization

Customization is at the heart of the Alert component. You can easily modify the appearance by adding icons and adjusting colors to match your application's theme. Optional titles provide a concise summary of the alert's purpose, enhancing user understanding. Additionally, you can incorporate links to trigger actions or queries, making the alerts interactive and actionable.

### Example Usage

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

{% hint style="info" %}
You can define custom actions for the Alert component to handle specific scenarios in your application, attaching them to buttons within the alert. For more details, refer to our [actions documentation](https://docs.jetadmin.io/user-guide/workflow/steps/actions).
{% endhint %}


---

# Agent Instructions: 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.jetadmin.io/user-guide/design-and-structure/components/alert.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.
