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

# Monitoring

> Find problems in a project, and get told when its secrets change.

Insights look inward at the state of a project. Webhooks and event subscriptions look outward, carrying secret changes to systems of yours that need to react to them.

<CardGroup cols={3}>
  <Card title="Insights" icon="chart-line" href="/docs/documentation/platform/insights">
    Upcoming rotations, stale secrets, reminders, and who has been reading what.
  </Card>

  <Card title="Webhooks" icon="bell" href="/docs/documentation/platform/webhooks">
    Call an endpoint of yours whenever a secret changes.
  </Card>

  <Card title="Events subscriptions" icon="tower-broadcast" href="/docs/documentation/platform/event-subscriptions">
    Subscribe to a stream of project events instead of polling for them.
  </Card>
</CardGroup>
