# Trigger Enablement

This feature allows you to temporarily disable specific system processes, which can be necessary during data migration, troubleshooting, or when performing bulk operations.

## When to Use Trigger Enablement

Common scenarios for temporarily disabling triggers include:

* **Data migration:** When migrating large volumes of data that would trigger excessive Engagement creation
* **Troubleshooting:** To isolate specific system components when diagnosing issues
* **System maintenance:** During certain types of updates or configuration changes
* **Performance optimization:** When performing bulk operations that might otherwise cause system slowdowns

## Permissions

Before you get started, ensure you have the [required permissions](https://help.integrousanalytics.com/v1/docs/admin-console#prerequisites).

## Configuration Steps

{% stepper %}
{% step %}

### Navigate to Trigger Enablement

Navigate to Integrous Admin Settings > Trigger Enablement
{% endstep %}

{% step %}

### Review available triggers

Available triggers include:

* **Lead/Contact Processing:** Controls Engagement creation from Lead/Contact changes
* **Opportunity Processing:** Controls Primary Opportunity relationships and dates
* **Campaign Processing:** Controls Engagement creation from Campaigns
* **Task Processing:** Controls Engagement creation from Tasks
  {% endstep %}

{% step %}

### Toggle triggers as needed

Toggle individual triggers as needed
{% endstep %}

{% step %}

### Save your changes

Click Save to apply changes
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
**Critical Warning**

Disabling triggers has significant implications for data integrity and should be approached with extreme caution. This functionality should only be used temporarily by experienced administrators who fully understand the consequences.

Potential impacts include:

* Engagement records not being created or processed correctly
* Disruption of attribution tracking and sales journey progression
* Missing or inaccurate data in reports
* Gaps in your attribution history
* Unexpected system behavior and interdependency failures
  {% endhint %}

**Best Practice:** Always re-enable triggers immediately after completing your task. Consider creating a calendar reminder or task to ensure triggers are re-enabled.


---

# 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://help.integrousanalytics.com/admin-console/trigger-enablement.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.
