# Schedules — psiLynx > Set up automated recurring Lighthouse audits — daily, weekly, or custom intervals. ## Plan availability Scheduled checks are available on **Pro** and **Business** plans. Custom cron schedules require **Business**. ## Adding a schedule 1. Open a project and click the **Schedules** tab (or go to the global **Schedules** section). 2. Click **+ Add schedule**. 3. Choose a frequency type: - **Preset** — Daily, Twice daily, or Weekly - **Custom** — Enter a cron expression (Business plan only) 4. Set the **timezone**. 5. Click **Save**. ## Preset frequencies | Frequency | When it runs | |---|---| | **Daily** | Once per day at a chosen time | | **Twice daily** | Twice per day | | **Weekly** | Once per week on a chosen day and time | ## Schedule cards Each schedule card shows: - Frequency label and cron expression - Timezone - Last run: date, time, and status - Next run: estimated date and time - Toggle: enable / disable without deleting ## Run history Each schedule run is logged with a status: | Status | Meaning | |---|---| | **Triggered** | Check ran successfully | | **Skipped (busy)** | A check was already in progress when the schedule fired | | **Skipped (quota)** | Not enough weekly quota remaining to run all URLs | | **Error** | Check started but encountered errors | ## Managing schedules - **Edit**: click the pencil icon to change frequency, timezone, or cron expression. - **Disable**: use the toggle to pause a schedule without losing its configuration. - **Delete**: click the trash icon and confirm. Deleting is permanent. > A project can have multiple schedules (e.g. daily for critical pages and weekly for the full site).