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

### SYNOPSIS

Tests the connection to a specified URL using the current proxy settings.

### PARAMETERS

* `-TestURL` | *\<String>* - (Optional) The URL to test the connection. The default is '[https://inference.askui.com/health](https://inference.askui.com/health)'.

### NOTES

This function supports the -Verbose switch. When the -Verbose switch is used,
the function provides detailed output during the execution.

### EXAMPLES

#### EXAMPLE 1

This command tests the connection to '[https://inference.askui.com/health](https://inference.askui.com/health)' using the current proxy settings.

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

#### EXAMPLE 2

This command tests the connection to '[https://example.com](https://example.com)' using the current proxy settings.

```powershell theme={null}
AskUI-TestConnection -TestURL 'https://example.com'
```
