> For the complete documentation index, see [llms.txt](https://docs.introist.com/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.introist.com/knowledge-base/build/automations/reschedule-automation.md).

# Reschedule Automation

There are instances when you may need to reschedule an entire automation. Whether due to changes in employee availability, or other factors, adjusting the schedule can ensure that your workflows remain aligned with your current needs. Here’s how to reschedule an automation.

{% hint style="info" %}
You can set your workflow to automatically reschedule automations if the target date of an employee changes. Learn how to do this [here](/knowledge-base/build/workflows/workflow-settings.md).
{% endhint %}

To reschedule an automation, first navigate to the specific automation you want to adjust. Once you're on the automation page, look for the three dots located at the top right corner of the screen. Click on these dots to open a menu, and select the "Reschedule" option. You will then be prompted to pick a new date for the automation. After selecting the new date, click "Reschedule."

When you click "Reschedule," Introist will automatically adjust all active steps in the workflow to be relative to the new date you have provided.


---

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