# Patchworks IPs

## Introduction

This page details Patchworks IPs that should be whitelisted if required (typically if you are experiencing connection issues and your systems are behind a firewall).

## IPs to be whitelisted

* [K8s Cluster 1](#k8s-cluster-1)
* [K8s Cluster 2](#k8s-cluster-2)

{% hint style="warning" %}
Irrespective of whether you're running Patchworks *Tapestry* (i.e. *services*) or *Core* (i.e. *process flows*), please ensure that all IPs for [Cluster 1](#k8s-cluster-1) and [Cluster 2](#k8s-cluster-2) are added.
{% endhint %}

### K8s Cluster 1

| Type                       | IPs                                                                         |
| -------------------------- | --------------------------------------------------------------------------- |
| AWS Production K8s Cluster | <ul><li>13.42.116.71</li><li>13.41.182.240</li><li>35.179.222.179</li></ul> |

### K8s Cluster 2

| Type                       | IPs                                                                          |
| -------------------------- | ---------------------------------------------------------------------------- |
| AWS Production K8s Cluster | <ul><li>18.168.241.46 </li><li>18.168.94.149 </li><li>13.41.170.82</li></ul> |


---

# 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://doc.wearepatchworks.com/product-documentation/getting-started/technical-overview/patchworks-ips.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.
