# settingsinfo

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

## AppserverClient Command Line Interface

### settingsinfo

gets information about settings.

**Category: Settings**

```
AppServerClientCLI settingsinfo [-id ras:61] [-settings settingname1[,settingname2]] [-withdescription]  
```

### Arguments

* **`id (optional)`** connection ID.
* **`settings (optional)`** specific settings.
* **`withdescription (optional)`** When set, data will include settings and enum values descriptions.

### Return codes:

ok - Command was successful\
NotAvailable - Communication with the client backend failed, ensure that the client is running\
Exception - System problem

### Examples:

AppServerClientCLI settingsinfo\
AppServerClientCLI settingsinfo -settings modernui\
AppServerClientCLI settingsinfo -settings modernui,computername

### Notes:

If you do not specify any settings, information about all possible settings will be returned.

### See also:

[getsettings](/landing/ras-windows-cli-guide/v20/commands/getsettings.md)\
[setsettings](/landing/ras-windows-cli-guide/v20/commands/setsettings.md)\
[factoryreset](/landing/ras-windows-cli-guide/v20/commands/factoryreset.md)\
[listavailablebrowsers](/landing/ras-windows-cli-guide/v20/commands/listavailablebrowsers.md)\
[listavailablessoproviders](/landing/ras-windows-cli-guide/v20/commands/listavailablessoproviders.md)\
[listavailabledisplays](/landing/ras-windows-cli-guide/v20/commands/listavailabledisplays.md)\
[listavailablecameras](/landing/ras-windows-cli-guide/v20/commands/listavailablecameras.md)\
[listavailabledevices](/landing/ras-windows-cli-guide/v20/commands/listavailabledevices.md)\
[listavailablescanners](/landing/ras-windows-cli-guide/v20/commands/listavailablescanners.md)\
[isssoenabled](/landing/ras-windows-cli-guide/v20/commands/isssoenabled.md)\
[enablesso](/landing/ras-windows-cli-guide/v20/commands/enablesso.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/settingsinfo.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.
