# Proxy Settings

If you need to use CommandBox behind a corporate proxy, these settings will be necessary for it to successfully connect to the Internet.

## proxy.server

**string**

This is the URL of the proxy server on your network.

```bash
config set proxy.server=myProxy.com
config show proxy.server
```

## proxy.port

**integer**

This is the port to connect to on the proxy server.

```bash
config set proxy.port=9000
config show proxy.port
```

## proxy.user

**string**

This is the username to connect to the proxy server with, if required.

```bash
config set proxy.user=proxyUser
config show proxy.user
```

## proxy.password

**string**

This is the password to connect to the proxy server with, if required.

```bash
config set proxy.password=proxyPass
config show proxy.password
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://commandbox.ortusbooks.com/5.9.0/config-settings/proxy-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
