> For the complete documentation index, see [llms.txt](https://docs.verygoodsecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verygoodsecurity.com/enterprise-platform/developer-resources/vgs-ip-addresses.md).

# VGS IP Addresses

VGS has one sandbox deployment for development and testing purposes and multiple live deployments designed for production traffic. VGS customers use these various deployments to ensure low latency and to comply with region-specific data residency regulations.

The table below represents the IP ranges of each VGS deployment. These values are the source IP addresses that third-party systems will see when VGS initiates the connection. For example, if VGS is used to proxy HTTPS requests to a third-party, the destination will see requests from any of the IP addresses in the appropriate list for the VGS Deployment.

<table><thead><tr><th width="148.3828125">Environment</th><th width="222.109375">VGS Deployment</th><th>IP Address List</th></tr></thead><tbody><tr><td>Sandbox</td><td>Sandbox</td><td><code>18.215.58.36</code>, <code>34.194.18.145</code>,<code>34.206.157.22</code></td></tr><tr><td>Live</td><td>US Primary</td><td><code>52.7.148.215</code>, <code>52.72.130.32</code>, <code>52.6.216.177</code></td></tr><tr><td>Live</td><td>US Secondary</td><td><code>3.16.209.84</code>, <code>3.134.27.31</code>, <code>18.188.64.143</code></td></tr><tr><td>Live</td><td>Europe</td><td><code>3.127.9.201</code>, <code>52.58.226.180</code>, <code>3.123.45.10</code></td></tr><tr><td>Live</td><td>Asia Pacific</td><td><code>13.251.51.26</code>, <code>13.228.44.128</code>, <code>18.142.82.242</code>, <code>18.142.40.114</code>, <code>18.139.189.91</code>, <code>13.214.75.36</code>, <code>54.169.99.34</code>, <code>13.251.247.188</code>, <code>13.214.106.172</code>, <code>13.213.112.215</code>, <code>52.220.35.47</code>, <code>13.213.106.145</code></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.verygoodsecurity.com/enterprise-platform/developer-resources/vgs-ip-addresses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
