> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-windows-cli-guide/commands/settingsinfo.md).

# settingsinfo

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


---

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