> 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/fonctionnalites/destinations/dry-mode-lab.md).

# Mode dry (lab)

{% hint style="info" %}
Cette fonctionnalité est marquée "**LAB**" (alias fonctionnalité Laboratory), cela signifie que les interfaces ne sont pas définitives et peuvent évoluer à l'avenir.

Cette fonctionnalité est actuellement en préversion privée.
{% endhint %}

Le Dry mode vous permet de simuler l'envoi d'événements, **mais les événements ne sont pas envoyés** vers la destination.

Une fois cette fonctionnalité activée, toutes les requêtes HTTP sortantes de la destination sont simulées afin de la tester avant sa mise en production. Le payload, la requête, est visible dans Event Inspector pour vous permettre de voir les événements et de corriger le format si nécessaire.

Dès que vous désactivez le mode dry, les événements seront envoyés à la destination.

Lorsque disponible, un interrupteur s'affiche dans l'interface de la destination :

<figure><img src="/files/b72d21d7f811f2fed6c60c28990c87da4fe84e22" alt=""><figcaption></figcaption></figure>

L'option 'Use real authentication' vous permet de tester vos identifiants en ne simulant pas les éventuelles requêtes d'authentification. Elle ne s'applique qu'à certaines destinations, comme Google Enhanced Conversions ou Snapchat.


---

# 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/fonctionnalites/destinations/dry-mode-lab.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.
