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

### SYNOPSIS

Starts a local proxy and configures the system's proxy related environment variables to route HTTP/HTTPS traffic through it.

### NOTES

This Commandlet is only available on Windows AMD64.

### EXAMPLES

#### EXAMPLE 1

This command starts the local proxy and sets the environment variables.

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

#### EXAMPLE 2

This command starts the local proxy and sets the environment variables, while providing detailed output during the execution.

```powershell theme={null}
AskUI-StartLocalProxy -Verbose
```
