> For the complete documentation index, see [llms.txt](https://copilot-docs.bugbase.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://copilot-docs.bugbase.ai/enterprise/activity/scheduling.md).

# Scheduling

Schedules start discovery or assessment modules later or on a recurring cadence. Use schedules only after the target configuration has been reviewed and saved.

## Create a Schedule

From a module page:

1. Select targets or subnets.
2. Configure settings.
3. Save the scan configuration when the page requires it.
4. Click **Schedule**.
5. Choose:
   * **Doesn't repeat** and a future run time; or
   * **Repeats** with an interval and unit.
6. Confirm the schedule.

The schedule modal supports interval units of minutes, hours, and days.

## Manage Schedules

Open **Activity -> Schedule**.

Use this page to:

* switch between one-time and recurring schedules;
* filter by schedule status;
* open schedule details;
* delete schedules.

## Important Behavior

Schedules use the payload and saved scan configuration created when the schedule is submitted. If you later change browser sessions, rate limits, allowed exploits, trajectory scope, target scope, or agent assignment, review whether the schedule must be recreated.

## Before Scheduling Production Scans

Confirm:

* the scan window is approved;
* the required agents are expected to be online;
* browser sessions will still be valid;
* rate limits match the target's production capacity;
* internal exploit families are approved for the scheduled window;
* reports and on-call contacts are planned for high-impact runs.


---

# 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:

```
GET https://copilot-docs.bugbase.ai/enterprise/activity/scheduling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
