# Show Notification

The Show Notification action allows you to show a toast notification in your application.\
For example, you can show a toast notification after a successful Form submission:

```javascript
User {{data.id}} was created successfully
```

<figure><img src="https://837703843-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUX6zPRMFFK0yrTghj7cY%2Fuploads%2FTAtHmjoAlVXaEdtt0Ie3%2FCleanShot%202025-05-21%20at%2015.55.08%402x-min.png?alt=media&#x26;token=e86b5794-40af-4060-9b15-9b2b8f8599d3" alt=""><figcaption></figcaption></figure>

You can configure notification *color*, *icon*, *position*, and *duration*.\
By default, the notification will be hidden after the specified duration. But if you select the **Hide notification only when clicked** checkbox, the notification will be hidden only after the user clicks it.

***

Check out this article for more information about configuring notifications in UI Bakery:point\_down:

{% content-ref url="../../concepts/actions/additional-action-settings" %}
[additional-action-settings](https://docs.uibakery.io/concepts/actions/additional-action-settings)
{% endcontent-ref %}
