# Scheduled / Manual Trigger

The Scheduled / Manual Trigger allows users to configure workflows to run on a predefined schedule or trigger them manually when needed. This flexibility is particularly useful for tasks requiring regular intervals or precise timing.

### Scheduled Workflow

| ![Example image](https://i.imgur.com/NUhd146.gif) | <p></p><p>Users can define schedules based on the following frequencies:</p><ul><li>Minutes, Hours, Days: Repeated executions at regular time intervals.</li><li>Weeks: Run workflows on specific days of the week.</li><li>Months: Execute workflows on specified days of the month.</li></ul> |
| ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

### Configuration Details

1. Minutes, Hours, Days:
   1. Select the schedule type: Minutes, Hours, or Days.
   2. Set the frequency of repetition (e.g., every 5 minutes, every 2 hours).
2. Weeks:
   1. Choose specific days of the week for the workflow to run (e.g., Monday, Wednesday, Friday).
   2. Define the start time for them.
3. Months:
   1. Pick a specific day of the month (e.g., the 15th).
   2. Define the start time for the workflow. Note: If a selected day is unavailable (e.g., February 30th), the workflow will automatically run on the last available day of that month.

### Additional Configurations

1. Run Time
   1. Users can specify the starting time for the workflow by configuring the “Starting at” field.
   2. For Minutes, Hours, and Days, if the chosen time is earlier than the current time, the workflow will execute immediately after deployment.
2. Set Run Limit
   1. Users can limit the total number of runs by defining a specific number of executions (e.g., “Run the workflow only 10 times”).


---

# 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.k3-labs.com/introduction/automate/trigger-set-up/scheduled-manual-trigger.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.
