# How to configure proxy settings in BugSplat

BugSplat can be configured to send crash reports through a proxy server using the following steps:

* Configure your proxy connection in Internet Explorer / Internet Options
* Select the Connections Tab
* Select the LAN settings button
* Enter the IP address and listening port of your proxy server
* The settings below are for a Squid proxy server, it listens to port 3128 by default. The correct values for your ip address and port are likely to be different.
* When this is setup correctly, Internet Explorer will be able to use the proxy server to show web pages

BugSplat will use these same settings to relay through the proxy server too.![ie proxy settings](/files/-MjBIsa_rqQuolGruBOF)


---

# 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://docs.bugsplat.com/education/faq/how-to-configure-proxy-settings-in-bugsplat.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.
