# Dry mode (lab)

{% hint style="info" %}
This feature is flagged to "**LAB**" (aka Laboratory feature), it means that interfaces are not definitive and may evolve in the future.

This feature is currently in private preview.
{% endhint %}

The Dry mode allows you to simulate sending events, **but events are not sent** to the destination.

Once this feature is activated, all outbound HTTP requests of the destination are mocked in order to test it before going live. The payload, the request, is visible in Event Inspector to let you see events and correct the format if needed.

As soon as you deactivate the dry mode, events will be sent to the destination.

When available, a switch is displayed on the destination interface:

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

The 'Use real authentication' option allows you to test your credentials by not mocking potential authentication requests. It is only applicable to some destinations, such as Google Enhanced Conversions or Snapchat.


---

# 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.commandersact.com/features/destinations/dry-mode-lab.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.
