---
title: "Configure alert-triggered investigations | Grafana Cloud documentation"
description: "Control how alert notifications create and continue Grafana Assistant investigations."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Configure investigation settings

> Note
> 
> Investigation settings is currently in [public preview](/docs/release-life-cycle/). Grafana Labs offers limited support, and breaking changes might occur prior to the feature being made generally available.

The Investigations settings page configures how the Assistant runs investigations for your organization, including loops, alert continuation behavior, and IRM webhooks. Investigation usage limits are managed on the Usage page.

## Before you begin

You need the **Assistant Admin** role to change these settings. Other users can view them.

## Control loops

Loops let investigations schedule recurring follow-up checks, for example re-checking telemetry while an incident is still ongoing.

1. Navigate to **Assistant** &gt; **Settings** &gt; **Investigations**.
2. Toggle **Enable loops**. When off, investigations can’t create loops and existing loops pause until you turn the setting back on.

## Change how alert updates continue investigations

When you enable investigation enrichment on your alerts, the Assistant starts an investigation when an alert group fires. Repeat notifications with no alert changes are ignored, and changes to the group continue the investigation that already ran, updating its report.

1. Navigate to **Assistant** &gt; **Settings** &gt; **Investigations**.
2. Configure the alert settings:
   
   - **Continue investigations on alert updates**: When on, an alert change after an investigation completes is added to that investigation’s context and may continue it if the changes are significant. When off, completed investigations no longer receive alert updates, which limits inference cost. New alert groups still create investigations either way.
   - **Continuation window**: How long after an investigation is created that alert changes still continue it instead of starting a new investigation. Set this to at least your notification policy’s repeat interval so a still-firing alert continues its original investigation. The default is 6 hours.

## Configure IRM webhooks

IRM webhook configuration also lives on the Investigations settings page. For details, refer to [Configure IRM webhooks](/docs/grafana-cloud/machine-learning/assistant/configure/irm-webhooks).

## Next steps

- [Automate investigations with IRM webhooks](/docs/grafana-cloud/machine-learning/assistant/configure/irm-webhooks)
- [Manage access (RBAC)](/docs/grafana-cloud/machine-learning/assistant/privacy-and-security/rbac)
