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

# Introduction

> Salesforce reliability monitoring — think Sentry, built for Salesforce.

## What is Zentien?

Zentien is a **Salesforce reliability monitoring platform**. It captures Apex exceptions, Flow faults, and integration failures in real time and routes them to a centralised dashboard with Slack and email alerts.

**The problem it solves:** Salesforce orgs have no single place to see what is breaking. Flow error emails go unread, debug logs expire, and most teams find out about failures from users filing tickets.

Zentien fixes that.

## What you get

<CardGroup cols={2}>
  <Card title="Error Monitoring" icon="shield-check">
    Apex exceptions, Flow faults, and integration failures — captured in real time, grouped and deduplicated.
  </Card>

  <Card title="Salesforce Pulse" icon="heart-pulse">
    Org health dashboard: job runs, scheduled jobs, governor limit trends, and anomaly detection.
  </Card>

  <Card title="Infrastructure Checks" icon="server">
    HTTP, TCP, and heartbeat monitors for your external APIs, databases, and services.
  </Card>

  <Card title="Correlation" icon="link">
    See infrastructure outages and Salesforce error spikes side by side to find root causes faster.
  </Card>

  <Card title="Smart Alerts" icon="bell">
    Route notifications to Slack, Microsoft Teams, or email. Save reusable channels and apply them everywhere.
  </Card>

  <Card title="AI Error Analysis" icon="microchip">
    One-click root cause analysis and suggested fix for any error, powered by AI.
  </Card>

  <Card title="Jira Integration" icon="ticket">
    Create Jira tickets directly from any error group. Link stays attached to the error.
  </Card>

  <Card title="Callout Monitoring" icon="arrow-up-right-from-square">
    Track every outbound HTTP callout from your org — duration, status code, failures.
  </Card>
</CardGroup>

## What you install in Salesforce

The Zentien package is fully open source — you can inspect every line:

| Component                | Type           | Purpose                                             |
| ------------------------ | -------------- | --------------------------------------------------- |
| `ErrorEvent__e`          | Platform Event | Carries error data to Zentien in real time          |
| `ErrorLogger.cls`        | Apex Class     | Call from try/catch blocks to log handled errors    |
| `CalloutEvent__e`        | Platform Event | Carries outbound callout data to Zentien            |
| `ZentienHttpCallout.cls` | Apex Class     | Drop-in wrapper for `Http.send()` to track callouts |
| `Zentien_Log_Flow_Error` | Flow           | Subflow to add to any Flow fault path               |

No managed package black boxes. No hidden code.

## Next steps

<Card title="Quickstart" icon="rocket" href="/quickstart">
  Get up and running in under 10 minutes.
</Card>
