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

# Scheduled Scan Tasks

> Use scheduled scan tasks in ApyGuard to automate recurring API security checks and monitor changes over time.

## Overview

Scheduled scan tasks help teams move from one-off testing to continuous API security monitoring.

<CardGroup cols={2}>
  <Card title="Recurring coverage" icon="calendar-clock">
    Run security scans on a repeatable cadence instead of relying only on manual execution.
  </Card>

  <Card title="Change detection" icon="refresh-cw">
    Re-test APIs after releases, environment changes, or specification updates.
  </Card>

  <Card title="Operational visibility" icon="activity">
    Monitor task status and review trends over time.
  </Card>

  <Card title="Team workflow" icon="workflow">
    Support regular validation as part of engineering and security processes.
  </Card>
</CardGroup>

## When to use scheduled tasks

* After every release window
* On a daily or weekly security cadence
* For critical public APIs
* For environments that change frequently

## Related pages

* [Security Scanning](/get-started/security-scanning)
* [Assets](/core-workflows/assets)
* [API Collections](/core-workflows/api-collections)
