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

# Features

> Track errors and performance, search logs, chart custom metrics, and monitor your hosts, uptime, and processes with AppSignal.

AppSignal monitors your application across errors, performance, logs, metrics, and the hosts and processes it runs on. Choose a feature to learn what it does and how to set it up.

## Application health

<CardGroup cols={2}>
  <Card title="Errors" icon="bug" href="/errors">
    Capture exceptions, group them into issues, and debug them with full trace context.
  </Card>

  <Card title="Performance / tracing" icon="gauge-high" href="/performance-tracing">
    Trace requests, jobs, and scripts to find where they spend time and slow down.
  </Card>

  <Card title="Anomaly detection" icon="wave-square" href="/anomaly-detection">
    Trigger notifications when a metric goes over or under a threshold you set.
  </Card>

  <Card title="Alerting" icon="bell" href="/alerting">
    Choose the right alerting system and route alerts to the right people, without the noise.
  </Card>
</CardGroup>

## Logs & metrics

<CardGroup cols={2}>
  <Card title="Logs" icon="file-lines" href="/logging">
    Store, view, and query your application's logs, and extract metrics from them.
  </Card>

  <Card title="Metrics & dashboards" icon="chart-line" href="/metrics/custom">
    Track custom metrics and build dashboards that relate them to errors and response times.
  </Card>
</CardGroup>

## Infrastructure

<CardGroup cols={2}>
  <Card title="Host monitoring" icon="server" href="/metrics/host-metrics">
    Correlate CPU, memory, disk, and network metrics with your errors and performance.
  </Card>

  <Card title="Uptime monitoring" icon="heart-pulse" href="/uptime-monitoring/setup">
    Check your endpoints from regions worldwide and get alerted when they can't be reached.
  </Card>

  <Card title="Process monitoring" icon="list-check" href="/check-ins">
    Monitor cron jobs and background processes, and get alerted when they don't run as scheduled.
  </Card>
</CardGroup>

## Application customization

<CardGroup cols={2}>
  <Card title="Application customization" icon="sliders" href="/application">
    Configure namespaces, metadata, data filtering, markers, limits, and notifications for your apps.
  </Card>
</CardGroup>
