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

### SYNOPSIS

Submits an AskUI error report.

### DESCRIPTION

The AskUI-SubmitErrorReport cmdlet uploads a compressed error report archive to AskUI's support system
for analysis and troubleshooting.

### PARAMETERS

* `-AbsoluteZipFileName` | *\<String>* - Absolute path to the error report archive to be submitted.

### EXAMPLES

#### EXAMPLE 1

Submits the specified error report archive for analysis.

```powershell theme={null}
AskUI-SubmitErrorReport -AbsoluteZipFileName "C:\ErrorReports\askui-error-report-20240318.zip"
```
