> For the complete documentation index, see [llms.txt](https://doc.commandersact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.commandersact.com/fr/developpeurs/tracking-and-integrations/server-ip-whitelisting.md).

# Liste blanche des IP serveur

## Adresses IP à autoriser pour votre flux de données

### Introduction

Pour garantir une transmission fluide des données lors de l’envoi de données vers vos propres endpoints API ou connexions SFTP pour l’envoi d’événements ou d’exports de fichiers depuis notre plateforme, vous avez la possibilité d’ajouter les adresses IP de nos serveurs à votre liste blanche si nécessaire (recommandé)

Si votre serveur ou votre réseau est configuré avec des filtres IP, vous pouvez choisir de mettre à jour votre liste blanche afin d’inclure la liste complète des adresses IP ci-dessous.

### Liste complète des adresses IP

Voici la liste exhaustive des IP utilisées par notre infrastructure server-side :

* 35.180.56.99
* 52.47.162.172
* 13.36.160.143
* 13.37.64.111
* 51.44.93.110
* 52.47.121.155
* 35.181.248.142
* 52.47.67.220
* 13.36.132.235
* 13.36.31.39
* 15.188.155.49
* 15.236.175.67
* 35.180.184.40
* 51.44.116.93
* 95.131.138.161
* 95.131.143.212
* 95.131.143.218


---

# 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://doc.commandersact.com/fr/developpeurs/tracking-and-integrations/server-ip-whitelisting.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.
