# Play Sound

Play a sound or wave on a device during specified amount of time.

Action available for the following operating systems:

![](/files/-MGIiDGuNcrVFP-DbUma)

### Parameters

* **Sound Type** <*radiobox*>
  * **System Beep** - User should choose this option if he wants to play a "System Beep".
  * **Wave** - If the user wants to play a wave sound from a wave file, should choose this option. Additionally must specify:
    * **File** *\<string> -* The file name of the sound wave file that the user wants to play.
    * **Path on Device** *\<string> -* The path to the sound wave file on a device.

*General*

* **Number of plays** *\<numeric> -* The number of times that the user wants to play the sound.
* **Frequency** *\<numeric> -* The frequency, in miliseconds, that the sound is been played.


---

# 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/play-sound.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.
