> For the complete documentation index, see [llms.txt](https://docs.laminar.run/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.laminar.run/running-an-integration/scheduled-workflow-execution.md).

# Scheduled Workflow Execution

Another pattern for executing workflows is scheduling. With Laminar's scheduling option, you can automate your workflows to run at predefined intervals. This is perfect for recurring tasks, regular data synchronization, or automated reporting.

To proceed:

1. Navigate to to the **"Schedule"** tab.
2. Configure the desired schedule using options like daily, hourly, weekly, or a custom cron expression.
3. You can also specify a **default input** that will be used for all scheduled runs.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeyfSRRmLEurvKZJcO0Tg%2Fuploads%2F2lnDQ3rTn0Jw2NFbdeRj%2FScheduled%20Executions.mp4?alt=media&token=989e3526-4407-471b-bf03-e60c9d564967>" %}


---

# 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://docs.laminar.run/running-an-integration/scheduled-workflow-execution.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.
