> ## 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-ShowVersions

### SYNOPSIS

Displays the installed extensions and their versions.

### PARAMETERS

* `-Type` | *\<ExtensionType>* - Specifies the type to filter by. Valid values are 'Feature', 'Component', or 'Plugin'. If not specified, all types are shown.

### EXAMPLES

#### EXAMPLE 1

Displays the versions of all extensions.

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

#### EXAMPLE 2

Displays the versions of all features.

```powershell theme={null}
AskUI-ShowVersions -Type Feature
```
