# Essential Mode Delivered Immediately

In addition to the three discussed consent settings—**Consent Mode**, **Essential Mode**, and **No Consent Mode**—we are often asked:

> “Can Essential Mode be treated like No Consent Mode for essential data, so that the fallback configuration executes immediately?”

### The Concept

In **Essential Mode**, a tool is provided only **highly limited** and/or **fully anonymized** data (no access to PII).\
From a technical perspective, this raises a valid question:\
If the essential data does not depend on the user’s consent decision, **why wait** before activating the tag?

Executing immediately would allow you to capture all events—even from bouncing users—helping to maintain a complete analytical picture.

### The Challenge

While this idea sounds straightforward, it introduces **significant technical implications**:

* In JENTIS, tags using **Essential Mode** share the **same trigger** regardless of mode.
* Changing the **moment of activation** affects **triggers** and **reprocessing**.
* If a tag is executed immediately (e.g., `track:pageview` fired at page load before consent decision) and consent is later granted, **a second pageview will not be tracked**—to prevent duplicate tracking.
* Resolving these situations is **complex** and varies for each project.

### Current Solution Status

* **No native out-of-the-box solution** exists for this use case in JENTIS today.
* Implementing this behavior requires a **custom solution** tailored to your specific setup.
* Our team can work with you to design an approach that meets your requirements.

### Looking Ahead

We are actively working on features that will make it possible to handle this scenario more efficiently and natively in the future.\
This would allow **Essential Mode** to execute immediately for essential data while still maintaining proper reprocessing and avoiding duplicate tracking.

✅ **Recommendation:**\
If **immediate Essential Mode** execution is essential for your tracking, consult with JENTIS support to implement a **custom configuration** until native support becomes available.


---

# 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://docs.jentis.com/consent-center/vendor-consent-settings/essential-mode-delivered-immediately.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.
