# General

## Description

This module allows to build Actions that may be run under scheduled conditions. That is, you can set up an Action and configure it according to when or how often it should be run.

## Example use cases

* Synchronize data between multiple databases.
* Resource cleanup, delete unneeded cache files periodically.
* Generate a report (analytics, sales record) every certain period of time.
* Conduct database maintenance and cleanup.
* Schedule payment reminders in a subscription-based services or upcoming bill payments.
* Periodically create a social media post for automated user engagement.

## Overview

![](/files/rKPOj29U72FjhvJ6JqZu)

1. **Scheduler list tree**: List out the Actions created under file-and-folder hierarchical system.
2. **Scheduler enable/disable switch**: Turn it on to let the Action run when scheduler triggers, or turn it off otherwise.
3. **Editing panel**: Create, rename or delete Actions under the scheduler. Also includes Configuration dropdown, where you can configure the scheduler timing for the selected Action.
4. **Action flow**: When the Action tab is selected, allow to build the Action flow itself.


---

# 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.emobiq.com/emobiq-server/004-scheduler/001-general.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.
