> ## Documentation Index
> Fetch the complete documentation index at: https://docs.askui.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AskUI-ShowSettings

### SYNOPSIS

Displays AskUI environment settings.

### DESCRIPTION

The Show-AskUISettings cmdlet displays the current AskUI environment configuration settings.
Settings can be shown from different locations (Merged, User, or Project) with optional display of secrets.

### PARAMETERS

* `-Location` | *\<String>* - Settings location. (Default: Merged)
  Valid values: Merged, User, Project
* `-WithSecrets` | *\<SwitchParameter>* - Specify whether to show the secrets.

### EXAMPLES

#### EXAMPLE 1

Shows merged settings without secrets.

```powershell theme={null}
AskUI-ShowSettings
```

#### EXAMPLE 2

Shows user-level settings including secrets.

```powershell theme={null}
AskUI-ShowSettings -Location User -WithSecrets
```
