> For the complete documentation index, see [llms.txt](https://docs.itoc360.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itoc360.com/incidents-and-alerts/incidents/acknowledge-system.md).

# Acknowledge System

Acknowledging an incident is crucial because it triggers the **Stop on Acknowledge** logic defined in your Escalation Policies. Once acknowledged, the system **stops notifying** other team members or escalating to the next level, preventing unnecessary noise.

ITOC360 offers two convenient ways to acknowledge an incident.

#### Method 1: Instant Acknowledge (via Public Link)

This is the fastest method, designed for responders who are on the go or away from their dashboard.

When you receive a notification via SMS or Email, it includes a unique, secure link.

1. **Click the Link:** Open the URL provided in the notification message.
2. **No Login Required:** You will be directed to a public acknowledgement page. You do not need to log in to the ITOC360 dashboard to perform this action.
3. **Confirm:** Review the brief summary and click the Acknowledge button.

*By clicking acknowledge, you confirm that you have received the alert and taken ownership of the incident.*

> **Security Note:** The link generated is unique to the incident and secure. It allows only for the acknowledgement action and does not expose sensitive internal system data.

#### Method 2: Dashboard Acknowledge

If you are already logged into the ITOC360 portal or triaging multiple issues, you can acknowledge incidents directly from the interface.

1. Navigate to the Monitoring > **Alerts** page.
2. Click on the specific alert to open the **Detail View**.
3. Locate the **Acknowledge** button in the top-right corner of the detail panel.
4. A**dd a Note (Optional):** You can enter a brief message (e.g., "Checking the database logs now") to provide context to your team.
5. Click **Confirm**.

#### What happens after Acknowledgement?

Once an incident is successfully acknowledged (via either method):

1. **Escalation Stops:** The countdown for the next escalation level is cancelled immediately. No further phone calls or SMS messages will be sent for this specific incident.
2. **Status Update:** The status of the incident changes from **Triggered/Open** to **Acknowledged** on the dashboard.
3. **Audit Log:** The system records *who* acknowledged the alert and *when* (and via which method), providing a clear timeline for post-mortem analysis.


---

# 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:

```
GET https://docs.itoc360.com/incidents-and-alerts/incidents/acknowledge-system.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.
