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

# Monitor overview

> Track the health of your data sources and stay informed when something goes wrong.

The Monitor section gives you a real-time view of your connected data systems. It collects technical events — such as failed data runs, anomaly detections, and delivery failures — and surfaces them in one place so you can act quickly.

## What gets tracked

Interact logs three types of events from your systems:

| Event type      | What it means                                            |
| --------------- | -------------------------------------------------------- |
| **Failed run**  | A scheduled job or data pull could not complete          |
| **Anomaly**     | An unexpected value or pattern was detected in your data |
| **Failed send** | A notification could not be delivered to its destination |

## How it works

1. **Connectors run** — your connected sources (for example, BigQuery) execute scheduled queries or report results
2. **Events are logged** — any errors or anomalies are captured automatically
3. **Logs appear in Monitor** — you can filter, search, and review events across the last 90 days

## Where to look

<CardGroup cols={1}>
  <Card title="Systems" icon="server" href="/monitor/systems">
    View connector health and browse the full event log for your organization
  </Card>
</CardGroup>
