# Welcome to ITOC360

ITOC360 is an incident management and on-call platform for DevOps, SRE, and IT operations teams. It receives alerts from your inbound integrations, applies escalation logic, and notifies the right on-call engineer through their preferred channel — so critical issues are never missed.

***

### How ITOC360 works

{% stepper %}
{% step %}
**Ingest**

Alerts arrive from your inbound integrations via webhook-based Sources. ITOC360 supports Zabbix, Grafana, Prometheus, New Relic, PRTG, SolarWinds, ManageEngine, and 50+ additional integrations.
{% endstep %}

{% step %}
**Route**

Escalation Policies evaluate incoming alerts by severity and route them to the right team using Visual, JSON, or AI-assisted rule builders.
{% endstep %}

{% step %}
**Notify**

On-call engineers are notified through their configured channels. Each engineer chooses their own contact preference: voice call, SMS, or email.
{% endstep %}

{% step %}
**Resolve**

Engineers acknowledge and resolve incidents from the ITOC360 dashboard or directly from their notification. Every action is recorded in a full activity log.
{% endstep %}
{% endstepper %}

***

### Core capabilities

#### Multi-channel notifications

Engineers configure their own notification preferences. Voice, SMS, and email channels are verified independently before they can be used in escalation policies. Critical alerts reach on-call engineers even when they are away from their screens.

#### On-call scheduling

Build on-call rotations with daily and weekly recurrence, multi-user coverage, and shift swap capabilities. Schedules connect directly into escalation policies so the right person is always reachable.

#### Escalation policies

Define exactly what happens when an alert goes unacknowledged. Set a timeout, then escalate to a backup engineer, a different team, or a manager. Each source can have its own dedicated policy with multiple levels. Notification targets at each level can be a user, a team, or a schedule.

#### Inbound integrations

ITOC360 connects to any tool that supports outbound webhooks. The Alert Display Builder maps JSON fields from incoming payloads to alert fields without writing code — so on-call engineers see the right context immediately.

#### Incident management

Alerts that match an active escalation policy are promoted to incidents automatically. Each incident has a tracked lifecycle: open, acknowledged, and resolved. AI-assisted features support alert grouping, root cause analysis, and automated post-mortem creation.

#### Enterprise security

Two-factor authentication via TOTP or SMS, domain verification, and role-based access controls are available for all organizations.

***

### Get started

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Quick Start</strong></td><td>Set up your first on-call rotation and route a live alert in under 15 minutes.</td><td><a href="quickstart">Quickstart</a></td></tr><tr><td><strong>Channels</strong></td><td>Add and verify your voice, SMS, and email contact details.</td><td><a href="../communication-and-shift-management">Channels</a></td></tr><tr><td><strong>Sources</strong></td><td>Connect your inbound integrations and configure alert field mapping.</td><td><a href="../incidents-and-alerts/sources">Sources</a></td></tr><tr><td><strong>Escalations</strong></td><td>Define who gets notified, in what order, and when.</td><td><a href="../on-call-management-and-escalations/escalations">Escalations</a></td></tr></tbody></table>


---

# 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.itoc360.com/getting-started/readme.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.
