> For the complete documentation index, see [llms.txt](https://docs.uibakery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uibakery.io/reference/working-with-actions/show-notification-action.md).

# 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="/files/g6L85oiKulyCTvOk1wix" 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="/pages/QHw0L7pcV3EaYolzFtzW" %}
[Actions settings](/concepts/actions/additional-action-settings.md)
{% endcontent-ref %}


---

# 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.uibakery.io/reference/working-with-actions/show-notification-action.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.
