# Notification Message

Shows a notification message with the O.S. notification message mechanism.

Action available for the following operating systems:

![](/files/-MMLyQTNWLRK7nJlrbHY)

### Parameters

* ***Message ID*** <*string*> - The ID of the message. This parameter is optional and is ignored on Win32 KClient (Desktop PC). If specified it will replace a previous message with the same ID, if the user hasn't dismissed it yet.
* **Play Sound** <*numeric*> - Specify if you want to O.S. to play a sound for the new message. It can be:
  * 1 - Yes
  * 2 - No
* **Title** <*string*> - The message title.
* **Body** <*string*> - The message body.

{% hint style="info" %}
This notification message will normally be displayed by the O.S. in the same way push notification messages are displayed.
{% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/notification-message.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.
