> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/english/settings/terminal/sound-alerts.md).

# Sound alerts

To configure them, go to **Settings → Sound alerts**. &#x20;

![Setting sound alerts in the Tiger.com terminal](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80034364516/original/B2dNEUYWJ1zJitGzWuht4OgOIfcX8cvO3Q.png?1630580524)

You will see the following groups of settings in the window that opens:

### **Parameters**

| Name         | Description                                           |
| ------------ | ----------------------------------------------------- |
| Play Sounds  | The option enables or disables sound notifications.   |
| Sound Volume | Controls the volume of the sound alerts from 1 to 10. |

### **Sound alerts**

| Name                  | Description                                                                              |
| --------------------- | ---------------------------------------------------------------------------------------- |
| Connected             | The specified sound is played when connecting to the server.                             |
| Disconnected          | The specified sound is played when the server connection is lost.                        |
| Order Placed          | The specified sound is played when placing a new order in the DOM.                       |
| Order Rejected        | The specified sound is played when it is not possible to place an order for some reason. |
| Order Modified        | The specified sound is played when increasing or decreasing the placed order.            |
| Order Modify Rejected | The specified sound is played when it is not possible to change the order.               |
| Order Canceled        | The specified sound is played when the order is canceled.                                |
| Order Cancel Rejected | The specified sound is played when it is not possible to cancel the order.               |
| Order Filled          | The specified sound is played when it is not possible to fill the order.                 |

The default sound alerts can be supplemented or replaced with your own. To do this, go to the folder where the Tiger.com terminal is installed on your computer, and locate the Sounds folder in it, then App. Copy your sound alerts into it in the WAV format, and then restart the terminal.


---

# 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, and the optional `goal` query parameter:

```
GET https://support.tiger.com/english/settings/terminal/sound-alerts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
