> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/start-scanning/overview-scan-management/schedule-scan.md).

# Schedule a scan

You can set up a schedule so that scans start automatically on specific dates and times.

Creating a scheduled scan involves two steps:

1. Select the action to create scheduled scans.
2. Configure the scheduled scan by filling out a form.

## Select the action to schedule a scan

To start creating a scheduled scan for a single target, navigate to the **Targets** section and do one of the following:

* From the scan actions available on the page, click the caret icon within the **Scan** button, and select **Schedule scan**.
* Alternatively, navigate to the target details page (any tab), click the caret icon within the **Scan** button, and select **Schedule scan**.

To start creating a scheduled scan for multiple targets, navigate to the **Targets** section and do the following:

1. Select the check boxes for the targets in the list. If all selected targets have scans in the same state, the button for bulk scan actions becomes available.
2. Click the caret icon within the **Scan** button, and select **Schedule scan**.

## Configure the scheduled scan

Fill out the form to configure the scheduled scan:

* **Start date** - The date on which the scan starts.
* **Hour and Minute** - The time at which the scans start.
* **Recurrence** - The recurrence of the scan:
  * **None** - The scan runs only once.
  * **Daily** - The scan runs every day.
  * **Weekly** - The scan runs every week on the day of the week of the **Start date**.
  * **Monthly/Quarterly** - The scan runs every month or quarter on the day (number) defined in the **Start date**. In this case, Snyk displays a **Repeat scans every** check box to configure a different day:
    * In the first dropdown, select the week of the month (**First**, **Second**, **Third**, **Fourth**, or **Last**).
    * In the second dropdown, select the day of the week (**Monday**, **Tuesday**, and so on).
* **Override the target settings** - Define the target settings to use:
  * If not selected, the scheduled scan uses the settings defined for each target.
  * If selected, choose the settings the scheduled scan uses for all targets. You can configure only the settings that are common to all targets.

This option is available only if all targets are of the same type: either Web or API.

After completing the form, click **Add** to create the scheduled scan.

## Manage scheduled scans

There are two areas in Snyk API & Web to list and manage scheduled scans:

* **Global to the account** - List and manage scheduled scans for all the targets of the account. Navigate to the **Scans** section and select the **Scheduled** tab.
* **A specific target** - List and manage scheduled scans for a specific target. Navigate to the **Targets** section, click the target to show its details, and click the **Scheduled Scans** tab.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/start-scanning/overview-scan-management/schedule-scan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
