# Scheduled Triggers

In Directual, scheduled scenarios can be configured with two main settings:

**Autorun**:

* No autorun
* Regular (for example, every hour, or every 15 minutes)
* Daily (every day in a certain time; for example every day at 9:00 a.m.)
* Weekly (for example, on Mondays and on Saturdays at 1 p. m.)
* Monthly (for example on 10th and 20th)
* [Raw CRON configuration](/scenarios/schedule-triggers/cron-format.md)

**Filter for objects:**

{% hint style="info" %}
**Note**: The choice of the time zone in the advanced section of app settings affects the autorun settings.
{% endhint %}

![](/files/-M6iTKNVddD74QTaph9J)

## Filter for objects

Standard [comparison component](/template-system/comparison-operators.md). Here you can filter the objects from the target structure before they are processed by the scenario. You can use [Global constants](/scenarios/using-variables/global-constants.md) here as well.

![](/files/-M6iWxRd26XUIDKBbZfC)

## Manual scenario run

If your scenario uses the 'By CRON (scheduled)' trigger and is not stopped, you can also run it manually by clicking **Other actions → Push all objects in scenario**

![](/files/-MGch5d-GfKu79g9YNnx)


---

# 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://readme.directual.com/scenarios/schedule-triggers.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.
