# Can multiple responders acknowledge an alert simultaneously?

Yes, multiple responders can acknowledge an alert. However, escalation stops once a responder accepts an alert.

## Alert acknowledgment behavior

### Multiple acknowledgments

Multiple responders can acknowledge an alert:

* **Concurrent acknowledgments**: Several team members can acknowledge the same alert
* **Individual tracking**: Each acknowledgment is recorded separately
* **Team coordination**: Multiple responders can indicate they're working on the issue
* **Collaboration support**: Teams can coordinate their response efforts

### Escalation behavior

**Important**: Escalation stops once a responder accepts an alert:

* **First acceptance**: When the first responder accepts the alert, escalation pauses
* **Escalation pause**: No further escalations occur while the alert is accepted
* **Resume escalation**: If the alert is unacknowledged, escalation can resume
* **Escalation chain**: Escalation continues through the policy if no one accepts

## Use cases

### Team collaboration scenarios

Multiple acknowledgments are useful for:

* **Complex incidents**: Multiple responders working on different aspects
* **Cross-team coordination**: Teams from different areas collaborating
* **Backup responders**: Additional team members indicating availability
* **Knowledge sharing**: Multiple experts working together on resolution

### Escalation management

Understanding escalation behavior helps with:

* **Response planning**: Coordinate who will accept alerts
* **Escalation optimization**: Design escalation policies that work for your team
* **Workload distribution**: Ensure alerts are properly distributed
* **Response coordination**: Avoid conflicts in alert handling

## Configuration

### Setting up acknowledgment behavior

You can configure acknowledgment behavior through:

* **Escalation policies**: Define how escalations work with acknowledgments
* **Team settings**: Configure team-specific acknowledgment rules
* **User permissions**: Control who can acknowledge alerts
* **Notification settings**: Configure how acknowledgments are communicated

## Getting started

To configure acknowledgment behavior, review your escalation policy settings and team configurations.

{% hint style="info" %}
**Related Documentation**

* [Escalation Policies](https://docs.ilert.com/on-call-management-and-escalations/escalation-policies)
* [Teams](https://docs.ilert.com/user-administration/teams)
* [User Roles and Permissions](https://docs.ilert.com/user-administration/user-roles-and-permissions)
  {% endhint %}


---

# 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.ilert.com/knowledge-base/on-call-management/can-multiple-responders-acknowledge-an-alert-simultaneously.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.
