# Schedule

All rules run at scheduled times.

A schedule comprises of two parts; the **Start Date** and the **Frequency**.

The **Start Date** and **Time** can be selected when creating a rule, it can be set for today/now or a date and time in the future. This is the date and time that the rule will start executing on.

The **Frequency** is how often a rule will be run. The current frequency options are:

1. Run Once - The rule will only run once at the time determined, then be disabled. This is useful for large or infrequent **bulk actions**, like moving 1000 users from one group to another.
2. Hourly - The rule is run each hour
3. Daily - The rule is run at the same time each day
4. Weekly - The rule is run on the same day each week
5. Monthly - The rule is run on the same day each month

A new rule will be initially run within a few minutes of the start date and time, and rerun as frequently as specified by the user. If the start date and time is set to **Today/Now**, then once the rule is saved, it will be run immediately or after any current rule executions are completed.

<div data-full-width="false"><figure><img src="/files/Y6UPo8etkUYxdKubUhk5" alt=""><figcaption><p>Rule details and schedule</p></figcaption></figure></div>

Got a question? Check out our [FAQs](/features/faqs.md) or email us at <hello@smolsoftware.com>&#x20;


---

# 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.smolsoftware.com/features/overview/schedule.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.
