> For the complete documentation index, see [llms.txt](https://docs.jentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jentis.com/support-resources-and-product-updates/platform-enhancements/multi-trigger-assignment-and-smart-preview-debugging.md).

# Multi-Trigger Assignment & Smart Preview Debugging

Managing server-side tracking at scale just got a whole lot faster. We’ve rolled out two highly requested interface updates designed to save you clicks, eliminate duplicate work, and make it a breeze to track down elusive data layers.

Here is a look at what’s new in your JENTIS DCP.

## Assign Multiple Triggers at Once

Go to **Tag Manager - Tags** from the main navigation and open any Tag.

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

The "Triggers" selection is now a multi-select field :tada:

## The Upgraded Preview Monitor

Adding multiple triggers to a single element shouldn't make your testing phase feel like guesswork. To complement our bulk-assignment update, we have begun overhauling the "Preview Monitor State Debugger". This is just the start of our journey to make the Debugging View more usable and enjoyable.

When you are testing your container, the debugger now provides a beautifully transparent breakdown of complex trigger logic:

* **Trigger Event Mapping:** See exactly *which* of your multiple triggers fired the tag on any given event.
* **State Snapshots:** Inspect the precise data layer state at the second the trigger condition was met.
* **Visual Status Indicators:** Green, yellow, and red status cues instantly show you if a tag was skipped due to an exception rule or successfully passed on to your server.

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

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

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

<figure><img src="/files/5TLyjNmWPmhTBO5D9S6Z" alt=""><figcaption></figcaption></figure>

## Ready to try it?

These updates are already live in your JENTIS account according to our [deployment plan](/support-resources-and-product-updates/release-notes-and-changelog.md). Head over to your workspace, spin up the updated Preview Monitor, and experience how easy managing complex server-side logic can be.


---

# 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.jentis.com/support-resources-and-product-updates/platform-enhancements/multi-trigger-assignment-and-smart-preview-debugging.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.
