# Schedule Attack

The Ddosphere product features a screen where future-dated attacks can be scheduled and tracked.

In the Schedule List screen, information about the attacks for which schedules have been created is displayed.

<figure><img src="/files/0VMYrfVn66RxAgSAPCMQ" alt=""><figcaption></figcaption></figure>

To create a new schedule, you need to click on the "Add Schedule" button. Follow the steps below in the opened modal to create a schedule:

1. Select the attack.
2. Choose the day and time for the schedule.
3. If it's a one-time schedule, click the 'Save and Schedule' button at this point.
4. If a recurring schedule is desired, check the Repeat checkbox.
5. Specify the desired frequency and time for the repetition. Determine when the schedule will end.
6. Then, click the 'Save and Schedule' button to complete the scheduling process.

<figure><img src="https://lh7-us.googleusercontent.com/XXFlptNlHQ2sVGgs8GUvF0yqi7xJ3aE6Fpl8yQBEG5xKeSt28z_hiRPAA1ADS4xey3abGhYMnA_b4lon5XLlOth7meDCbmGthNkl9oImLIanh96wFIsS-vD6Om7Y3E-mfaYMIeaRmaeA" alt=""><figcaption></figcaption></figure>

The created schedule will be displayed in the Schedule List screen.


---

# Agent Instructions: 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://ddosphere.gitbook.io/ddosphere/product-guide/schedule-attack.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.
