> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zenoo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How Do I Track SLA Compliance?

> Monitor SLA deadlines with visual indicators, understand warning and breach states, and configure auto-escalation.

# How Do I Track SLA Compliance?

Service Level Agreements (SLAs) ensure compliance work is completed on time. Zenoo tracks SLA deadlines on every case and provides visual indicators, automated warnings, and auto-escalation to help your team stay on track.

## What you'll learn

* How SLA deadlines are assigned to cases
* How to read SLA status indicators
* What happens when an SLA is at risk or breached
* How auto-escalation works
* How to monitor SLA performance across your team

## How are SLA deadlines assigned?

When a case is created, the system automatically calculates its SLA due date based on two factors:

| Factor        | How it affects SLA                                                           |
| ------------- | ---------------------------------------------------------------------------- |
| **Case type** | Onboarding, Review, and Perpetual cases may have different SLA windows       |
| **Priority**  | Critical and High priority cases get shorter SLA windows than Medium and Low |

These rules are configured in custom metadata. For example:

| Case Type  | Priority | SLA Due Days | Warning Days Before |
| ---------- | -------- | ------------ | ------------------- |
| Onboarding | Critical | 3 days       | 1 day               |
| Onboarding | High     | 7 days       | 2 days              |
| Onboarding | Medium   | 14 days      | 3 days              |
| Onboarding | Low      | 30 days      | 5 days              |
| Review     | Critical | 5 days       | 2 days              |
| Review     | High     | 14 days      | 3 days              |

<Info>
  SLA clocks pause when a case is in **Client Input** status. The time spent waiting for the customer does not count against your SLA.
</Info>

## How do I read SLA indicators?

SLA status is visible in three places: the case queue, the case header, and the alert queue. The indicator uses four states:

| Status       | Color    | Icon                   | Meaning                                             |
| ------------ | -------- | ---------------------- | --------------------------------------------------- |
| **On Track** | Green    | Clock                  | Plenty of time remaining                            |
| **Warning**  | Amber    | Clock with exclamation | Due date is approaching (within the warning window) |
| **Critical** | Red      | Clock with urgent      | Due date is very close (within 24 hours)            |
| **Breached** | Dark red | Clock with X           | Past the due date                                   |

The indicator also shows the **time remaining** (e.g., "3d 4h remaining") or **time overdue** (e.g., "2h overdue").

## What happens at each SLA stage?

<Steps>
  <Step title="On Track">
    The case is within its normal processing window. No special action needed. The SLA badge is green and shows remaining time.
  </Step>

  <Step title="Warning">
    The case has entered its warning window (e.g., 2 days before the SLA deadline). The system:

    * Changes the SLA badge to amber
    * Sends a warning email to the assigned analyst
    * Bumps the case's priority score so it appears higher in the queue

    <Tip>
      When you see a warning indicator, prioritize that case. Resolving it before it breaches keeps your team's SLA metrics healthy.
    </Tip>
  </Step>

  <Step title="Critical">
    The case is within 24 hours of its deadline. The SLA badge turns red. This is your last chance to resolve before a breach.
  </Step>

  <Step title="Breached">
    The case has passed its due date. The system:

    * Changes the SLA badge to dark red with "Breached" text
    * If auto-escalation is enabled, escalates the case to the analyst's manager
    * Logs an SLA breach event in the audit trail
    * Updates the SLA breach count in analytics

    <Warning>
      SLA breaches are visible in analytics dashboards and audit reports. Regulatory examiners may review breach rates as an indicator of your compliance program's effectiveness.
    </Warning>
  </Step>
</Steps>

## How does auto-escalation work?

Auto-escalation is an optional feature that automatically escalates cases when their SLA breaches:

1. A nightly batch job checks all open cases for SLA status
2. For cases that have breached and have auto-escalation enabled:
   * The system finds the assigned analyst's manager
   * The case is escalated to the manager with a system-generated note: "Auto-escalated: SLA breach"
   * The case status changes to Internal Review
   * Both the analyst and manager receive email notifications
3. The escalation is logged in the audit trail as an **Auto Escalation** event

Auto-escalation settings are configured per case type and priority in the SLA configuration metadata.

## How do I monitor SLA across my team?

Team leads and compliance officers can view SLA metrics in the analytics dashboard:

* **SLA compliance rate** — percentage of cases resolved before their due date
* **Cases at risk** — count of cases currently in Warning or Critical status
* **Average resolution time** — how long cases take to close compared to their SLA window
* **Breach count** — how many cases breached their SLA in the current period
* **Breach trends** — whether SLA performance is improving or declining

## What's next?

<Columns cols={2}>
  <Card title="Resolve a Case" icon="circle-check" href="/guides/case-management/resolve-a-case">
    Close cases before their SLA deadline.
  </Card>

  <Card title="Review Alerts" icon="bell" href="/guides/case-management/review-alerts">
    Alerts have SLA indicators too — prioritize approaching deadlines.
  </Card>

  <Card title="Collaborate With Your Team" icon="users" href="/guides/case-management/collaborate-with-team">
    Escalate to colleagues when you need help meeting a deadline.
  </Card>

  <Card title="Read the Audit Trail" icon="scroll" href="/guides/case-management/read-audit-trail">
    SLA breaches and escalations are logged for regulatory review.
  </Card>
</Columns>
