# Actions

### <mark style="color:purple;">Create Notification</mark>

Creates and shows a native notification.

***

### <mark style="color:purple;">Flash Frame</mark>

{% columns %}
{% column width="16.666666666666664%" %}

<figure><img src="/files/eKnaE7SOW7iTS12bONx0" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="83.33333333333334%" valign="middle" %}
Flashes the frame in the taskbar to get the user's attention.
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
On macOS, this causes the application icon to "bounce". Additionally, on macOS, this action only works if the window isn't currently focused.
{% endhint %}

***

### <mark style="color:purple;">Set Badge Count</mark>

{% columns %}
{% column width="16.666666666666664%" %}

<figure><img src="/files/JknRI7EY1uiqc3jtj4ub" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="83.33333333333334%" valign="middle" %}
Sets the counter badge for current app. Setting the count to `0` will hide the badge.
{% endcolumn %}
{% endcolumns %}


---

# 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://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/notifications-element/actions.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.
