# Alert

{% hint style="info" %}
Use Primitives prefabs to customize all the variants at once

Use the variants in your scene
{% endhint %}

<figure><img src="/files/9PdLhxk53MFFBCZBTFOD" alt=""><figcaption></figcaption></figure>

## Alert structure in Unity

### Primitive Alert prefab

* Primitive Alert

*Find it in FloatGrids/Design System/Customization/Primitive UI Components/Alerts Primitive*

### Alert variants

*Find them in FloatGrids/Design System/UI Components/Alert*

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

## Customization

* Edit the Primitive Alert prefab to change size, spaces, structure, corners and font styles to all Alerts at once.&#x20;
* Edit each variant to customize icons.&#x20;

###


---

# 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.floatgrids.com/ui-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.
