# Notification

Use the Notification action to give feedback in the form of a notification to the user. A notification is a fire-and-forget action. This means that it does not wait for the action to complete before moving on to the next action in the script.

***

{% embed url="<https://www.youtube.com/embed/JygzfBNWGXM?autoplay=1&rel=0&vq=1080>" %}
*Add a Notification*
{% endembed %}

***

### Properties

1. **Close Button**

   If this is ticked, the notification will display a close button. The notification only disappears once the close button is clicked.
2. **Message**

   The message of the notification.
3. **Title**

   The title of the notification.
4. **Type**

   The type defines the appearance of the notification.


---

# 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.stadium.software/actions/notification.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.
