# startnotifications

![Parralels](https://www.parallels.com/static/pl/fileadmin/res/img/navigation/pl-logo-dk.png)

## AppserverClient Command Line Interface

### startnotifications

registers the CLI application as a receiver of notifications from the backend.

**Category: Notifications**

### Return codes:

ok - Command was successful\
NotAvailable - Communication with the client backend failed, ensure that the client is running\
InvalidState - Command failed due to invalid state, refer to the command for further information\
ElevationAccess - CLI process is running at a higher process privilege\
Exception - System problem

### Examples:

AppServerClientCLI startnotifications

### Notes:

Pressing Ctrl+C will stop the notifications and close the application.## Possible notifications:\
(3).connection added\
(4).connection deleted\
(21).connection updated\
(22).published item icon updated\
(23).RAS connection information updated\
(24).settings reload\
(18).close process\
(25).settings were updated

### See also:

[stopnotifications](/landing/ras-windows-cli-guide/v20/commands/stopnotifications.md)


---

# 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://docs.parallels.com/landing/ras-windows-cli-guide/v20/commands/startnotifications.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.
