# Reschedule Step

Sometimes, you may need to reschedule just a single step within an automation rather than the entire workflow. This can be useful for fine-tuning your processes or adapting to specific changes in your schedule.

To reschedule a single step, navigate to the automation containing the step you want to adjust. Locate the specific step within the workflow, then click on the three dots next to that step. From the menu that appears, select the "Reschedule" option. You will then be prompted to choose a new date and time for when you want this step to be executed. After selecting the desired date and time, confirm the rescheduling.


---

# 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://docs.introist.com/knowledge-base/build/automations/reschedule-step.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.
