> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/changelog/2024-codashop-changelog/codashop-ip-whitelist-changes.md).

# Codashop IP Whitelist Changes

Added 6 new IPs to Codashop Production Whitelist :&#x20;

* 113.214.67.112
* 152.76.174.182
* 152.58.186.118
* 118.193.113.203
* 152.18.55.169
* 152.53.94.11

***

<details>

<summary>Old Codashop IP Whitelist</summary>

```
18.142.92.36
54.251.135.133
52.76.150.186
3.122.138.30
54.176.228.48
3.67.106.122
18.157.174.255
3.124.87.28
13.234.53.196
18.162.139.197
13.228.215.74
50.18.121.79
184.72.22.6
13.250.255.93
18.142.36.246
52.74.55.183
108.137.22.31
108.136.91.135
108.136.88.238
18.139.211.151
52.28.188.153
18.198.54.187
```

</details>

<details>

<summary>Xshop</summary>

```
18.139.211.151
52.28.188.153
18.198.54.187
```

</details>


---

# 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.coda.co/changelog/2024-codashop-changelog/codashop-ip-whitelist-changes.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.
